Shades of Pharlap #876059
Tints of Pharlap #876059
RGB
CMYK
RGB Variations
Color information
#876059 (or 0x876059) is known color: Pharlap. HEX triplet: 87, 60 and 59. RGB value is (135,96,89). Sum of RGB (Red+Green+Blue) = 135+96+89=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876059 is #789FA6. Grayscale: #6A6A6A. Windows color (decimal): -7905191 or 5857415. OLE color: 5857415.
HSL color Cylindrical-coordinate representation of color #876059: hue angle of 9.13º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #876059 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 96 | 89 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.47 |
| HSL | 9.13º | 0.21% | 0.44% | - |
| HSV(B) | 9.13º | 0.34% | 0.53% | - |
| XYZ | 15.98 | 14.24 | 11.36 | - |
| YUV | 106.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 89 | 0 | 0.29 | 0.34 | 0.47 | 9.13 | 0.21 | 0.44 |
| Hex | 87 | 60 | 59 | 0 | 1D | 22 | 2F | 9 | 15 | 2C |
| Octal | 207 | 140 | 131 | 0 | 35 | 42 | 57 | 11 | 25 | 54 |
| Binary | 10000111 | 1100000 | 1011001 | 0 | 11101 | 100010 | 101111 | 1001 | 10101 | 101100 |
Color Harmonies of #876059
Complementary color
Monochromatic Colors of #876059
Black with #876059
Text Example
Text Example
White with #876059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876059; }
p { color: rgb(135,96,89); }
H1.HeaderClassName
{
color: #876059;
}
.AnyTagClassName
{
color: #876059;
}
</style>
background-color css
<style>
a { background-color: #876059; }
a { background-color: rgb(135,96,89); }
div.DivClassName
{
background-color: #876059;
}
.BgClassName
{
background-color: #876059;
}
</style>
border-color css
<style>
span { border-color: #876059; }
span { border-color: rgb(135,96,89); }
td.TdClassName
{
border-color: #876059;
}
.TagClassName
{
border-color: #876059;
}
</style>