#707782

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

Shades of Storm Grey #707782

Tints of Storm Grey #707782

Color information

#707782 (or 0x707782) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 82. RGB value is (112,119,130). Sum of RGB (Red+Green+Blue) = 112+119+130=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #707782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707782 is #8F887D. Grayscale: #767676. Windows color (decimal): -9406590 or 8550256. OLE color: 8550256.

HSL color Cylindrical-coordinate representation of color #707782: hue angle of 216.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 #707782 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112119130-
CMYK0.140.0800.49
HSL216.67º7.44%47.45%-
HSV(B)216.67º13.85%50.98%-
XYZ17.3118.2523.73-
YUV118.16134.68123.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=31.02%
G=32.96%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121191300.140.0800.49216.677.4447.45
Hex707782E8031d972f
Octal1601672021610061331757
Binary111000011101111000001011101000011000111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707782; }

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

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

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

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

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

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

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

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