#7E6472

Color #7E6472 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #7E6472

Tints of Monsoon #7E6472

Color information

#7E6472 (or 0x7E6472) is unknown color: approx Monsoon. HEX triplet: 7E, 64 and 72. RGB value is (126,100,114). Sum of RGB (Red+Green+Blue) = 126+100+114=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6472 is #819B8D. Grayscale: #6D6D6D. Windows color (decimal): -8493966 or 7496830. OLE color: 7496830.

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

Color convert

RGB126100114-
CMYK00.210.100.51
HSL327.69º11.5%44.31%-
HSV(B)327.69º20.63%49.41%-
XYZ16.214.7617.92-
YUV109.37130.61139.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=37.06%
G=29.41%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12610011400.210.100.51327.6911.544.31
Hex7E6472015A33148c2c
Octal17614416202512635101454
Binary11111101100100111001001010110101100111010010001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6472; }

 p { color: rgb(126,100,114); }

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

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

 a { background-color: rgb(126,100,114); }

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

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

 span { border-color: rgb(126,100,114); }

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