#727890

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

Shades of Storm Grey #727890

Tints of Storm Grey #727890

Color information

#727890 (or 0x727890) is unknown color: approx Storm Grey. HEX triplet: 72, 78 and 90. RGB value is (114,120,144). Sum of RGB (Red+Green+Blue) = 114+120+144=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #727890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727890 is #8D876F. Grayscale: #787878. Windows color (decimal): -9275248 or 9468018. OLE color: 9468018.

HSL color Cylindrical-coordinate representation of color #727890: hue angle of 228º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727890 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114120144-
CMYK0.210.1700.44
HSL228º11.9%50.59%-
HSV(B)228º20.83%56.47%-
XYZ18.6919.0229.07-
YUV120.94141.01123.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=30.16%
G=31.75%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141201440.210.1700.4422811.950.59
Hex727890151102Ce4c33
Octal16217022025210543441463
Binary111001011110001001000010101100010101100111001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727890; }

 p { color: rgb(114,120,144); }

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

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

 a { background-color: rgb(114,120,144); }

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

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

 span { border-color: rgb(114,120,144); }

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