#707795

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

Shades of Storm Grey #707795

Tints of Storm Grey #707795

Color information

#707795 (or 0x707795) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 95. RGB value is (112,119,149). Sum of RGB (Red+Green+Blue) = 112+119+149=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #707795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707795 is #8F886A. Grayscale: #787878. Windows color (decimal): -9406571 or 9795440. OLE color: 9795440.

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

Color convert

RGB112119149-
CMYK0.250.2000.42
HSL228.65º14.86%51.18%-
HSV(B)228.65º24.83%58.43%-
XYZ18.718.8131.08-
YUV120.33144.18122.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=29.47%
G=31.32%
B=39.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121191490.250.2000.42228.6514.8651.18
Hex707795191402Ae5f33
Octal16016722531240523451763
Binary111000011101111001010111001101000101010111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707795; }

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

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

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

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

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

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

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

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