#727984

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

Shades of Storm Grey #727984

Tints of Storm Grey #727984

Color information

#727984 (or 0x727984) is unknown color: approx Storm Grey. HEX triplet: 72, 79 and 84. RGB value is (114,121,132). Sum of RGB (Red+Green+Blue) = 114+121+132=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #727984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727984 is #8D867B. Grayscale: #787878. Windows color (decimal): -9275004 or 8681842. OLE color: 8681842.

HSL color Cylindrical-coordinate representation of color #727984: hue angle of 216.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727984 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114121132-
CMYK0.140.0800.48
HSL216.67º7.32%48.24%-
HSV(B)216.67º13.64%51.76%-
XYZ17.9418.9224.54-
YUV120.16134.68123.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=31.06%
G=32.97%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141211320.140.0800.48216.677.3248.24
Hex727984E8030d9730
Octal1621712041610060331760
Binary111001011110011000010011101000011000011011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727984; }

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

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

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

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

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

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

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

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