Shades of Pharlap #87615C
Tints of Pharlap #87615C
RGB
CMYK
RGB Variations
Color information
#87615C (or 0x87615C) is known color: Pharlap. HEX triplet: 87, 61 and 5C. RGB value is (135,97,92). Sum of RGB (Red+Green+Blue) = 135+97+92=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87615C is #789EA3. Grayscale: #6B6B6B. Windows color (decimal): -7904932 or 6054279. OLE color: 6054279.
HSL color Cylindrical-coordinate representation of color #87615C: hue angle of 6.98º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87615C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 92 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.47 |
| HSL | 6.98º | 0.19% | 0.45% | - |
| HSV(B) | 6.98º | 0.32% | 0.53% | - |
| XYZ | 16.2 | 14.47 | 12.07 | - |
| YUV | 107.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 92 | 0 | 0.28 | 0.32 | 0.47 | 6.98 | 0.19 | 0.45 |
| Hex | 87 | 61 | 5C | 0 | 1C | 20 | 2F | 7 | 13 | 2D |
| Octal | 207 | 141 | 134 | 0 | 34 | 40 | 57 | 7 | 23 | 55 |
| Binary | 10000111 | 1100001 | 1011100 | 0 | 11100 | 100000 | 101111 | 111 | 10011 | 101101 |
Color Harmonies of #87615C
Complementary color
Monochromatic Colors of #87615C
Black with #87615C
Text Example
Text Example
White with #87615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87615C; }
p { color: rgb(135,97,92); }
H1.HeaderClassName
{
color: #87615C;
}
.AnyTagClassName
{
color: #87615C;
}
</style>
background-color css
<style>
a { background-color: #87615C; }
a { background-color: rgb(135,97,92); }
div.DivClassName
{
background-color: #87615C;
}
.BgClassName
{
background-color: #87615C;
}
</style>
border-color css
<style>
span { border-color: #87615C; }
span { border-color: rgb(135,97,92); }
td.TdClassName
{
border-color: #87615C;
}
.TagClassName
{
border-color: #87615C;
}
</style>