#707674

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

Shades of Rolling Stone #707674

Tints of Rolling Stone #707674

Color information

#707674 (or 0x707674) is unknown color: approx Rolling Stone. HEX triplet: 70, 76 and 74. RGB value is (112,118,116). Sum of RGB (Red+Green+Blue) = 112+118+116=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 118 - color contains mainly: green. Hex color #707674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707674 is #8F898B. Grayscale: #737373. Windows color (decimal): -9406860 or 7632496. OLE color: 7632496.

HSL color Cylindrical-coordinate representation of color #707674: hue angle of 160º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707674 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB112118116-
CMYK0.0500.020.54
HSL160º2.61%45.1%-
HSV(B)160º5.08%46.27%-
XYZ16.3117.6619.07-
YUV115.98128.01125.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=32.37%
G=34.10%
B=33.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181160.0500.020.541602.6145.1
Hex70767450236a032d
Octal16016616450266240355
Binary1110000111011011101001010101101101010000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707674; }

 p { color: rgb(112,118,116); }

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

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

 a { background-color: rgb(112,118,116); }

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

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

 span { border-color: rgb(112,118,116); }

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