Shades of Pharlap #87605B
Tints of Pharlap #87605B
RGB
CMYK
RGB Variations
Color information
#87605B (or 0x87605B) is known color: Pharlap. HEX triplet: 87, 60 and 5B. RGB value is (135,96,91). Sum of RGB (Red+Green+Blue) = 135+96+91=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87605B is #789FA4. Grayscale: #6B6B6B. Windows color (decimal): -7905189 or 5988487. OLE color: 5988487.
HSL color Cylindrical-coordinate representation of color #87605B: hue angle of 6.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87605B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 96 | 91 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.47 |
| HSL | 6.82º | 0.19% | 0.44% | - |
| HSV(B) | 6.82º | 0.33% | 0.53% | - |
| XYZ | 16.06 | 14.27 | 11.81 | - |
| YUV | 107.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 91 | 0 | 0.29 | 0.33 | 0.47 | 6.82 | 0.19 | 0.44 |
| Hex | 87 | 60 | 5B | 0 | 1D | 21 | 2F | 7 | 13 | 2C |
| Octal | 207 | 140 | 133 | 0 | 35 | 41 | 57 | 7 | 23 | 54 |
| Binary | 10000111 | 1100000 | 1011011 | 0 | 11101 | 100001 | 101111 | 111 | 10011 | 101100 |
Color Harmonies of #87605B
Complementary color
Monochromatic Colors of #87605B
Black with #87605B
Text Example
Text Example
White with #87605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87605B; }
p { color: rgb(135,96,91); }
H1.HeaderClassName
{
color: #87605B;
}
.AnyTagClassName
{
color: #87605B;
}
</style>
background-color css
<style>
a { background-color: #87605B; }
a { background-color: rgb(135,96,91); }
div.DivClassName
{
background-color: #87605B;
}
.BgClassName
{
background-color: #87605B;
}
</style>
border-color css
<style>
span { border-color: #87605B; }
span { border-color: rgb(135,96,91); }
td.TdClassName
{
border-color: #87605B;
}
.TagClassName
{
border-color: #87605B;
}
</style>