#87886F

Color #87886F Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #87886F

Tints of Bitter #87886F

Color information

#87886F (or 0x87886F) is unknown color: approx Bitter. HEX triplet: 87, 88 and 6F. RGB value is (135,136,111). Sum of RGB (Red+Green+Blue) = 135+136+111=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #87886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87886F is #787790. Grayscale: #848484. Windows color (decimal): -7894929 or 7309447. OLE color: 7309447.

HSL color Cylindrical-coordinate representation of color #87886F: hue angle of 62.4º 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 #87886F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135136111-
CMYK0.0100.180.47
HSL62.4º10.12%48.43%-
HSV(B)62.4º18.38%53.33%-
XYZ21.6723.9118.51-
YUV132.85115.67129.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=35.34%
G=35.60%
B=29.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361110.0100.180.4762.410.1248.43
Hex87886F10122F3ea30
Octal207210157102257761260
Binary1000011110001000110111110100101011111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87886F; }

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

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

<style>
 a { background-color: #87886F; }

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

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

<style>
 span { border-color: #87886F; }

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

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