Html Css Color HEX #717584 Storm Grey

📋 copy color: '#717584'

red 113 ◦ green 117 ◦ blue 132

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

Shades of Storm Grey #717584

Tints of Storm Grey #717584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 31.22%
G = 32.32%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717584 (or 0x717584) is known color: Storm Grey. HEX triplet: 71, 75 and 84. RGB value is (113,117,132). Sum of RGB (Red+Green+Blue) = 113+117+132=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #717584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717584 is #8E8A7B. Grayscale: #757575. Windows color (decimal): -9341564 or 8680817. OLE color: 8680817.

HSL color Cylindrical-coordinate representation of color #717584: hue angle of 227.37º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717584 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 117 132 -
CMYK 0.14 0.11 0 0.48
HSL 227.37º 0.08% 0.48% -
HSV(B) 227.37º 0.14% 0.52% -
XYZ 17.34 17.9 24.37 -
YUV 117.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 113 117 132 0.14 0.11 0 0.48 227.37 0.08 0.48
Hex 71 75 84 E B 0 30 E3 8 30
Octal 161 165 204 16 13 0 60 343 10 60
Binary 1110001 1110101 10000100 1110 1011 0 110000 11100011 1000 110000

Color Harmonies of #717584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717584

Black with #717584

Text Example


Text Example

White with #717584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717584; }

 p { color: rgb(113,117,132); }

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

background-color css

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

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

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

border-color css

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

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

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