Html Css Color HEX #717792 Storm Grey

📋 copy color: '#717792'

red 113 ◦ green 119 ◦ blue 146

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

Shades of Storm Grey #717792

Tints of Storm Grey #717792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 29.89%
G = 31.48%
B = 38.62%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717792 (or 0x717792) is known color: Storm Grey. HEX triplet: 71, 77 and 92. RGB value is (113,119,146). Sum of RGB (Red+Green+Blue) = 113+119+146=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #717792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717792 is #8E886D. Grayscale: #787878. Windows color (decimal): -9341038 or 9598833. OLE color: 9598833.

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

Color convert

RGB 113 119 146 -
CMYK 0.23 0.18 0 0.43
HSL 229.09º 0.13% 0.51% -
HSV(B) 229.09º 0.23% 0.57% -
XYZ 18.6 18.78 29.84 -
YUV 120.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 113 119 146 0.23 0.18 0 0.43 229.09 0.13 0.51
Hex 71 77 92 17 12 0 2B E5 D 33
Octal 161 167 222 27 22 0 53 345 15 63
Binary 1110001 1110111 10010010 10111 10010 0 101011 11100101 1101 110011

Color Harmonies of #717792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717792

Black with #717792

Text Example


Text Example

White with #717792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717792; }

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

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

background-color css

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

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

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

border-color css

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

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

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