Shades of Bitter #868A76
Tints of Bitter #868A76
RGB
CMYK
RGB Variations
Color information
#868A76 (or 0x868A76) is known color: Bitter. HEX triplet: 86, 8A and 76. RGB value is (134,138,118). Sum of RGB (Red+Green+Blue) = 134+138+118=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #868A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A76 is #797589. Grayscale: #868686. Windows color (decimal): -7959946 or 7768710. OLE color: 7768710.
HSL color Cylindrical-coordinate representation of color #868A76: hue angle of 72º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868A76 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 118 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.46 |
| HSL | 72º | 0.08% | 0.5% | - |
| HSV(B) | 72º | 0.14% | 0.54% | - |
| XYZ | 22.19 | 24.55 | 20.71 | - |
| YUV | 134.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 118 | 0.03 | 0 | 0.14 | 0.46 | 72 | 0.08 | 0.5 |
| Hex | 86 | 8A | 76 | 3 | 0 | E | 2E | 48 | 8 | 32 |
| Octal | 206 | 212 | 166 | 3 | 0 | 16 | 56 | 110 | 10 | 62 |
| Binary | 10000110 | 10001010 | 1110110 | 11 | 0 | 1110 | 101110 | 1001000 | 1000 | 110010 |
Color Harmonies of #868A76
Complementary color
Monochromatic Colors of #868A76
Black with #868A76
Text Example
Text Example
White with #868A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A76; }
p { color: rgb(134,138,118); }
H1.HeaderClassName
{
color: #868A76;
}
.AnyTagClassName
{
color: #868A76;
}
</style>
background-color css
<style>
a { background-color: #868A76; }
a { background-color: rgb(134,138,118); }
div.DivClassName
{
background-color: #868A76;
}
.BgClassName
{
background-color: #868A76;
}
</style>
border-color css
<style>
span { border-color: #868A76; }
span { border-color: rgb(134,138,118); }
td.TdClassName
{
border-color: #868A76;
}
.TagClassName
{
border-color: #868A76;
}
</style>