#80747E

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

Shades of Monsoon #80747E

Tints of Monsoon #80747E

Color information

#80747E (or 0x80747E) is unknown color: approx Monsoon. HEX triplet: 80, 74 and 7E. RGB value is (128,116,126). Sum of RGB (Red+Green+Blue) = 128+116+126=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80747E is #7F8B81. Grayscale: #787878. Windows color (decimal): -8358786 or 8287360. OLE color: 8287360.

HSL color Cylindrical-coordinate representation of color #80747E: hue angle of 310º 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 #80747E is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB128116126-
CMYK00.090.020.50
HSL310º4.92%47.84%-
HSV(B)310º9.38%50.2%-
XYZ18.9118.5922.33-
YUV120.73130.98133.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=34.59%
G=31.35%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811612600.090.020.503104.9247.84
Hex80747E09232136530
Octal200164176011262466560
Binary10000000111010011111100100110110010100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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