Html Css Color HEX #717C7C Rolling Stone

📋 copy color: '#717C7C'

red 113 ◦ green 124 ◦ blue 124

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

Shades of Rolling Stone #717C7C

Tints of Rolling Stone #717C7C

RGB

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

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

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

R = 31.3%
G = 34.35%
B = 34.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#717C7C (or 0x717C7C) is known color: Rolling Stone. HEX triplet: 71, 7C and 7C. RGB value is (113,124,124). Sum of RGB (Red+Green+Blue) = 113+124+124=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #717C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C7C is #8E8383. Grayscale: #787878. Windows color (decimal): -9339780 or 8158321. OLE color: 8158321.

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

Color convert

RGB 113 124 124 -
CMYK 0.09 0 0 0.51
HSL 180º 0.05% 0.46% -
HSV(B) 180º 0.09% 0.49% -
XYZ 17.66 19.38 21.88 -
YUV 120.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 113 124 124 0.09 0 0 0.51 180 0.05 0.46
Hex 71 7C 7C 9 0 0 33 B4 5 2E
Octal 161 174 174 11 0 0 63 264 5 56
Binary 1110001 1111100 1111100 1001 0 0 110011 10110100 101 101110

Color Harmonies of #717C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C7C

Black with #717C7C

Text Example


Text Example

White with #717C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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