Shades of Pharlap #7F5D59
Tints of Pharlap #7F5D59
RGB
CMYK
RGB Variations
Color information
#7F5D59 (or 0x7F5D59) is known color: Pharlap. HEX triplet: 7F, 5D and 59. RGB value is (127,93,89). Sum of RGB (Red+Green+Blue) = 127+93+89=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D59 is #80A2A6. Grayscale: #666666. Windows color (decimal): -8430247 or 5856639. OLE color: 5856639.
HSL color Cylindrical-coordinate representation of color #7F5D59: hue angle of 6.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5D59 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 93 | 89 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.50 |
| HSL | 6.32º | 0.18% | 0.42% | - |
| HSV(B) | 6.32º | 0.3% | 0.5% | - |
| XYZ | 14.47 | 13.06 | 11.21 | - |
| YUV | 102.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 89 | 0 | 0.27 | 0.30 | 0.50 | 6.32 | 0.18 | 0.42 |
| Hex | 7F | 5D | 59 | 0 | 1B | 1E | 32 | 6 | 12 | 2A |
| Octal | 177 | 135 | 131 | 0 | 33 | 36 | 62 | 6 | 22 | 52 |
| Binary | 1111111 | 1011101 | 1011001 | 0 | 11011 | 11110 | 110010 | 110 | 10010 | 101010 |
Color Harmonies of #7F5D59
Complementary color
Monochromatic Colors of #7F5D59
Black with #7F5D59
Text Example
Text Example
White with #7F5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5D59; }
p { color: rgb(127,93,89); }
H1.HeaderClassName
{
color: #7F5D59;
}
.AnyTagClassName
{
color: #7F5D59;
}
</style>
background-color css
<style>
a { background-color: #7F5D59; }
a { background-color: rgb(127,93,89); }
div.DivClassName
{
background-color: #7F5D59;
}
.BgClassName
{
background-color: #7F5D59;
}
</style>
border-color css
<style>
span { border-color: #7F5D59; }
span { border-color: rgb(127,93,89); }
td.TdClassName
{
border-color: #7F5D59;
}
.TagClassName
{
border-color: #7F5D59;
}
</style>