#707893

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

Shades of Storm Grey #707893

Tints of Storm Grey #707893

Color information

#707893 (or 0x707893) is unknown color: approx Storm Grey. HEX triplet: 70, 78 and 93. RGB value is (112,120,147). Sum of RGB (Red+Green+Blue) = 112+120+147=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #707893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707893 is #8F876C. Grayscale: #787878. Windows color (decimal): -9406317 or 9664624. OLE color: 9664624.

HSL color Cylindrical-coordinate representation of color #707893: hue angle of 226.29º 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 #707893 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112120147-
CMYK0.240.1800.42
HSL226.29º13.94%50.78%-
HSV(B)226.29º23.81%57.65%-
XYZ18.6718.9830.28-
YUV120.69142.85121.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=29.55%
G=31.66%
B=38.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121201470.240.1800.42226.2913.9450.78
Hex707893181202Ae2e33
Octal16017022330220523421663
Binary111000011110001001001111000100100101010111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707893; }

 p { color: rgb(112,120,147); }

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

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

 a { background-color: rgb(112,120,147); }

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

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

 span { border-color: rgb(112,120,147); }

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