#878B71

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

Shades of Bitter #878B71

Tints of Bitter #878B71

Color information

#878B71 (or 0x878B71) is unknown color: approx Bitter. HEX triplet: 87, 8B and 71. RGB value is (135,139,113). Sum of RGB (Red+Green+Blue) = 135+139+113=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #878B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B71 is #78748E. Grayscale: #868686. Windows color (decimal): -7894159 or 7441287. OLE color: 7441287.

HSL color Cylindrical-coordinate representation of color #878B71: hue angle of 69.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #878B71 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB135139113-
CMYK0.0300.190.45
HSL69.23º10.32%49.41%-
HSV(B)69.23º18.71%54.51%-
XYZ22.224.8119.24-
YUV134.84115.67128.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=34.88%
G=35.92%
B=29.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391130.0300.190.4569.2310.3249.41
Hex878B7130132D45a31
Octal2072131613023551051261
Binary100001111000101111100011101001110110110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878B71; }

 p { color: rgb(135,139,113); }

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

<style>
 a { background-color: #878B71; }

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

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

<style>
 span { border-color: #878B71; }

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

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