#6F7E78

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

Shades of Rolling Stone #6F7E78

Tints of Rolling Stone #6F7E78

Color information

#6F7E78 (or 0x6F7E78) is unknown color: approx Rolling Stone. HEX triplet: 6F, 7E and 78. RGB value is (111,126,120). Sum of RGB (Red+Green+Blue) = 111+126+120=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7E78 is #908187. Grayscale: #787878. Windows color (decimal): -9470344 or 7896687. OLE color: 7896687.

HSL color Cylindrical-coordinate representation of color #6F7E78: hue angle of 156º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7E78 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB111126120-
CMYK0.1200.050.51
HSL156º6.33%46.47%-
HSV(B)156º11.9%49.41%-
XYZ17.4119.6620.65-
YUV120.83127.53120.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=31.09%
G=35.29%
B=33.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1111261200.1200.050.511566.3346.47
Hex6F7E78C05339c62e
Octal157176170140563234656
Binary1101111111111011110001100010111001110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,120); }

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

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

 a { background-color: rgb(111,126,120); }

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

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

 span { border-color: rgb(111,126,120); }

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