#727784

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

Shades of Storm Grey #727784

Tints of Storm Grey #727784

Color information

#727784 (or 0x727784) is unknown color: approx Storm Grey. HEX triplet: 72, 77 and 84. RGB value is (114,119,132). Sum of RGB (Red+Green+Blue) = 114+119+132=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #727784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727784 is #8D887B. Grayscale: #767676. Windows color (decimal): -9275516 or 8681330. OLE color: 8681330.

HSL color Cylindrical-coordinate representation of color #727784: hue angle of 223.33º 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 #727784 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114119132-
CMYK0.140.1000.48
HSL223.33º7.32%48.24%-
HSV(B)223.33º13.64%51.76%-
XYZ17.718.4424.46-
YUV118.99135.34124.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=31.23%
G=32.60%
B=36.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141191320.140.1000.48223.337.3248.24
Hex727784EA030df730
Octal1621672041612060337760
Binary111001011101111000010011101010011000011011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727784; }

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

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

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

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

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

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

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

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