Shades of Pharlap #876C65
Tints of Pharlap #876C65
RGB
CMYK
RGB Variations
Color information
#876C65 (or 0x876C65) is known color: Pharlap. HEX triplet: 87, 6C and 65. RGB value is (135,108,101). Sum of RGB (Red+Green+Blue) = 135+108+101=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #876C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C65 is #78939A. Grayscale: #737373. Windows color (decimal): -7902107 or 6646919. OLE color: 6646919.
HSL color Cylindrical-coordinate representation of color #876C65: hue angle of 12.35º 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 #876C65 is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 101 | - |
| CMYK | 0 | 0.2 | 0.25 | 0.47 |
| HSL | 12.35º | 0.14% | 0.46% | - |
| HSV(B) | 12.35º | 0.25% | 0.53% | - |
| XYZ | 17.7 | 16.82 | 14.62 | - |
| YUV | 115.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 101 | 0 | 0.2 | 0.25 | 0.47 | 12.35 | 0.14 | 0.46 |
| Hex | 87 | 6C | 65 | 0 | 14 | 19 | 2F | C | E | 2E |
| Octal | 207 | 154 | 145 | 0 | 24 | 31 | 57 | 14 | 16 | 56 |
| Binary | 10000111 | 1101100 | 1100101 | 0 | 10100 | 11001 | 101111 | 1100 | 1110 | 101110 |
Color Harmonies of #876C65
Complementary color
Monochromatic Colors of #876C65
Black with #876C65
Text Example
Text Example
White with #876C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C65; }
p { color: rgb(135,108,101); }
H1.HeaderClassName
{
color: #876C65;
}
.AnyTagClassName
{
color: #876C65;
}
</style>
background-color css
<style>
a { background-color: #876C65; }
a { background-color: rgb(135,108,101); }
div.DivClassName
{
background-color: #876C65;
}
.BgClassName
{
background-color: #876C65;
}
</style>
border-color css
<style>
span { border-color: #876C65; }
span { border-color: rgb(135,108,101); }
td.TdClassName
{
border-color: #876C65;
}
.TagClassName
{
border-color: #876C65;
}
</style>