Html Css Color HEX #707976 Rolling Stone

📋 copy color: '#707976'

red 112 ◦ green 121 ◦ blue 118

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

Shades of Rolling Stone #707976

Tints of Rolling Stone #707976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 31.91%
G = 34.47%
B = 33.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#707976 (or 0x707976) is known color: Rolling Stone. HEX triplet: 70, 79 and 76. RGB value is (112,121,118). Sum of RGB (Red+Green+Blue) = 112+121+118=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 121 - color contains mainly: green. Hex color #707976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707976 is #8F8689. Grayscale: #757575. Windows color (decimal): -9406090 or 7764336. OLE color: 7764336.

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

Color convert

RGB 112 121 118 -
CMYK 0.07 0 0.02 0.53
HSL 160º 0.04% 0.46% -
HSV(B) 160º 0.07% 0.47% -
XYZ 16.79 18.43 19.81 -
YUV 117.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 112 121 118 0.07 0 0.02 0.53 160 0.04 0.46
Hex 70 79 76 7 0 2 35 A0 4 2E
Octal 160 171 166 7 0 2 65 240 4 56
Binary 1110000 1111001 1110110 111 0 10 110101 10100000 100 101110

Color Harmonies of #707976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707976

Black with #707976

Text Example


Text Example

White with #707976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707976; }

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

 H1.HeaderClassName
 {
   color: #707976;
 }
 .AnyTagClassName
 {
   color: #707976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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