Html Css Color HEX #717B79 Rolling Stone

📋 copy color: '#717B79'

red 113 ◦ green 123 ◦ blue 121

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

Shades of Rolling Stone #717B79

Tints of Rolling Stone #717B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

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

R = 31.65%
G = 34.45%
B = 33.89%

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

#717B79 (or 0x717B79) is known color: Rolling Stone. HEX triplet: 71, 7B and 79. RGB value is (113,123,121). Sum of RGB (Red+Green+Blue) = 113+123+121=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 123 - color contains mainly: green. Hex color #717B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B79 is #8E8486. Grayscale: #777777. Windows color (decimal): -9340039 or 7961457. OLE color: 7961457.

HSL color Cylindrical-coordinate representation of color #717B79: hue angle of 168º 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 #717B79 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 123 121 -
CMYK 0.08 0 0.02 0.52
HSL 168º 0.04% 0.46% -
HSV(B) 168º 0.08% 0.48% -
XYZ 17.34 19.06 20.85 -
YUV 119.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 113 123 121 0.08 0 0.02 0.52 168 0.04 0.46
Hex 71 7B 79 8 0 2 34 A8 4 2E
Octal 161 173 171 10 0 2 64 250 4 56
Binary 1110001 1111011 1111001 1000 0 10 110100 10101000 100 101110

Color Harmonies of #717B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B79

Black with #717B79

Text Example


Text Example

White with #717B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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