#72747B

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

Shades of Storm Grey #72747B

Tints of Storm Grey #72747B

Color information

#72747B (or 0x72747B) is unknown color: approx Storm Grey. HEX triplet: 72, 74 and 7B. RGB value is (114,116,123). Sum of RGB (Red+Green+Blue) = 114+116+123=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #72747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72747B is #8D8B84. Grayscale: #747474. Windows color (decimal): -9276293 or 8090738. OLE color: 8090738.

HSL color Cylindrical-coordinate representation of color #72747B: hue angle of 226.67º 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 #72747B is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114116123-
CMYK0.070.0600.52
HSL226.67º3.8%46.47%-
HSV(B)226.67º7.32%48.24%-
XYZ16.7617.521.23-
YUV116.2131.84126.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=32.29%
G=32.86%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141161230.070.0600.52226.673.846.47
Hex72747B76034e342e
Octal16216417376064343456
Binary111001011101001111011111110011010011100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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