#707690

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

Shades of Storm Grey #707690

Tints of Storm Grey #707690

Color information

#707690 (or 0x707690) is unknown color: approx Storm Grey. HEX triplet: 70, 76 and 90. RGB value is (112,118,144). Sum of RGB (Red+Green+Blue) = 112+118+144=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #707690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707690 is #8F896F. Grayscale: #777777. Windows color (decimal): -9406832 or 9467504. OLE color: 9467504.

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

Color convert

RGB112118144-
CMYK0.220.1800.44
HSL228.75º12.6%50.2%-
HSV(B)228.75º22.22%56.47%-
XYZ18.1918.4228.98-
YUV119.17142.01122.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=29.95%
G=31.55%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121181440.220.1800.44228.7512.650.2
Hex707690161202Ce5d32
Octal16016622026220543451562
Binary111000011101101001000010110100100101100111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707690; }

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

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

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

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

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

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

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

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