#878B75

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

Shades of Bitter #878B75

Tints of Bitter #878B75

Color information

#878B75 (or 0x878B75) is unknown color: approx Bitter. HEX triplet: 87, 8B and 75. RGB value is (135,139,117). Sum of RGB (Red+Green+Blue) = 135+139+117=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #878B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B75 is #78748A. Grayscale: #878787. Windows color (decimal): -7894155 or 7703431. OLE color: 7703431.

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

Color convert

RGB135139117-
CMYK0.0300.160.45
HSL70.91º8.66%50.2%-
HSV(B)70.91º15.83%54.51%-
XYZ22.4424.920.45-
YUV135.3117.67127.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=34.53%
G=35.55%
B=29.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391170.0300.160.4570.918.6650.2
Hex878B7530102D47932
Octal2072131653020551071162
Binary100001111000101111101011101000010110110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,117); }

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

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

 a { background-color: rgb(135,139,117); }

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

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

 span { border-color: rgb(135,139,117); }

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