Html Css Color HEX #717473 Rolling Stone

📋 copy color: '#717473'

red 113 ◦ green 116 ◦ blue 115

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

Shades of Rolling Stone #717473

Tints of Rolling Stone #717473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 32.85%
G = 33.72%
B = 33.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#717473 (or 0x717473) is known color: Rolling Stone. HEX triplet: 71, 74 and 73. RGB value is (113,116,115). Sum of RGB (Red+Green+Blue) = 113+116+115=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 116 - color contains mainly: green. Hex color #717473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717473 is #8E8B8C. Grayscale: #727272. Windows color (decimal): -9341837 or 7566449. OLE color: 7566449.

HSL color Cylindrical-coordinate representation of color #717473: hue angle of 160º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #717473 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 115 -
CMYK 0.03 0 0.01 0.55
HSL 160º 0.01% 0.45% -
HSV(B) 160º 0.03% 0.45% -
XYZ 16.15 17.24 18.7 -
YUV 114.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 113 116 115 0.03 0 0.01 0.55 160 0.01 0.45
Hex 71 74 73 3 0 1 37 A0 1 2D
Octal 161 164 163 3 0 1 67 240 1 55
Binary 1110001 1110100 1110011 11 0 1 110111 10100000 1 101101

Color Harmonies of #717473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717473

Black with #717473

Text Example


Text Example

White with #717473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717473; }

 p { color: rgb(113,116,115); }

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

background-color css

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

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

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

border-color css

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

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

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