#737479

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

Shades of Storm Grey #737479

Tints of Storm Grey #737479

Color information

#737479 (or 0x737479) is unknown color: approx Storm Grey. HEX triplet: 73, 74 and 79. RGB value is (115,116,121). Sum of RGB (Red+Green+Blue) = 115+116+121=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #737479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737479 is #8C8B86. Grayscale: #747474. Windows color (decimal): -9210759 or 7959667. OLE color: 7959667.

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

Color convert

RGB115116121-
CMYK0.050.0400.53
HSL230º2.54%46.27%-
HSV(B)230º4.96%47.45%-
XYZ16.7717.5220.59-
YUV116.27130.67127.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=32.67%
G=32.95%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151161210.050.0400.532302.5446.27
Hex73747954035e632e
Octal16316417154065346356
Binary11100111110100111100110110001101011110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737479; }

 p { color: rgb(115,116,121); }

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

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

 a { background-color: rgb(115,116,121); }

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

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

 span { border-color: rgb(115,116,121); }

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