#878C71

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

Shades of Bitter #878C71

Tints of Bitter #878C71

Color information

#878C71 (or 0x878C71) is unknown color: approx Bitter. HEX triplet: 87, 8C and 71. RGB value is (135,140,113). Sum of RGB (Red+Green+Blue) = 135+140+113=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #878C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C71 is #78738E. Grayscale: #878787. Windows color (decimal): -7893903 or 7441543. OLE color: 7441543.

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

Color convert

RGB135140113-
CMYK0.0400.190.45
HSL71.11º10.67%49.61%-
HSV(B)71.11º19.29%54.9%-
XYZ22.3525.119.29-
YUV135.43115.34127.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=34.79%
G=36.08%
B=29.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351401130.0400.190.4571.1110.6749.61
Hex878C7140132D47b32
Octal2072141614023551071362
Binary1000011110001100111000110001001110110110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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