#727591

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

Shades of Storm Grey #727591

Tints of Storm Grey #727591

Color information

#727591 (or 0x727591) is unknown color: approx Storm Grey. HEX triplet: 72, 75 and 91. RGB value is (114,117,145). Sum of RGB (Red+Green+Blue) = 114+117+145=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #727591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727591 is #8D8A6E. Grayscale: #777777. Windows color (decimal): -9276015 or 9532786. OLE color: 9532786.

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

Color convert

RGB114117145-
CMYK0.210.1900.43
HSL234.19º12.35%50.78%-
HSV(B)234.19º21.38%56.86%-
XYZ18.4118.3429.36-
YUV119.3142.51124.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=30.32%
G=31.12%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141171450.210.1900.43234.1912.3550.78
Hex727591151302Beac33
Octal16216522125230533521463
Binary111001011101011001000110101100110101011111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727591; }

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

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

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

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

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

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

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

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