#707783

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

Shades of Storm Grey #707783

Tints of Storm Grey #707783

Color information

#707783 (or 0x707783) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 83. RGB value is (112,119,131). Sum of RGB (Red+Green+Blue) = 112+119+131=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #707783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707783 is #8F887C. Grayscale: #767676. Windows color (decimal): -9406589 or 8615792. OLE color: 8615792.

HSL color Cylindrical-coordinate representation of color #707783: hue angle of 217.89º 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 #707783 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112119131-
CMYK0.150.0900.49
HSL217.89º7.82%47.65%-
HSV(B)217.89º14.5%51.37%-
XYZ17.3818.2824.08-
YUV118.28135.18123.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=30.94%
G=32.87%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121191310.150.0900.49217.897.8247.65
Hex707783F9031da830
Octal16016720317110613321060
Binary1110000111011110000011111110010110001110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707783; }

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

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

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

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

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

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

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

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