Html Css Color HEX #717791 Storm Grey

📋 copy color: '#717791'

red 113 ◦ green 119 ◦ blue 145

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

Shades of Storm Grey #717791

Tints of Storm Grey #717791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 29.97%
G = 31.56%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717791 (or 0x717791) is known color: Storm Grey. HEX triplet: 71, 77 and 91. RGB value is (113,119,145). Sum of RGB (Red+Green+Blue) = 113+119+145=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #717791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717791 is #8E886E. Grayscale: #787878. Windows color (decimal): -9341039 or 9533297. OLE color: 9533297.

HSL color Cylindrical-coordinate representation of color #717791: hue angle of 228.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717791 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 119 145 -
CMYK 0.22 0.18 0 0.43
HSL 228.75º 0.13% 0.51% -
HSV(B) 228.75º 0.22% 0.57% -
XYZ 18.52 18.75 29.43 -
YUV 120.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 113 119 145 0.22 0.18 0 0.43 228.75 0.13 0.51
Hex 71 77 91 16 12 0 2B E5 D 33
Octal 161 167 221 26 22 0 53 345 15 63
Binary 1110001 1110111 10010001 10110 10010 0 101011 11100101 1101 110011

Color Harmonies of #717791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717791

Black with #717791

Text Example


Text Example

White with #717791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717791; }

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

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

background-color css

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

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

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

border-color css

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

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

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