#707698

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

Shades of Storm Grey #707698

Tints of Storm Grey #707698

Color information

#707698 (or 0x707698) is unknown color: approx Storm Grey. HEX triplet: 70, 76 and 98. RGB value is (112,118,152). Sum of RGB (Red+Green+Blue) = 112+118+152=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #707698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707698 is #8F8967. Grayscale: #777777. Windows color (decimal): -9406824 or 9991792. OLE color: 9991792.

HSL color Cylindrical-coordinate representation of color #707698: hue angle of 231º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707698 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112118152-
CMYK0.260.2200.40
HSL231º16.26%51.76%-
HSV(B)231º26.32%59.61%-
XYZ18.8318.6732.32-
YUV120.08146.01122.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=29.32%
G=30.89%
B=39.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121181520.260.2200.4023116.2651.76
Hex7076981A16028e71034
Octal16016623032260503472064
Binary1110000111011010011000110101011001010001110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707698; }

 p { color: rgb(112,118,152); }

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

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

 a { background-color: rgb(112,118,152); }

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

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

 span { border-color: rgb(112,118,152); }

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