#727A8E

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

Shades of Storm Grey #727A8E

Tints of Storm Grey #727A8E

Color information

#727A8E (or 0x727A8E) is unknown color: approx Storm Grey. HEX triplet: 72, 7A and 8E. RGB value is (114,122,142). Sum of RGB (Red+Green+Blue) = 114+122+142=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #727A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A8E is #8D8571. Grayscale: #797979. Windows color (decimal): -9274738 or 9337458. OLE color: 9337458.

HSL color Cylindrical-coordinate representation of color #727A8E: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #727A8E is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114122142-
CMYK0.200.1400.44
HSL222.86º11.02%50.2%-
HSV(B)222.86º19.72%55.69%-
XYZ18.7819.4528.36-
YUV121.89139.35122.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=30.16%
G=32.28%
B=37.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141221420.200.1400.44222.8611.0250.2
Hex727A8E14E02Cdfb32
Octal16217221624160543371362
Binary11100101111010100011101010011100101100110111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A8E; }

 p { color: rgb(114,122,142); }

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

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

 a { background-color: rgb(114,122,142); }

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

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

 span { border-color: rgb(114,122,142); }

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