#72737B

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

Shades of Storm Grey #72737B

Tints of Storm Grey #72737B

Color information

#72737B (or 0x72737B) is unknown color: approx Storm Grey. HEX triplet: 72, 73 and 7B. RGB value is (114,115,123). Sum of RGB (Red+Green+Blue) = 114+115+123=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #72737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72737B is #8D8C84. Grayscale: #737373. Windows color (decimal): -9276549 or 8090482. OLE color: 8090482.

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

Color convert

RGB114115123-
CMYK0.070.0700.52
HSL233.33º3.8%46.47%-
HSV(B)233.33º7.32%48.24%-
XYZ16.6517.2721.19-
YUV115.61132.17126.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=32.39%
G=32.67%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141151230.070.0700.52233.333.846.47
Hex72737B77034e942e
Octal16216317377064351456
Binary111001011100111111011111111011010011101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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