#707883

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

Shades of Storm Grey #707883

Tints of Storm Grey #707883

Color information

#707883 (or 0x707883) is unknown color: approx Storm Grey. HEX triplet: 70, 78 and 83. RGB value is (112,120,131). Sum of RGB (Red+Green+Blue) = 112+120+131=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #707883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707883 is #8F877C. Grayscale: #767676. Windows color (decimal): -9406333 or 8616048. OLE color: 8616048.

HSL color Cylindrical-coordinate representation of color #707883: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707883 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112120131-
CMYK0.150.0800.49
HSL214.74º7.82%47.65%-
HSV(B)214.74º14.5%51.37%-
XYZ17.518.5224.12-
YUV118.86134.85123.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=30.85%
G=33.06%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121201310.150.0800.49214.747.8247.65
Hex707883F8031d7830
Octal16017020317100613271060
Binary1110000111100010000011111110000110001110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707883; }

 p { color: rgb(112,120,131); }

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

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

 a { background-color: rgb(112,120,131); }

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

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

 span { border-color: rgb(112,120,131); }

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