#707784

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

Shades of Storm Grey #707784

Tints of Storm Grey #707784

Color information

#707784 (or 0x707784) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 84. RGB value is (112,119,132). Sum of RGB (Red+Green+Blue) = 112+119+132=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #707784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707784 is #8F887B. Grayscale: #767676. Windows color (decimal): -9406588 or 8681328. OLE color: 8681328.

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

Color convert

RGB112119132-
CMYK0.150.1000.48
HSL219º8.2%47.84%-
HSV(B)219º15.15%51.76%-
XYZ17.4418.324.44-
YUV118.39135.68123.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=30.85%
G=32.78%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121191320.150.1000.482198.247.84
Hex707784FA030db830
Octal16016720417120603331060
Binary1110000111011110000100111110100110000110110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707784; }

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

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

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

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

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

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

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

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