#727594

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

Shades of Storm Grey #727594

Tints of Storm Grey #727594

Color information

#727594 (or 0x727594) is unknown color: approx Storm Grey. HEX triplet: 72, 75 and 94. RGB value is (114,117,148). Sum of RGB (Red+Green+Blue) = 114+117+148=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #727594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727594 is #8D8A6B. Grayscale: #777777. Windows color (decimal): -9276012 or 9729394. OLE color: 9729394.

HSL color Cylindrical-coordinate representation of color #727594: hue angle of 234.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727594 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114117148-
CMYK0.230.2100.42
HSL234.71º13.71%51.37%-
HSV(B)234.71º22.97%58.04%-
XYZ18.6518.4430.59-
YUV119.64144.01123.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=30.08%
G=30.87%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141171480.230.2100.42234.7113.7151.37
Hex727594171502Aebe33
Octal16216522427250523531663
Binary111001011101011001010010111101010101010111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727594; }

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

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

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

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

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

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

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

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