#727992

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

Shades of Storm Grey #727992

Tints of Storm Grey #727992

Color information

#727992 (or 0x727992) is unknown color: approx Storm Grey. HEX triplet: 72, 79 and 92. RGB value is (114,121,146). Sum of RGB (Red+Green+Blue) = 114+121+146=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #727992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727992 is #8D866D. Grayscale: #797979. Windows color (decimal): -9274990 or 9599346. OLE color: 9599346.

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

Color convert

RGB114121146-
CMYK0.220.1700.43
HSL226.88º12.8%50.98%-
HSV(B)226.88º21.92%57.25%-
XYZ18.9719.3329.93-
YUV121.76141.68122.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=29.92%
G=31.76%
B=38.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141211460.220.1700.43226.8812.850.98
Hex727992161102Be3d33
Octal16217122226210533431563
Binary111001011110011001001010110100010101011111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727992; }

 p { color: rgb(114,121,146); }

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

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

 a { background-color: rgb(114,121,146); }

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

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

 span { border-color: rgb(114,121,146); }

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