Html Css Color HEX #717696 Storm Grey

📋 copy color: '#717696'

red 113 ◦ green 118 ◦ blue 150

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

Shades of Storm Grey #717696

Tints of Storm Grey #717696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 29.66%
G = 30.97%
B = 39.37%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#717696 (or 0x717696) is known color: Storm Grey. HEX triplet: 71, 76 and 96. RGB value is (113,118,150). Sum of RGB (Red+Green+Blue) = 113+118+150=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #717696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717696 is #8E8969. Grayscale: #787878. Windows color (decimal): -9341290 or 9860721. OLE color: 9860721.

HSL color Cylindrical-coordinate representation of color #717696: hue angle of 231.89º 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 #717696 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 118 150 -
CMYK 0.25 0.21 0 0.41
HSL 231.89º 0.15% 0.52% -
HSV(B) 231.89º 0.25% 0.59% -
XYZ 18.79 18.67 31.47 -
YUV 120.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 113 118 150 0.25 0.21 0 0.41 231.89 0.15 0.52
Hex 71 76 96 19 15 0 29 E8 F 34
Octal 161 166 226 31 25 0 51 350 17 64
Binary 1110001 1110110 10010110 11001 10101 0 101001 11101000 1111 110100

Color Harmonies of #717696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717696

Black with #717696

Text Example


Text Example

White with #717696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717696; }

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

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

background-color css

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

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

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

border-color css

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

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

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