#727896

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

Shades of Storm Grey #727896

Tints of Storm Grey #727896

Color information

#727896 (or 0x727896) is unknown color: approx Storm Grey. HEX triplet: 72, 78 and 96. RGB value is (114,120,150). Sum of RGB (Red+Green+Blue) = 114+120+150=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #727896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727896 is #8D8769. Grayscale: #797979. Windows color (decimal): -9275242 or 9861234. OLE color: 9861234.

HSL color Cylindrical-coordinate representation of color #727896: hue angle of 230º 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 #727896 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114120150-
CMYK0.240.2000.41
HSL230º14.63%51.76%-
HSV(B)230º24%58.82%-
XYZ19.1619.2131.55-
YUV121.63144.01122.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=29.69%
G=31.25%
B=39.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141201500.240.2000.4123014.6351.76
Hex7278961814029e6f34
Octal16217022630240513461764
Binary111001011110001001011011000101000101001111001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727896; }

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

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

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

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

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

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

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

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