Html Css Color HEX #717794 Storm Grey

📋 copy color: '#717794'

red 113 ◦ green 119 ◦ blue 148

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

Shades of Storm Grey #717794

Tints of Storm Grey #717794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 29.74%
G = 31.32%
B = 38.95%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717794 (or 0x717794) is known color: Storm Grey. HEX triplet: 71, 77 and 94. RGB value is (113,119,148). Sum of RGB (Red+Green+Blue) = 113+119+148=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #717794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717794 is #8E886B. Grayscale: #787878. Windows color (decimal): -9341036 or 9729905. OLE color: 9729905.

HSL color Cylindrical-coordinate representation of color #717794: hue angle of 229.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717794 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 119 148 -
CMYK 0.24 0.20 0 0.42
HSL 229.71º 0.14% 0.51% -
HSV(B) 229.71º 0.24% 0.58% -
XYZ 18.75 18.84 30.67 -
YUV 120.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 113 119 148 0.24 0.20 0 0.42 229.71 0.14 0.51
Hex 71 77 94 18 14 0 2A E6 E 33
Octal 161 167 224 30 24 0 52 346 16 63
Binary 1110001 1110111 10010100 11000 10100 0 101010 11100110 1110 110011

Color Harmonies of #717794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717794

Black with #717794

Text Example


Text Example

White with #717794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717794; }

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

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

background-color css

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

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

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

border-color css

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

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

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