#707279

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

Shades of Storm Grey #707279

Tints of Storm Grey #707279

Color information

#707279 (or 0x707279) is unknown color: approx Storm Grey. HEX triplet: 70, 72 and 79. RGB value is (112,114,121). Sum of RGB (Red+Green+Blue) = 112+114+121=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 121 - color contains mainly: blue. Hex color #707279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707279 is #8F8D86. Grayscale: #727272. Windows color (decimal): -9407879 or 7959152. OLE color: 7959152.

HSL color Cylindrical-coordinate representation of color #707279: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707279 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112114121-
CMYK0.070.0600.53
HSL226.67º3.86%45.69%-
HSV(B)226.67º7.44%47.45%-
XYZ16.1516.8620.49-
YUV114.2131.84126.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=32.28%
G=32.85%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121141210.070.0600.53226.673.8645.69
Hex70727976035e342e
Octal16016217176065343456
Binary111000011100101111001111110011010111100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707279; }

 p { color: rgb(112,114,121); }

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

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

 a { background-color: rgb(112,114,121); }

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

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

 span { border-color: rgb(112,114,121); }

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