Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(84,69,69)
hsl(0,10%,30%)
cmyk(0,18,18,67)rgb(92,61,61)
hsl(0,20%,30%)
cmyk(0,33,33,64)rgb(99,54,54)
hsl(0,30%,30%)
cmyk(0,46,46,61)rgb(107,46,46)
hsl(0,40%,30%)
cmyk(0,57,57,58)rgb(115,38,38)
hsl(0,50%,30%)
cmyk(0,67,67,55) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,0,0)
hsl(0,0%,0%)
cmyk(0,0,0,100)rgb(26,26,26)
hsl(0,0%,10%)
cmyk(0,0,0,90)rgb(51,51,51)
hsl(0,0%,20%)
cmyk(0,0,0,80)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(102,102,102)
hsl(0,0%,40%)
cmyk(0,0,0,60)rgb(128,128,128)
hsl(0,0%,50%)
cmyk(0,0,0,50) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,77,77)
hsl(180,100%,15%)
cmyk(100,0,0,70)rgb(30,77,77)
hsl(180,44%,21%)
cmyk(61,0,0,70)rgb(60,77,77)
hsl(180,12%,27%)
cmyk(22,0,0,70)rgb(90,77,77)
hsl(0,8%,33%)
cmyk(0,14,14,65)rgb(120,77,77)
hsl(0,22%,39%)
cmyk(0,36,36,53)rgb(150,77,77)
hsl(0,32%,45%)
cmyk(0,49,49,41) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(77,0,77)
hsl(300,100%,15%)
cmyk(0,100,0,70)rgb(77,30,77)
hsl(300,44%,21%)
cmyk(0,61,0,70)rgb(77,60,77)
hsl(300,12%,27%)
cmyk(0,22,0,70)rgb(77,90,77)
hsl(120,8%,33%)
cmyk(14,0,14,65)rgb(77,120,77)
hsl(120,22%,39%)
cmyk(36,0,36,53)rgb(77,150,77)
hsl(120,32%,45%)
cmyk(49,0,49,41) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(77,77,0)
hsl(60,100%,15%)
cmyk(0,0,100,70)rgb(77,77,30)
hsl(60,44%,21%)
cmyk(0,0,61,70)rgb(77,77,60)
hsl(60,12%,27%)
cmyk(0,0,22,70)rgb(77,77,90)
hsl(240,8%,33%)
cmyk(14,14,0,65)rgb(77,77,120)
hsl(240,22%,39%)
cmyk(36,36,0,53)rgb(77,77,150)
hsl(240,32%,45%)
cmyk(49,49,0,41) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(69,77,77)
hsl(180,5%,29%)
cmyk(10,0,0,70)rgb(61,77,77)
hsl(180,11%,27%)
cmyk(20,0,0,70)rgb(54,77,77)
hsl(180,18%,26%)
cmyk(30,0,0,70)rgb(46,77,77)
hsl(180,25%,24%)
cmyk(40,0,0,70)rgb(38,77,77)
hsl(180,33%,23%)
cmyk(50,0,0,70) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,69,77)
hsl(300,5%,29%)
cmyk(0,10,0,70)rgb(77,61,77)
hsl(300,11%,27%)
cmyk(0,20,0,70)rgb(77,54,77)
hsl(300,18%,26%)
cmyk(0,30,0,70)rgb(77,46,77)
hsl(300,25%,24%)
cmyk(0,40,0,70)rgb(77,38,77)
hsl(300,33%,23%)
cmyk(0,50,0,70) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(77,77,69)
hsl(60,5%,29%)
cmyk(0,0,10,70)rgb(77,77,61)
hsl(60,11%,27%)
cmyk(0,0,20,70)rgb(77,77,54)
hsl(60,18%,26%)
cmyk(0,0,30,70)rgb(77,77,46)
hsl(60,25%,24%)
cmyk(0,0,40,70)rgb(77,77,38)
hsl(60,33%,23%)
cmyk(0,0,50,70) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(153,153,153)
hsl(0,0%,60%)
cmyk(0,0,0,40)rgb(128,128,128)
hsl(0,0%,50%)
cmyk(0,0,0,50)rgb(102,102,102)
hsl(0,0%,40%)
cmyk(0,0,0,60)rgb(77,77,77)
hsl(0,0%,30%)
cmyk(0,0,0,70)rgb(51,51,51)
hsl(0,0%,20%)
cmyk(0,0,0,80)rgb(25,25,25)
hsl(0,0%,10%)
cmyk(0,0,0,90)