#878971

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

Shades of Bitter #878971

Tints of Bitter #878971

Color information

#878971 (or 0x878971) is unknown color: approx Bitter. HEX triplet: 87, 89 and 71. RGB value is (135,137,113). Sum of RGB (Red+Green+Blue) = 135+137+113=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #878971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878971 is #78768E. Grayscale: #858585. Windows color (decimal): -7894671 or 7440775. OLE color: 7440775.

HSL color Cylindrical-coordinate representation of color #878971: hue angle of 65º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #878971 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB135137113-
CMYK0.0100.180.46
HSL65º9.6%49.02%-
HSV(B)65º17.52%53.73%-
XYZ21.9224.2319.15-
YUV133.67116.34128.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=35.06%
G=35.58%
B=29.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371130.0100.180.46659.649.02
Hex87897110122E41a31
Octal2072111611022561011261
Binary10000111100010011110001101001010111010000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878971; }

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

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

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

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

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

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

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

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