#6C7976

Color #6C7976 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #6C7976

Tints of Rolling Stone #6C7976

Color information

#6C7976 (or 0x6C7976) is unknown color: approx Rolling Stone. HEX triplet: 6C, 79 and 76. RGB value is (108,121,118). Sum of RGB (Red+Green+Blue) = 108+121+118=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7976 is #938689. Grayscale: #747474. Windows color (decimal): -9668234 or 7764332. OLE color: 7764332.

HSL color Cylindrical-coordinate representation of color #6C7976: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7976 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB108121118-
CMYK0.1100.020.53
HSL166.15º5.68%44.9%-
HSV(B)166.15º10.74%47.45%-
XYZ16.2918.1719.79-
YUV116.77128.69121.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=31.12%
G=34.87%
B=34.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081211180.1100.020.53166.155.6844.9
Hex6C7976B0235a662d
Octal154171166130265246655
Binary110110011110011110110101101011010110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7976; }

 p { color: rgb(108,121,118); }

 H1.HeaderClassName
 {
   color: #6C7976;
 }
 .AnyTagClassName
 {
   color: #6C7976;
 }
</style>
background-color css

<style>
 a { background-color: #6C7976; }

 a { background-color: rgb(108,121,118); }

 div.DivClassName
 {
   background-color: #6C7976;
 }
 .BgClassName
 {
   background-color: #6C7976;
 }
</style>
border-color css

<style>
 span { border-color: #6C7976; }

 span { border-color: rgb(108,121,118); }

 td.TdClassName
 {
   border-color: #6C7976;
 }
 .TagClassName
 {
   border-color: #6C7976;
 }
</style>