#707482

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

Shades of Storm Grey #707482

Tints of Storm Grey #707482

Color information

#707482 (or 0x707482) is unknown color: approx Storm Grey. HEX triplet: 70, 74 and 82. RGB value is (112,116,130). Sum of RGB (Red+Green+Blue) = 112+116+130=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #707482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707482 is #8F8B7D. Grayscale: #747474. Windows color (decimal): -9407358 or 8549488. OLE color: 8549488.

HSL color Cylindrical-coordinate representation of color #707482: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707482 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112116130-
CMYK0.140.1100.49
HSL226.67º7.44%47.45%-
HSV(B)226.67º13.85%50.98%-
XYZ16.9617.5523.61-
YUV116.4135.67124.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=31.28%
G=32.40%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121161300.140.1100.49226.677.4447.45
Hex707482EB031e372f
Octal1601642021613061343757
Binary111000011101001000001011101011011000111100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707482; }

 p { color: rgb(112,116,130); }

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

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

 a { background-color: rgb(112,116,130); }

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

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

 span { border-color: rgb(112,116,130); }

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