#878C73

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

Shades of Bitter #878C73

Tints of Bitter #878C73

Color information

#878C73 (or 0x878C73) is unknown color: approx Bitter. HEX triplet: 87, 8C and 73. RGB value is (135,140,115). Sum of RGB (Red+Green+Blue) = 135+140+115=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #878C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C73 is #78738C. Grayscale: #878787. Windows color (decimal): -7893901 or 7572615. OLE color: 7572615.

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

Color convert

RGB135140115-
CMYK0.0400.180.45
HSL72º9.8%50%-
HSV(B)72º17.86%54.9%-
XYZ22.4625.1419.89-
YUV135.66116.34127.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=34.62%
G=35.90%
B=29.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351401150.0400.180.45729.850
Hex878C7340122D48a32
Octal2072141634022551101262
Binary1000011110001100111001110001001010110110010001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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