#876A80

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

Shades of Monsoon #876A80

Tints of Monsoon #876A80

Color information

#876A80 (or 0x876A80) is unknown color: approx Monsoon. HEX triplet: 87, 6A and 80. RGB value is (135,106,128). Sum of RGB (Red+Green+Blue) = 135+106+128=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #876A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A80 is #78957F. Grayscale: #757575. Windows color (decimal): -7902592 or 8415879. OLE color: 8415879.

HSL color Cylindrical-coordinate representation of color #876A80: hue angle of 314.48º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876A80 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB135106128-
CMYK00.210.050.47
HSL314.48º12.03%47.25%-
HSV(B)314.48º21.48%52.94%-
XYZ19.0417.0222.7-
YUV117.18134.11140.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=36.59%
G=28.73%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510612800.210.050.47314.4812.0347.25
Hex876A8001552F13ac2f
Octal2071522000255574721457
Binary100001111101010100000000101011011011111001110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876A80; }

 p { color: rgb(135,106,128); }

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

<style>
 a { background-color: #876A80; }

 a { background-color: rgb(135,106,128); }

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

<style>
 span { border-color: #876A80; }

 span { border-color: rgb(135,106,128); }

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