#878974

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

Shades of Bitter #878974

Tints of Bitter #878974

Color information

#878974 (or 0x878974) is unknown color: approx Bitter. HEX triplet: 87, 89 and 74. RGB value is (135,137,116). Sum of RGB (Red+Green+Blue) = 135+137+116=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #878974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878974 is #78768B. Grayscale: #868686. Windows color (decimal): -7894668 or 7637383. OLE color: 7637383.

HSL color Cylindrical-coordinate representation of color #878974: hue angle of 65.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878974 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB135137116-
CMYK0.0100.150.46
HSL65.71º8.3%49.61%-
HSV(B)65.71º15.33%53.73%-
XYZ22.0924.320.05-
YUV134.01117.84128.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=34.79%
G=35.31%
B=29.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371160.0100.150.4665.718.349.61
Hex87897410F2E42832
Octal2072111641017561021062
Binary1000011110001001111010010111110111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878974; }

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

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

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

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

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

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

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

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