Shades of Pharlap #876460
Tints of Pharlap #876460
RGB
CMYK
RGB Variations
Color information
#876460 (or 0x876460) is known color: Pharlap. HEX triplet: 87, 64 and 60. RGB value is (135,100,96). Sum of RGB (Red+Green+Blue) = 135+100+96=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #876460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876460 is #789B9F. Grayscale: #6E6E6E. Windows color (decimal): -7904160 or 6317191. OLE color: 6317191.
HSL color Cylindrical-coordinate representation of color #876460: hue angle of 6.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876460 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 96 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.47 |
| HSL | 6.15º | 0.17% | 0.45% | - |
| HSV(B) | 6.15º | 0.29% | 0.53% | - |
| XYZ | 16.66 | 15.11 | 13.1 | - |
| YUV | 110.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 96 | 0 | 0.26 | 0.29 | 0.47 | 6.15 | 0.17 | 0.45 |
| Hex | 87 | 64 | 60 | 0 | 1A | 1D | 2F | 6 | 11 | 2D |
| Octal | 207 | 144 | 140 | 0 | 32 | 35 | 57 | 6 | 21 | 55 |
| Binary | 10000111 | 1100100 | 1100000 | 0 | 11010 | 11101 | 101111 | 110 | 10001 | 101101 |
Color Harmonies of #876460
Complementary color
Monochromatic Colors of #876460
Black with #876460
Text Example
Text Example
White with #876460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876460; }
p { color: rgb(135,100,96); }
H1.HeaderClassName
{
color: #876460;
}
.AnyTagClassName
{
color: #876460;
}
</style>
background-color css
<style>
a { background-color: #876460; }
a { background-color: rgb(135,100,96); }
div.DivClassName
{
background-color: #876460;
}
.BgClassName
{
background-color: #876460;
}
</style>
border-color css
<style>
span { border-color: #876460; }
span { border-color: rgb(135,100,96); }
td.TdClassName
{
border-color: #876460;
}
.TagClassName
{
border-color: #876460;
}
</style>