#707892

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

Shades of Storm Grey #707892

Tints of Storm Grey #707892

Color information

#707892 (or 0x707892) is unknown color: approx Storm Grey. HEX triplet: 70, 78 and 92. RGB value is (112,120,146). Sum of RGB (Red+Green+Blue) = 112+120+146=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #707892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707892 is #8F876D. Grayscale: #787878. Windows color (decimal): -9406318 or 9599088. OLE color: 9599088.

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

Color convert

RGB112120146-
CMYK0.230.1800.43
HSL225.88º13.49%50.59%-
HSV(B)225.88º23.29%57.25%-
XYZ18.5918.9529.87-
YUV120.57142.35121.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=29.63%
G=31.75%
B=38.62%

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
Decimal1121201460.230.1800.43225.8813.4950.59
Hex707892171202Be2d33
Octal16017022227220533421563
Binary111000011110001001001010111100100101011111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707892; }

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

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

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

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

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

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

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

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