#878C68

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

Shades of Bitter #878C68

Tints of Bitter #878C68

Color information

#878C68 (or 0x878C68) is unknown color: approx Bitter. HEX triplet: 87, 8C and 68. RGB value is (135,140,104). Sum of RGB (Red+Green+Blue) = 135+140+104=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #878C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C68 is #787397. Grayscale: #868686. Windows color (decimal): -7893912 or 6851719. OLE color: 6851719.

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

Color convert

RGB135140104-
CMYK0.0400.260.45
HSL68.33º14.75%47.84%-
HSV(B)68.33º25.71%54.9%-
XYZ21.8724.9116.75-
YUV134.4110.84128.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=35.62%
G=36.94%
B=27.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351401040.0400.260.4568.3314.7547.84
Hex878C68401A2D44f30
Octal2072141504032551041760
Binary1000011110001100110100010001101010110110001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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