Html Css Color HEX #717976 Rolling Stone

📋 copy color: '#717976'

red 113 ◦ green 121 ◦ blue 118

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

Shades of Rolling Stone #717976

Tints of Rolling Stone #717976

RGB

 RED value IS 113 (44.53% from 255) = 32.1%

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

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

R = 32.1%
G = 34.38%
B = 33.52%

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

#717976 (or 0x717976) is known color: Rolling Stone. HEX triplet: 71, 79 and 76. RGB value is (113,121,118). Sum of RGB (Red+Green+Blue) = 113+121+118=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 121 - color contains mainly: green. Hex color #717976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717976 is #8E8689. Grayscale: #767676. Windows color (decimal): -9340554 or 7764337. OLE color: 7764337.

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

Color convert

RGB 113 121 118 -
CMYK 0.07 0 0.02 0.53
HSL 157.5º 0.03% 0.46% -
HSV(B) 157.5º 0.07% 0.47% -
XYZ 16.92 18.49 19.82 -
YUV 118.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 113 121 118 0.07 0 0.02 0.53 157.5 0.03 0.46
Hex 71 79 76 7 0 2 35 9E 3 2E
Octal 161 171 166 7 0 2 65 236 3 56
Binary 1110001 1111001 1110110 111 0 10 110101 10011110 11 101110

Color Harmonies of #717976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717976

Black with #717976

Text Example


Text Example

White with #717976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717976; }

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

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

background-color css

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

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

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

border-color css

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

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

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