Shades of Pharlap #876B65
Tints of Pharlap #876B65
RGB
CMYK
RGB Variations
Color information
#876B65 (or 0x876B65) is known color: Pharlap. HEX triplet: 87, 6B and 65. RGB value is (135,107,101). Sum of RGB (Red+Green+Blue) = 135+107+101=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B65 is #78949A. Grayscale: #727272. Windows color (decimal): -7902363 or 6646663. OLE color: 6646663.
HSL color Cylindrical-coordinate representation of color #876B65: hue angle of 10.59º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #876B65 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 101 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.47 |
| HSL | 10.59º | 0.14% | 0.46% | - |
| HSV(B) | 10.59º | 0.25% | 0.53% | - |
| XYZ | 17.6 | 16.61 | 14.59 | - |
| YUV | 114.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 101 | 0 | 0.21 | 0.25 | 0.47 | 10.59 | 0.14 | 0.46 |
| Hex | 87 | 6B | 65 | 0 | 15 | 19 | 2F | B | E | 2E |
| Octal | 207 | 153 | 145 | 0 | 25 | 31 | 57 | 13 | 16 | 56 |
| Binary | 10000111 | 1101011 | 1100101 | 0 | 10101 | 11001 | 101111 | 1011 | 1110 | 101110 |
Color Harmonies of #876B65
Complementary color
Monochromatic Colors of #876B65
Black with #876B65
Text Example
Text Example
White with #876B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B65; }
p { color: rgb(135,107,101); }
H1.HeaderClassName
{
color: #876B65;
}
.AnyTagClassName
{
color: #876B65;
}
</style>
background-color css
<style>
a { background-color: #876B65; }
a { background-color: rgb(135,107,101); }
div.DivClassName
{
background-color: #876B65;
}
.BgClassName
{
background-color: #876B65;
}
</style>
border-color css
<style>
span { border-color: #876B65; }
span { border-color: rgb(135,107,101); }
td.TdClassName
{
border-color: #876B65;
}
.TagClassName
{
border-color: #876B65;
}
</style>