Shades of Pharlap #876663
Tints of Pharlap #876663
RGB
CMYK
RGB Variations
Color information
#876663 (or 0x876663) is known color: Pharlap. HEX triplet: 87, 66 and 63. RGB value is (135,102,99). Sum of RGB (Red+Green+Blue) = 135+102+99=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876663 is #78999C. Grayscale: #6F6F6F. Windows color (decimal): -7903645 or 6514311. OLE color: 6514311.
HSL color Cylindrical-coordinate representation of color #876663: hue angle of 5º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876663 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 99 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.47 |
| HSL | 5º | 0.15% | 0.46% | - |
| HSV(B) | 5º | 0.27% | 0.53% | - |
| XYZ | 17 | 15.55 | 13.91 | - |
| YUV | 111.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 99 | 0 | 0.24 | 0.27 | 0.47 | 5 | 0.15 | 0.46 |
| Hex | 87 | 66 | 63 | 0 | 18 | 1B | 2F | 5 | F | 2E |
| Octal | 207 | 146 | 143 | 0 | 30 | 33 | 57 | 5 | 17 | 56 |
| Binary | 10000111 | 1100110 | 1100011 | 0 | 11000 | 11011 | 101111 | 101 | 1111 | 101110 |
Color Harmonies of #876663
Complementary color
Monochromatic Colors of #876663
Black with #876663
Text Example
Text Example
White with #876663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876663; }
p { color: rgb(135,102,99); }
H1.HeaderClassName
{
color: #876663;
}
.AnyTagClassName
{
color: #876663;
}
</style>
background-color css
<style>
a { background-color: #876663; }
a { background-color: rgb(135,102,99); }
div.DivClassName
{
background-color: #876663;
}
.BgClassName
{
background-color: #876663;
}
</style>
border-color css
<style>
span { border-color: #876663; }
span { border-color: rgb(135,102,99); }
td.TdClassName
{
border-color: #876663;
}
.TagClassName
{
border-color: #876663;
}
</style>