Html Css Color HEX #717E7C Rolling Stone

📋 copy color: '#717E7C'

red 113 ◦ green 126 ◦ blue 124

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

Shades of Rolling Stone #717E7C

Tints of Rolling Stone #717E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 31.13%
G = 34.71%
B = 34.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#717E7C (or 0x717E7C) is known color: Rolling Stone. HEX triplet: 71, 7E and 7C. RGB value is (113,126,124). Sum of RGB (Red+Green+Blue) = 113+126+124=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 126 - color contains mainly: green. Hex color #717E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E7C is #8E8183. Grayscale: #797979. Windows color (decimal): -9339268 or 8158833. OLE color: 8158833.

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

Color convert

RGB 113 126 124 -
CMYK 0.10 0 0.02 0.51
HSL 170.77º 0.05% 0.47% -
HSV(B) 170.77º 0.1% 0.49% -
XYZ 17.91 19.89 21.96 -
YUV 121.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 113 126 124 0.10 0 0.02 0.51 170.77 0.05 0.47
Hex 71 7E 7C A 0 2 33 AB 5 2F
Octal 161 176 174 12 0 2 63 253 5 57
Binary 1110001 1111110 1111100 1010 0 10 110011 10101011 101 101111

Color Harmonies of #717E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E7C

Black with #717E7C

Text Example


Text Example

White with #717E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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