#87886B

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

Shades of Bitter #87886B

Tints of Bitter #87886B

Color information

#87886B (or 0x87886B) is unknown color: approx Bitter. HEX triplet: 87, 88 and 6B. RGB value is (135,136,107). Sum of RGB (Red+Green+Blue) = 135+136+107=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #87886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87886B is #787794. Grayscale: #848484. Windows color (decimal): -7894933 or 7047303. OLE color: 7047303.

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

Color convert

RGB135136107-
CMYK0.0100.210.47
HSL62.07º11.93%47.65%-
HSV(B)62.07º21.32%53.33%-
XYZ21.4523.8217.38-
YUV132.39113.67129.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=35.71%
G=35.98%
B=28.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361070.0100.210.4762.0711.9347.65
Hex87886B10152F3ec30
Octal207210153102557761460
Binary1000011110001000110101110101011011111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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