#876F80

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

Shades of Monsoon #876F80

Tints of Monsoon #876F80

Color information

#876F80 (or 0x876F80) is unknown color: approx Monsoon. HEX triplet: 87, 6F and 80. RGB value is (135,111,128). Sum of RGB (Red+Green+Blue) = 135+111+128=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #876F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876F80 is #78907F. Grayscale: #787878. Windows color (decimal): -7901312 or 8417159. OLE color: 8417159.

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

Color convert

RGB135111128-
CMYK00.180.050.47
HSL317.5º9.76%48.24%-
HSV(B)317.5º17.78%52.94%-
XYZ19.5718.0822.88-
YUV120.11132.45138.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=36.10%
G=29.68%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511112800.180.050.47317.59.7648.24
Hex876F8001252F13ea30
Octal2071572000225574761260
Binary100001111101111100000000100101011011111001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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