Html Css Color HEX #6C7976 Rolling Stone

📋 copy color: '#6C7976'

red 108 ◦ green 121 ◦ blue 118

#6C7976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #6C7976

Tints of Rolling Stone #6C7976

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 value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#6C7976 (or 0x6C7976) is known color: 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

RGB 108 121 118 -
CMYK 0.11 0 0.02 0.53
HSL 166.15º 0.06% 0.45% -
HSV(B) 166.15º 0.11% 0.47% -
XYZ 16.29 18.17 19.79 -
YUV 116.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 108 121 118 0.11 0 0.02 0.53 166.15 0.06 0.45
Hex 6C 79 76 B 0 2 35 A6 6 2D
Octal 154 171 166 13 0 2 65 246 6 55
Binary 1101100 1111001 1110110 1011 0 10 110101 10100110 110 101101

Color Harmonies of #6C7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7976

Black with #6C7976

Text Example


Text Example

White with #6C7976

Text Example


Text Example

HTML Codes & Css Web 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>