Html Css Color HEX #707977 Rolling Stone

📋 copy color: '#707977'

red 112 ◦ green 121 ◦ blue 119

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

Shades of Rolling Stone #707977

Tints of Rolling Stone #707977

RGB

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

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

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

R = 31.82%
G = 34.38%
B = 33.81%

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

#707977 (or 0x707977) is known color: Rolling Stone. HEX triplet: 70, 79 and 77. RGB value is (112,121,119). Sum of RGB (Red+Green+Blue) = 112+121+119=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 121 - color contains mainly: green. Hex color #707977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707977 is #8F8688. Grayscale: #767676. Windows color (decimal): -9406089 or 7829872. OLE color: 7829872.

HSL color Cylindrical-coordinate representation of color #707977: hue angle of 166.67º 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 #707977 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 119 -
CMYK 0.07 0 0.02 0.53
HSL 166.67º 0.04% 0.46% -
HSV(B) 166.67º 0.07% 0.47% -
XYZ 16.85 18.45 20.13 -
YUV 118.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 112 121 119 0.07 0 0.02 0.53 166.67 0.04 0.46
Hex 70 79 77 7 0 2 35 A7 4 2E
Octal 160 171 167 7 0 2 65 247 4 56
Binary 1110000 1111001 1110111 111 0 10 110101 10100111 100 101110

Color Harmonies of #707977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707977

Black with #707977

Text Example


Text Example

White with #707977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707977; }

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

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

background-color css

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

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

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

border-color css

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

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

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