Html Css Color HEX #717992 Storm Grey

📋 copy color: '#717992'

red 113 ◦ green 121 ◦ blue 146

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

Shades of Storm Grey #717992

Tints of Storm Grey #717992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.84%

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

R = 29.74%
G = 31.84%
B = 38.42%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717992 (or 0x717992) is known color: Storm Grey. HEX triplet: 71, 79 and 92. RGB value is (113,121,146). Sum of RGB (Red+Green+Blue) = 113+121+146=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #717992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717992 is #8E866D. Grayscale: #797979. Windows color (decimal): -9340526 or 9599345. OLE color: 9599345.

HSL color Cylindrical-coordinate representation of color #717992: hue angle of 225.45º 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 #717992 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 121 146 -
CMYK 0.23 0.17 0 0.43
HSL 225.45º 0.13% 0.51% -
HSV(B) 225.45º 0.23% 0.57% -
XYZ 18.84 19.26 29.92 -
YUV 121.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 113 121 146 0.23 0.17 0 0.43 225.45 0.13 0.51
Hex 71 79 92 17 11 0 2B E1 D 33
Octal 161 171 222 27 21 0 53 341 15 63
Binary 1110001 1111001 10010010 10111 10001 0 101011 11100001 1101 110011

Color Harmonies of #717992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717992

Black with #717992

Text Example


Text Example

White with #717992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717992; }

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

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

background-color css

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

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

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

border-color css

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

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

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