Html Css Color HEX #707776 Rolling Stone

📋 copy color: '#707776'

red 112 ◦ green 119 ◦ blue 118

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

Shades of Rolling Stone #707776

Tints of Rolling Stone #707776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

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

R = 32.09%
G = 34.1%
B = 33.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#707776 (or 0x707776) is known color: Rolling Stone. HEX triplet: 70, 77 and 76. RGB value is (112,119,118). Sum of RGB (Red+Green+Blue) = 112+119+118=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 119 - color contains mainly: green. Hex color #707776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707776 is #8F8889. Grayscale: #747474. Windows color (decimal): -9406602 or 7763824. OLE color: 7763824.

HSL color Cylindrical-coordinate representation of color #707776: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #707776 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 118 -
CMYK 0.06 0 0.01 0.53
HSL 171.43º 0.03% 0.45% -
HSV(B) 171.43º 0.06% 0.47% -
XYZ 16.55 17.95 19.73 -
YUV 116.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 112 119 118 0.06 0 0.01 0.53 171.43 0.03 0.45
Hex 70 77 76 6 0 1 35 AB 3 2D
Octal 160 167 166 6 0 1 65 253 3 55
Binary 1110000 1110111 1110110 110 0 1 110101 10101011 11 101101

Color Harmonies of #707776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707776

Black with #707776

Text Example


Text Example

White with #707776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707776; }

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

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

background-color css

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

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

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

border-color css

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

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

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