#876C7F

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

Shades of Monsoon #876C7F

Tints of Monsoon #876C7F

Color information

#876C7F (or 0x876C7F) is unknown color: approx Monsoon. HEX triplet: 87, 6C and 7F. RGB value is (135,108,127). Sum of RGB (Red+Green+Blue) = 135+108+127=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C7F is #789380. Grayscale: #767676. Windows color (decimal): -7902081 or 8350855. OLE color: 8350855.

HSL color Cylindrical-coordinate representation of color #876C7F: hue angle of 317.78º 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 #876C7F is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB135108127-
CMYK00.20.060.47
HSL317.78º11.11%47.65%-
HSV(B)317.78º20%52.94%-
XYZ19.1917.4122.43-
YUV118.24132.95139.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 127 (50% from 255) = 34.32%
R=36.49%
G=29.19%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510812700.20.060.47317.7811.1147.65
Hex876C7F01462F13eb30
Octal2071541770246574761360
Binary10000111110110011111110101001101011111001111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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