Html Css Color HEX #707674 Rolling Stone

📋 copy color: '#707674'

red 112 ◦ green 118 ◦ blue 116

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

Shades of Rolling Stone #707674

Tints of Rolling Stone #707674

RGB

 RED value IS 112 (44.14% from 255) = 32.37%

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 32.37%
G = 34.1%
B = 33.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#707674 (or 0x707674) is known color: 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

RGB 112 118 116 -
CMYK 0.05 0 0.02 0.54
HSL 160º 0.03% 0.45% -
HSV(B) 160º 0.05% 0.46% -
XYZ 16.31 17.66 19.07 -
YUV 115.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 112 118 116 0.05 0 0.02 0.54 160 0.03 0.45
Hex 70 76 74 5 0 2 36 A0 3 2D
Octal 160 166 164 5 0 2 66 240 3 55
Binary 1110000 1110110 1110100 101 0 10 110110 10100000 11 101101

Color Harmonies of #707674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707674

Black with #707674

Text Example


Text Example

White with #707674

Text Example


Text Example

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