#72747C

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

Shades of Storm Grey #72747C

Tints of Storm Grey #72747C

Color information

#72747C (or 0x72747C) is unknown color: approx Storm Grey. HEX triplet: 72, 74 and 7C. RGB value is (114,116,124). Sum of RGB (Red+Green+Blue) = 114+116+124=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #72747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72747C is #8D8B83. Grayscale: #747474. Windows color (decimal): -9276292 or 8156274. OLE color: 8156274.

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

Color convert

RGB114116124-
CMYK0.080.0600.51
HSL228º4.2%46.67%-
HSV(B)228º8.06%48.63%-
XYZ16.8217.5221.56-
YUV116.31132.34126.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=32.20%
G=32.77%
B=35.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141161240.080.0600.512284.246.67
Hex72747C86033e442f
Octal162164174106063344457
Binary1110010111010011111001000110011001111100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72747C; }

 p { color: rgb(114,116,124); }

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

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

 a { background-color: rgb(114,116,124); }

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

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

 span { border-color: rgb(114,116,124); }

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