Shades of Pharlap #876C64
Tints of Pharlap #876C64
RGB
CMYK
RGB Variations
Color information
#876C64 (or 0x876C64) is known color: Pharlap. HEX triplet: 87, 6C and 64. RGB value is (135,108,100). Sum of RGB (Red+Green+Blue) = 135+108+100=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C64 is #78939B. Grayscale: #737373. Windows color (decimal): -7902108 or 6581383. OLE color: 6581383.
HSL color Cylindrical-coordinate representation of color #876C64: hue angle of 13.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876C64 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 100 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.47 |
| HSL | 13.71º | 0.15% | 0.46% | - |
| HSV(B) | 13.71º | 0.26% | 0.53% | - |
| XYZ | 17.65 | 16.8 | 14.37 | - |
| YUV | 115.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 100 | 0 | 0.2 | 0.26 | 0.47 | 13.71 | 0.15 | 0.46 |
| Hex | 87 | 6C | 64 | 0 | 14 | 1A | 2F | E | F | 2E |
| Octal | 207 | 154 | 144 | 0 | 24 | 32 | 57 | 16 | 17 | 56 |
| Binary | 10000111 | 1101100 | 1100100 | 0 | 10100 | 11010 | 101111 | 1110 | 1111 | 101110 |
Color Harmonies of #876C64
Complementary color
Monochromatic Colors of #876C64
Black with #876C64
Text Example
Text Example
White with #876C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C64; }
p { color: rgb(135,108,100); }
H1.HeaderClassName
{
color: #876C64;
}
.AnyTagClassName
{
color: #876C64;
}
</style>
background-color css
<style>
a { background-color: #876C64; }
a { background-color: rgb(135,108,100); }
div.DivClassName
{
background-color: #876C64;
}
.BgClassName
{
background-color: #876C64;
}
</style>
border-color css
<style>
span { border-color: #876C64; }
span { border-color: rgb(135,108,100); }
td.TdClassName
{
border-color: #876C64;
}
.TagClassName
{
border-color: #876C64;
}
</style>