#727491

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

Shades of Storm Grey #727491

Tints of Storm Grey #727491

Color information

#727491 (or 0x727491) is unknown color: approx Storm Grey. HEX triplet: 72, 74 and 91. RGB value is (114,116,145). Sum of RGB (Red+Green+Blue) = 114+116+145=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #727491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727491 is #8D8B6E. Grayscale: #767676. Windows color (decimal): -9276271 or 9532530. OLE color: 9532530.

HSL color Cylindrical-coordinate representation of color #727491: hue angle of 236.13º 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 #727491 is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114116145-
CMYK0.210.200.43
HSL236.13º12.35%50.78%-
HSV(B)236.13º21.38%56.86%-
XYZ18.318.1129.32-
YUV118.71142.84124.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=30.4%
G=30.93%
B=38.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141161450.210.200.43236.1312.3550.78
Hex727491151402Becc33
Octal16216422125240533541463
Binary111001011101001001000110101101000101011111011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727491; }

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

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

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

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

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

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

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

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