#727691

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

Shades of Storm Grey #727691

Tints of Storm Grey #727691

Color information

#727691 (or 0x727691) is unknown color: approx Storm Grey. HEX triplet: 72, 76 and 91. RGB value is (114,118,145). Sum of RGB (Red+Green+Blue) = 114+118+145=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #727691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727691 is #8D896E. Grayscale: #777777. Windows color (decimal): -9275759 or 9533042. OLE color: 9533042.

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

Color convert

RGB114118145-
CMYK0.210.1900.43
HSL232.26º12.35%50.78%-
HSV(B)232.26º21.38%56.86%-
XYZ18.5318.5829.4-
YUV119.88142.17123.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=30.24%
G=31.30%
B=38.46%

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
Decimal1141181450.210.1900.43232.2612.3550.78
Hex727691151302Be8c33
Octal16216622125230533501463
Binary111001011101101001000110101100110101011111010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727691; }

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

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

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

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

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

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

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

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