#80747B

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

Shades of Monsoon #80747B

Tints of Monsoon #80747B

Color information

#80747B (or 0x80747B) is unknown color: approx Monsoon. HEX triplet: 80, 74 and 7B. RGB value is (128,116,123). Sum of RGB (Red+Green+Blue) = 128+116+123=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #80747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80747B is #7F8B84. Grayscale: #787878. Windows color (decimal): -8358789 or 8090752. OLE color: 8090752.

HSL color Cylindrical-coordinate representation of color #80747B: hue angle of 325º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80747B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB128116123-
CMYK00.090.040.50
HSL325º4.92%47.84%-
HSV(B)325º9.38%50.2%-
XYZ18.7218.5121.32-
YUV120.39129.48133.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=34.88%
G=31.61%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811612300.090.040.503254.9247.84
Hex80747B09432145530
Octal200164173011462505560
Binary100000001110100111101101001100110010101000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80747B; }

 p { color: rgb(128,116,123); }

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

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

 a { background-color: rgb(128,116,123); }

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

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

 span { border-color: rgb(128,116,123); }

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