#72748d

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

Shades of Storm Grey #72748D

Tints of Storm Grey #72748D

Color information

#72748D (or 0x72748D) is unknown color: approx Storm Grey. HEX triplet: 72, 74 and 8D. RGB value is (114,116,141). Sum of RGB (Red+Green+Blue) = 114+116+141=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #72748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72748D is #8D8B72. Grayscale: #767676. Windows color (decimal): -9276275 or 9270386. OLE color: 9270386.

HSL color Cylindrical-coordinate representation of color #72748D: hue angle of 235.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72748D is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114116141-
CMYK0.190.1800.45
HSL235.56º10.59%50%-
HSV(B)235.56º19.15%55.29%-
XYZ17.9917.9927.72-
YUV118.25140.84124.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=30.73%
G=31.27%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141161410.190.1800.45235.5610.5950
Hex72748D131202Decb32
Octal16216421523220553541362
Binary111001011101001000110110011100100101101111011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72748d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72748d; }

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

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

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

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

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

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

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

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