#707581

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

Shades of Storm Grey #707581

Tints of Storm Grey #707581

Color information

#707581 (or 0x707581) is unknown color: approx Storm Grey. HEX triplet: 70, 75 and 81. RGB value is (112,117,129). Sum of RGB (Red+Green+Blue) = 112+117+129=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #707581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707581 is #8F8A7E. Grayscale: #747474. Windows color (decimal): -9407103 or 8484208. OLE color: 8484208.

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

Color convert

RGB112117129-
CMYK0.130.0900.49
HSL222.35º7.05%47.25%-
HSV(B)222.35º13.18%50.59%-
XYZ17.0117.7523.3-
YUV116.87134.84124.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=31.28%
G=32.68%
B=36.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121171290.130.0900.49222.357.0547.25
Hex707581D9031de72f
Octal1601652011511061336757
Binary111000011101011000000111011001011000111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707581; }

 p { color: rgb(112,117,129); }

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

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

 a { background-color: rgb(112,117,129); }

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

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

 span { border-color: rgb(112,117,129); }

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