Html Css Color HEX #707E79 Rolling Stone

📋 copy color: '#707E79'

red 112 ◦ green 126 ◦ blue 121

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

Shades of Rolling Stone #707E79

Tints of Rolling Stone #707E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 31.2%
G = 35.1%
B = 33.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#707E79 (or 0x707E79) is known color: Rolling Stone. HEX triplet: 70, 7E and 79. RGB value is (112,126,121). Sum of RGB (Red+Green+Blue) = 112+126+121=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 126 - color contains mainly: green. Hex color #707E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E79 is #8F8186. Grayscale: #797979. Windows color (decimal): -9404807 or 7962224. OLE color: 7962224.

HSL color Cylindrical-coordinate representation of color #707E79: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707E79 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 126 121 -
CMYK 0.11 0 0.04 0.51
HSL 158.57º 0.06% 0.47% -
HSV(B) 158.57º 0.11% 0.49% -
XYZ 17.59 19.75 20.97 -
YUV 121.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 112 126 121 0.11 0 0.04 0.51 158.57 0.06 0.47
Hex 70 7E 79 B 0 4 33 9F 6 2F
Octal 160 176 171 13 0 4 63 237 6 57
Binary 1110000 1111110 1111001 1011 0 100 110011 10011111 110 101111

Color Harmonies of #707E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E79

Black with #707E79

Text Example


Text Example

White with #707E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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