#727690

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

Shades of Storm Grey #727690

Tints of Storm Grey #727690

Color information

#727690 (or 0x727690) is unknown color: approx Storm Grey. HEX triplet: 72, 76 and 90. RGB value is (114,118,144). Sum of RGB (Red+Green+Blue) = 114+118+144=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #727690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727690 is #8D896F. Grayscale: #777777. Windows color (decimal): -9275760 or 9467506. OLE color: 9467506.

HSL color Cylindrical-coordinate representation of color #727690: hue angle of 232º 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 #727690 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB114118144-
CMYK0.210.1800.44
HSL232º11.9%50.59%-
HSV(B)232º20.83%56.47%-
XYZ18.4518.5528.99-
YUV119.77141.67123.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=30.32%
G=31.38%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141181440.210.1800.4423211.950.59
Hex727690151202Ce8c33
Octal16216622025220543501463
Binary111001011101101001000010101100100101100111010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727690; }

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

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

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

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

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

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

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

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