Html Css Color HEX #717996 Storm Grey

📋 copy color: '#717996'

red 113 ◦ green 121 ◦ blue 150

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

Shades of Storm Grey #717996

Tints of Storm Grey #717996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 29.43%
G = 31.51%
B = 39.06%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#717996 (or 0x717996) is known color: Storm Grey. HEX triplet: 71, 79 and 96. RGB value is (113,121,150). Sum of RGB (Red+Green+Blue) = 113+121+150=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #717996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717996 is #8E8669. Grayscale: #797979. Windows color (decimal): -9340522 or 9861489. OLE color: 9861489.

HSL color Cylindrical-coordinate representation of color #717996: hue angle of 227.03º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717996 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 121 150 -
CMYK 0.25 0.19 0 0.41
HSL 227.03º 0.15% 0.52% -
HSV(B) 227.03º 0.25% 0.59% -
XYZ 19.15 19.39 31.59 -
YUV 121.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 113 121 150 0.25 0.19 0 0.41 227.03 0.15 0.52
Hex 71 79 96 19 13 0 29 E3 F 34
Octal 161 171 226 31 23 0 51 343 17 64
Binary 1110001 1111001 10010110 11001 10011 0 101001 11100011 1111 110100

Color Harmonies of #717996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717996

Black with #717996

Text Example


Text Example

White with #717996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717996; }

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

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

background-color css

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

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

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

border-color css

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

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

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