#7E7479

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

Shades of Monsoon #7E7479

Tints of Monsoon #7E7479

Color information

#7E7479 (or 0x7E7479) is unknown color: approx Monsoon. HEX triplet: 7E, 74 and 79. RGB value is (126,116,121). Sum of RGB (Red+Green+Blue) = 126+116+121=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7479 is #818B86. Grayscale: #777777. Windows color (decimal): -8489863 or 7959678. OLE color: 7959678.

HSL color Cylindrical-coordinate representation of color #7E7479: hue angle of 330º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E7479 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB126116121-
CMYK00.080.040.51
HSL330º4.13%47.45%-
HSV(B)330º7.94%49.41%-
XYZ18.318.3120.66-
YUV119.56128.81132.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=34.71%
G=31.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611612100.080.040.513304.1347.45
Hex7E74790843314a42f
Octal176164171010463512457
Binary11111101110100111100101000100110011101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,116,121); }

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

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

 a { background-color: rgb(126,116,121); }

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

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

 span { border-color: rgb(126,116,121); }

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