Shades of Bitter #878A7A
Tints of Bitter #878A7A
RGB
CMYK
RGB Variations
Color information
#878A7A (or 0x878A7A) is known color: Bitter. HEX triplet: 87, 8A and 7A. RGB value is (135,138,122). Sum of RGB (Red+Green+Blue) = 135+138+122=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #878A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A7A is #787585. Grayscale: #878787. Windows color (decimal): -7894406 or 8030855. OLE color: 8030855.
HSL color Cylindrical-coordinate representation of color #878A7A: hue angle of 71.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878A7A is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 122 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.46 |
| HSL | 71.25º | 0.06% | 0.51% | - |
| HSV(B) | 71.25º | 0.12% | 0.54% | - |
| XYZ | 22.59 | 24.73 | 22 | - |
| YUV | 135.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 122 | 0.02 | 0 | 0.12 | 0.46 | 71.25 | 0.06 | 0.51 |
| Hex | 87 | 8A | 7A | 2 | 0 | C | 2E | 47 | 6 | 33 |
| Octal | 207 | 212 | 172 | 2 | 0 | 14 | 56 | 107 | 6 | 63 |
| Binary | 10000111 | 10001010 | 1111010 | 10 | 0 | 1100 | 101110 | 1000111 | 110 | 110011 |
Color Harmonies of #878A7A
Complementary color
Monochromatic Colors of #878A7A
Black with #878A7A
Text Example
Text Example
White with #878A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A7A; }
p { color: rgb(135,138,122); }
H1.HeaderClassName
{
color: #878A7A;
}
.AnyTagClassName
{
color: #878A7A;
}
</style>
background-color css
<style>
a { background-color: #878A7A; }
a { background-color: rgb(135,138,122); }
div.DivClassName
{
background-color: #878A7A;
}
.BgClassName
{
background-color: #878A7A;
}
</style>
border-color css
<style>
span { border-color: #878A7A; }
span { border-color: rgb(135,138,122); }
td.TdClassName
{
border-color: #878A7A;
}
.TagClassName
{
border-color: #878A7A;
}
</style>