Shades of Pharlap #876661
Tints of Pharlap #876661
RGB
CMYK
RGB Variations
Color information
#876661 (or 0x876661) is known color: Pharlap. HEX triplet: 87, 66 and 61. RGB value is (135,102,97). Sum of RGB (Red+Green+Blue) = 135+102+97=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876661 is #78999E. Grayscale: #6F6F6F. Windows color (decimal): -7903647 or 6383239. OLE color: 6383239.
HSL color Cylindrical-coordinate representation of color #876661: hue angle of 7.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876661 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 97 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.47 |
| HSL | 7.89º | 0.16% | 0.45% | - |
| HSV(B) | 7.89º | 0.28% | 0.53% | - |
| XYZ | 16.9 | 15.52 | 13.41 | - |
| YUV | 111.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 97 | 0 | 0.24 | 0.28 | 0.47 | 7.89 | 0.16 | 0.45 |
| Hex | 87 | 66 | 61 | 0 | 18 | 1C | 2F | 8 | 10 | 2D |
| Octal | 207 | 146 | 141 | 0 | 30 | 34 | 57 | 10 | 20 | 55 |
| Binary | 10000111 | 1100110 | 1100001 | 0 | 11000 | 11100 | 101111 | 1000 | 10000 | 101101 |
Color Harmonies of #876661
Complementary color
Monochromatic Colors of #876661
Black with #876661
Text Example
Text Example
White with #876661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876661; }
p { color: rgb(135,102,97); }
H1.HeaderClassName
{
color: #876661;
}
.AnyTagClassName
{
color: #876661;
}
</style>
background-color css
<style>
a { background-color: #876661; }
a { background-color: rgb(135,102,97); }
div.DivClassName
{
background-color: #876661;
}
.BgClassName
{
background-color: #876661;
}
</style>
border-color css
<style>
span { border-color: #876661; }
span { border-color: rgb(135,102,97); }
td.TdClassName
{
border-color: #876661;
}
.TagClassName
{
border-color: #876661;
}
</style>