#80727A

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

Shades of Monsoon #80727A

Tints of Monsoon #80727A

Color information

#80727A (or 0x80727A) is unknown color: approx Monsoon. HEX triplet: 80, 72 and 7A. RGB value is (128,114,122). Sum of RGB (Red+Green+Blue) = 128+114+122=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 128 - color contains mainly: red. Hex color #80727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80727A is #7F8D85. Grayscale: #777777. Windows color (decimal): -8359302 or 8024704. OLE color: 8024704.

HSL color Cylindrical-coordinate representation of color #80727A: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80727A is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128114122-
CMYK00.110.050.50
HSL325.71º5.79%47.45%-
HSV(B)325.71º10.94%50.2%-
XYZ18.4318.0320.92-
YUV119.1129.64134.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=35.16%
G=31.32%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811412200.110.050.50325.715.7947.45
Hex80727A0B53214662f
Octal200162172013562506657
Binary100000001110010111101001011101110010101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80727A; }

 p { color: rgb(128,114,122); }

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

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

 a { background-color: rgb(128,114,122); }

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

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

 span { border-color: rgb(128,114,122); }

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