Shades of Bitter #87905A
Tints of Bitter #87905A
RGB
CMYK
RGB Variations
Color information
#87905A (or 0x87905A) is known color: Bitter. HEX triplet: 87, 90 and 5A. RGB value is (135,144,90). Sum of RGB (Red+Green+Blue) = 135+144+90=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #87905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87905A is #786FA5. Grayscale: #878787. Windows color (decimal): -7892902 or 5935239. OLE color: 5935239.
HSL color Cylindrical-coordinate representation of color #87905A: hue angle of 70º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87905A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 90 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.44 |
| HSL | 70º | 0.23% | 0.46% | - |
| HSV(B) | 70º | 0.38% | 0.56% | - |
| XYZ | 21.81 | 25.84 | 13.51 | - |
| YUV | 135.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 90 | 0.06 | 0 | 0.37 | 0.44 | 70 | 0.23 | 0.46 |
| Hex | 87 | 90 | 5A | 6 | 0 | 25 | 2C | 46 | 17 | 2E |
| Octal | 207 | 220 | 132 | 6 | 0 | 45 | 54 | 106 | 27 | 56 |
| Binary | 10000111 | 10010000 | 1011010 | 110 | 0 | 100101 | 101100 | 1000110 | 10111 | 101110 |
Color Harmonies of #87905A
Complementary color
Monochromatic Colors of #87905A
Black with #87905A
Text Example
Text Example
White with #87905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87905A; }
p { color: rgb(135,144,90); }
H1.HeaderClassName
{
color: #87905A;
}
.AnyTagClassName
{
color: #87905A;
}
</style>
background-color css
<style>
a { background-color: #87905A; }
a { background-color: rgb(135,144,90); }
div.DivClassName
{
background-color: #87905A;
}
.BgClassName
{
background-color: #87905A;
}
</style>
border-color css
<style>
span { border-color: #87905A; }
span { border-color: rgb(135,144,90); }
td.TdClassName
{
border-color: #87905A;
}
.TagClassName
{
border-color: #87905A;
}
</style>