#868977

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

Shades of Bitter #868977

Tints of Bitter #868977

Color information

#868977 (or 0x868977) is unknown color: approx Bitter. HEX triplet: 86, 89 and 77. RGB value is (134,137,119). Sum of RGB (Red+Green+Blue) = 134+137+119=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #868977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868977 is #797688. Grayscale: #868686. Windows color (decimal): -7960201 or 7833990. OLE color: 7833990.

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

Color convert

RGB134137119-
CMYK0.0200.130.46
HSL70º7.09%50.2%-
HSV(B)70º13.14%53.73%-
XYZ22.1124.2920.98-
YUV134.05119.51127.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=34.36%
G=35.13%
B=30.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371190.0200.130.46707.0950.2
Hex86897720D2E46732
Octal206211167201556106762
Binary1000011010001001111011110011011011101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868977; }

 p { color: rgb(134,137,119); }

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

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

 a { background-color: rgb(134,137,119); }

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

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

 span { border-color: rgb(134,137,119); }

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