Shades of Pharlap #876A64
Tints of Pharlap #876A64
RGB
CMYK
RGB Variations
Color information
#876A64 (or 0x876A64) is known color: Pharlap. HEX triplet: 87, 6A and 64. RGB value is (135,106,100). Sum of RGB (Red+Green+Blue) = 135+106+100=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #876A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A64 is #78959B. Grayscale: #727272. Windows color (decimal): -7902620 or 6580871. OLE color: 6580871.
HSL color Cylindrical-coordinate representation of color #876A64: hue angle of 10.29º 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 #876A64 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 100 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.47 |
| HSL | 10.29º | 0.15% | 0.46% | - |
| HSV(B) | 10.29º | 0.26% | 0.53% | - |
| XYZ | 17.45 | 16.38 | 14.3 | - |
| YUV | 113.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 100 | 0 | 0.21 | 0.26 | 0.47 | 10.29 | 0.15 | 0.46 |
| Hex | 87 | 6A | 64 | 0 | 15 | 1A | 2F | A | F | 2E |
| Octal | 207 | 152 | 144 | 0 | 25 | 32 | 57 | 12 | 17 | 56 |
| Binary | 10000111 | 1101010 | 1100100 | 0 | 10101 | 11010 | 101111 | 1010 | 1111 | 101110 |
Color Harmonies of #876A64
Complementary color
Monochromatic Colors of #876A64
Black with #876A64
Text Example
Text Example
White with #876A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A64; }
p { color: rgb(135,106,100); }
H1.HeaderClassName
{
color: #876A64;
}
.AnyTagClassName
{
color: #876A64;
}
</style>
background-color css
<style>
a { background-color: #876A64; }
a { background-color: rgb(135,106,100); }
div.DivClassName
{
background-color: #876A64;
}
.BgClassName
{
background-color: #876A64;
}
</style>
border-color css
<style>
span { border-color: #876A64; }
span { border-color: rgb(135,106,100); }
td.TdClassName
{
border-color: #876A64;
}
.TagClassName
{
border-color: #876A64;
}
</style>