#727596

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

Shades of Storm Grey #727596

Tints of Storm Grey #727596

Color information

#727596 (or 0x727596) is unknown color: approx Storm Grey. HEX triplet: 72, 75 and 96. RGB value is (114,117,150). Sum of RGB (Red+Green+Blue) = 114+117+150=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #727596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727596 is #8D8A69. Grayscale: #777777. Windows color (decimal): -9276010 or 9860466. OLE color: 9860466.

HSL color Cylindrical-coordinate representation of color #727596: hue angle of 235º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #727596 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114117150-
CMYK0.240.2200.41
HSL235º14.63%51.76%-
HSV(B)235º24%58.82%-
XYZ18.8118.531.43-
YUV119.86145.01123.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=29.92%
G=30.71%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141171500.240.2200.4123514.6351.76
Hex7275961816029ebf34
Octal16216522630260513531764
Binary111001011101011001011011000101100101001111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727596; }

 p { color: rgb(114,117,150); }

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

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

 a { background-color: rgb(114,117,150); }

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

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

 span { border-color: rgb(114,117,150); }

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