#72788E

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

Shades of Storm Grey #72788E

Tints of Storm Grey #72788E

Color information

#72788E (or 0x72788E) is unknown color: approx Storm Grey. HEX triplet: 72, 78 and 8E. RGB value is (114,120,142). Sum of RGB (Red+Green+Blue) = 114+120+142=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #72788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72788E is #8D8771. Grayscale: #787878. Windows color (decimal): -9275250 or 9336946. OLE color: 9336946.

HSL color Cylindrical-coordinate representation of color #72788E: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72788E is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114120142-
CMYK0.200.1500.44
HSL227.14º11.02%50.2%-
HSV(B)227.14º19.72%55.69%-
XYZ18.5418.9628.27-
YUV120.71140.01123.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=30.32%
G=31.91%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141201420.200.1500.44227.1411.0250.2
Hex72788E14F02Ce3b32
Octal16217021624170543431362
Binary11100101111000100011101010011110101100111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72788E; }

 p { color: rgb(114,120,142); }

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

<style>
 a { background-color: #72788E; }

 a { background-color: rgb(114,120,142); }

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

<style>
 span { border-color: #72788E; }

 span { border-color: rgb(114,120,142); }

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