#876C81

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

Shades of Monsoon #876C81

Tints of Monsoon #876C81

Color information

#876C81 (or 0x876C81) is unknown color: approx Monsoon. HEX triplet: 87, 6C and 81. RGB value is (135,108,129). Sum of RGB (Red+Green+Blue) = 135+108+129=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #876C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C81 is #78937E. Grayscale: #767676. Windows color (decimal): -7902079 or 8481927. OLE color: 8481927.

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

Color convert

RGB135108129-
CMYK00.20.040.47
HSL313.33º11.11%47.65%-
HSV(B)313.33º20%52.94%-
XYZ19.3217.4623.12-
YUV118.47133.95139.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=36.29%
G=29.03%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510812900.20.040.47313.3311.1147.65
Hex876C8101442F139b30
Octal2071542010244574711360
Binary100001111101100100000010101001001011111001110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,108,129); }

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

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

 a { background-color: rgb(135,108,129); }

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

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

 span { border-color: rgb(135,108,129); }

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