#707791

Color #707791 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #707791

Tints of Storm Grey #707791

Color information

#707791 (or 0x707791) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 91. RGB value is (112,119,145). Sum of RGB (Red+Green+Blue) = 112+119+145=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #707791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707791 is #8F886E. Grayscale: #777777. Windows color (decimal): -9406575 or 9533296. OLE color: 9533296.

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

Color convert

RGB112119145-
CMYK0.230.1800.43
HSL227.27º13.04%50.39%-
HSV(B)227.27º22.76%56.86%-
XYZ18.3918.6829.42-
YUV119.87142.18122.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=29.79%
G=31.65%
B=38.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121191450.230.1800.43227.2713.0450.39
Hex707791171202Be3d32
Octal16016722127220533431562
Binary111000011101111001000110111100100101011111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707791; }

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

 H1.HeaderClassName
 {
   color: #707791;
 }
 .AnyTagClassName
 {
   color: #707791;
 }
</style>
background-color css

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

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

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

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

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

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