#72778B

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

Shades of Storm Grey #72778B

Tints of Storm Grey #72778B

Color information

#72778B (or 0x72778B) is unknown color: approx Storm Grey. HEX triplet: 72, 77 and 8B. RGB value is (114,119,139). Sum of RGB (Red+Green+Blue) = 114+119+139=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #72778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72778B is #8D8874. Grayscale: #777777. Windows color (decimal): -9275509 or 9140082. OLE color: 9140082.

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

Color convert

RGB114119139-
CMYK0.180.1400.45
HSL228º9.88%49.61%-
HSV(B)228º17.99%54.51%-
XYZ18.218.6427.06-
YUV119.78138.84123.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=30.65%
G=31.99%
B=37.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141191390.180.1400.452289.8849.61
Hex72778B12E02De4a32
Octal16216721322160553441262
Binary11100101110111100010111001011100101101111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,119,139); }

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

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

 a { background-color: rgb(114,119,139); }

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

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

 span { border-color: rgb(114,119,139); }

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