Html Css Color HEX #717392 Storm Grey

📋 copy color: '#717392'

red 113 ◦ green 115 ◦ blue 146

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

Shades of Storm Grey #717392

Tints of Storm Grey #717392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 30.21%
G = 30.75%
B = 39.04%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717392 (or 0x717392) is known color: Storm Grey. HEX triplet: 71, 73 and 92. RGB value is (113,115,146). Sum of RGB (Red+Green+Blue) = 113+115+146=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #717392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717392 is #8E8C6D. Grayscale: #757575. Windows color (decimal): -9342062 or 9597809. OLE color: 9597809.

HSL color Cylindrical-coordinate representation of color #717392: hue angle of 236.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717392 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 115 146 -
CMYK 0.23 0.21 0 0.43
HSL 236.36º 0.13% 0.51% -
HSV(B) 236.36º 0.23% 0.57% -
XYZ 18.13 17.85 29.68 -
YUV 117.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 113 115 146 0.23 0.21 0 0.43 236.36 0.13 0.51
Hex 71 73 92 17 15 0 2B EC D 33
Octal 161 163 222 27 25 0 53 354 15 63
Binary 1110001 1110011 10010010 10111 10101 0 101011 11101100 1101 110011

Color Harmonies of #717392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717392

Black with #717392

Text Example


Text Example

White with #717392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717392; }

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

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

background-color css

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

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

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

border-color css

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

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

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