Shades of Bitter #87926E
Tints of Bitter #87926E
RGB
CMYK
RGB Variations
Color information
#87926E (or 0x87926E) is known color: Bitter. HEX triplet: 87, 92 and 6E. RGB value is (135,146,110). Sum of RGB (Red+Green+Blue) = 135+146+110=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #87926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87926E is #786D91. Grayscale: #8A8A8A. Windows color (decimal): -7892370 or 7246471. OLE color: 7246471.
HSL color Cylindrical-coordinate representation of color #87926E: hue angle of 78.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87926E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 110 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.43 |
| HSL | 78.33º | 0.14% | 0.5% | - |
| HSV(B) | 78.33º | 0.25% | 0.57% | - |
| XYZ | 23.09 | 26.83 | 18.71 | - |
| YUV | 138.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 110 | 0.08 | 0 | 0.25 | 0.43 | 78.33 | 0.14 | 0.5 |
| Hex | 87 | 92 | 6E | 8 | 0 | 19 | 2B | 4E | E | 32 |
| Octal | 207 | 222 | 156 | 10 | 0 | 31 | 53 | 116 | 16 | 62 |
| Binary | 10000111 | 10010010 | 1101110 | 1000 | 0 | 11001 | 101011 | 1001110 | 1110 | 110010 |
Color Harmonies of #87926E
Complementary color
Monochromatic Colors of #87926E
Black with #87926E
Text Example
Text Example
White with #87926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87926E; }
p { color: rgb(135,146,110); }
H1.HeaderClassName
{
color: #87926E;
}
.AnyTagClassName
{
color: #87926E;
}
</style>
background-color css
<style>
a { background-color: #87926E; }
a { background-color: rgb(135,146,110); }
div.DivClassName
{
background-color: #87926E;
}
.BgClassName
{
background-color: #87926E;
}
</style>
border-color css
<style>
span { border-color: #87926E; }
span { border-color: rgb(135,146,110); }
td.TdClassName
{
border-color: #87926E;
}
.TagClassName
{
border-color: #87926E;
}
</style>