#87876B

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

Shades of Bitter #87876B

Tints of Bitter #87876B

Color information

#87876B (or 0x87876B) is unknown color: approx Bitter. HEX triplet: 87, 87 and 6B. RGB value is (135,135,107). Sum of RGB (Red+Green+Blue) = 135+135+107=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87876B is #787894. Grayscale: #838383. Windows color (decimal): -7895189 or 7047047. OLE color: 7047047.

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

Color convert

RGB135135107-
CMYK000.210.47
HSL60º11.57%47.45%-
HSV(B)60º20.74%52.94%-
XYZ21.3123.5417.33-
YUV131.81114130.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=35.81%
G=35.81%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135107000.210.476011.5747.45
Hex87876B00152F3cc2f
Octal207207153002557741457
Binary1000011110000111110101100101011011111111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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