#72737D

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

Shades of Storm Grey #72737D

Tints of Storm Grey #72737D

Color information

#72737D (or 0x72737D) is unknown color: approx Storm Grey. HEX triplet: 72, 73 and 7D. RGB value is (114,115,125). Sum of RGB (Red+Green+Blue) = 114+115+125=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #72737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72737D is #8D8C82. Grayscale: #737373. Windows color (decimal): -9276547 or 8221554. OLE color: 8221554.

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

Color convert

RGB114115125-
CMYK0.090.0800.51
HSL234.55º4.6%46.86%-
HSV(B)234.55º8.8%49.02%-
XYZ16.7717.3221.86-
YUV115.84133.17126.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=32.20%
G=32.49%
B=35.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141151250.090.0800.51234.554.646.86
Hex72737D98033eb52f
Octal1621631751110063353557
Binary11100101110011111110110011000011001111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72737D; }

 p { color: rgb(114,115,125); }

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

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

 a { background-color: rgb(114,115,125); }

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

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

 span { border-color: rgb(114,115,125); }

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