Html Css Color HEX #717E79 Rolling Stone

📋 copy color: '#717E79'

red 113 ◦ green 126 ◦ blue 121

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

Shades of Rolling Stone #717E79

Tints of Rolling Stone #717E79

RGB

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

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

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

R = 31.39%
G = 35%
B = 33.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#717E79 (or 0x717E79) is known color: Rolling Stone. HEX triplet: 71, 7E and 79. RGB value is (113,126,121). Sum of RGB (Red+Green+Blue) = 113+126+121=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #717E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E79 is #8E8186. Grayscale: #797979. Windows color (decimal): -9339271 or 7962225. OLE color: 7962225.

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

Color convert

RGB 113 126 121 -
CMYK 0.10 0 0.04 0.51
HSL 156.92º 0.05% 0.47% -
HSV(B) 156.92º 0.1% 0.49% -
XYZ 17.72 19.81 20.98 -
YUV 121.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 113 126 121 0.10 0 0.04 0.51 156.92 0.05 0.47
Hex 71 7E 79 A 0 4 33 9D 5 2F
Octal 161 176 171 12 0 4 63 235 5 57
Binary 1110001 1111110 1111001 1010 0 100 110011 10011101 101 101111

Color Harmonies of #717E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E79

Black with #717E79

Text Example


Text Example

White with #717E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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