#878C74

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

Shades of Bitter #878C74

Tints of Bitter #878C74

Color information

#878C74 (or 0x878C74) is unknown color: approx Bitter. HEX triplet: 87, 8C and 74. RGB value is (135,140,116). Sum of RGB (Red+Green+Blue) = 135+140+116=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #878C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C74 is #78738B. Grayscale: #878787. Windows color (decimal): -7893900 or 7638151. OLE color: 7638151.

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

Color convert

RGB135140116-
CMYK0.0400.170.45
HSL72.5º9.45%50.2%-
HSV(B)72.5º17.14%54.9%-
XYZ22.5225.1720.19-
YUV135.77116.84127.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=34.53%
G=35.81%
B=29.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351401160.0400.170.4572.59.4550.2
Hex878C7440112D48932
Octal2072141644021551101162
Binary1000011110001100111010010001000110110110010001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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