Html Css Color HEX #707A77 Rolling Stone

📋 copy color: '#707A77'

red 112 ◦ green 122 ◦ blue 119

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

Shades of Rolling Stone #707A77

Tints of Rolling Stone #707A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 31.73%
G = 34.56%
B = 33.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#707A77 (or 0x707A77) is known color: Rolling Stone. HEX triplet: 70, 7A and 77. RGB value is (112,122,119). Sum of RGB (Red+Green+Blue) = 112+122+119=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 122 - color contains mainly: green. Hex color #707A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A77 is #8F8588. Grayscale: #767676. Windows color (decimal): -9405833 or 7830128. OLE color: 7830128.

HSL color Cylindrical-coordinate representation of color #707A77: hue angle of 162º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707A77 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 119 -
CMYK 0.08 0 0.02 0.52
HSL 162º 0.04% 0.46% -
HSV(B) 162º 0.08% 0.48% -
XYZ 16.97 18.7 20.17 -
YUV 118.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 112 122 119 0.08 0 0.02 0.52 162 0.04 0.46
Hex 70 7A 77 8 0 2 34 A2 4 2E
Octal 160 172 167 10 0 2 64 242 4 56
Binary 1110000 1111010 1110111 1000 0 10 110100 10100010 100 101110

Color Harmonies of #707A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A77

Black with #707A77

Text Example


Text Example

White with #707A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,122,119); }

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

background-color css

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

 a { background-color: rgb(112,122,119); }

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

border-color css

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

 span { border-color: rgb(112,122,119); }

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