#878E6C

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

Shades of Bitter #878E6C

Tints of Bitter #878E6C

Color information

#878E6C (or 0x878E6C) is unknown color: approx Bitter. HEX triplet: 87, 8E and 6C. RGB value is (135,142,108). Sum of RGB (Red+Green+Blue) = 135+142+108=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #878E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E6C is #787193. Grayscale: #888888. Windows color (decimal): -7893396 or 7114375. OLE color: 7114375.

HSL color Cylindrical-coordinate representation of color #878E6C: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878E6C is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB135142108-
CMYK0.0500.240.44
HSL72.35º13.6%49.02%-
HSV(B)72.35º23.94%55.69%-
XYZ22.3725.5817.95-
YUV136.03112.18127.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=35.06%
G=36.88%
B=28.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351421080.0500.240.4472.3513.649.02
Hex878E6C50182C48e31
Octal2072161545030541101661
Binary1000011110001110110110010101100010110010010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,108); }

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

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

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

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

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

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

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