Html Css Color HEX #717C79 Rolling Stone

📋 copy color: '#717C79'

red 113 ◦ green 124 ◦ blue 121

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

Shades of Rolling Stone #717C79

Tints of Rolling Stone #717C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 31.56%
G = 34.64%
B = 33.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#717C79 (or 0x717C79) is known color: Rolling Stone. HEX triplet: 71, 7C and 79. RGB value is (113,124,121). Sum of RGB (Red+Green+Blue) = 113+124+121=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #717C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C79 is #8E8386. Grayscale: #787878. Windows color (decimal): -9339783 or 7961713. OLE color: 7961713.

HSL color Cylindrical-coordinate representation of color #717C79: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717C79 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 124 121 -
CMYK 0.09 0 0.02 0.51
HSL 163.64º 0.05% 0.46% -
HSV(B) 163.64º 0.09% 0.49% -
XYZ 17.47 19.31 20.89 -
YUV 120.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 113 124 121 0.09 0 0.02 0.51 163.64 0.05 0.46
Hex 71 7C 79 9 0 2 33 A4 5 2E
Octal 161 174 171 11 0 2 63 244 5 56
Binary 1110001 1111100 1111001 1001 0 10 110011 10100100 101 101110

Color Harmonies of #717C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C79

Black with #717C79

Text Example


Text Example

White with #717C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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