#727590

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

Shades of Storm Grey #727590

Tints of Storm Grey #727590

Color information

#727590 (or 0x727590) is unknown color: approx Storm Grey. HEX triplet: 72, 75 and 90. RGB value is (114,117,144). Sum of RGB (Red+Green+Blue) = 114+117+144=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #727590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727590 is #8D8A6F. Grayscale: #777777. Windows color (decimal): -9276016 or 9467250. OLE color: 9467250.

HSL color Cylindrical-coordinate representation of color #727590: hue angle of 234º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727590 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114117144-
CMYK0.210.1900.44
HSL234º11.9%50.59%-
HSV(B)234º20.83%56.47%-
XYZ18.3318.3128.95-
YUV119.18142.01124.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=30.4%
G=31.2%
B=38.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141171440.210.1900.4423411.950.59
Hex727590151302Ceac33
Octal16216522025230543521463
Binary111001011101011001000010101100110101100111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727590; }

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

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

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

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

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

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

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

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