Shades of Pharlap #7F5B57
Tints of Pharlap #7F5B57
RGB
CMYK
RGB Variations
Color information
#7F5B57 (or 0x7F5B57) is known color: Pharlap. HEX triplet: 7F, 5B and 57. RGB value is (127,91,87). Sum of RGB (Red+Green+Blue) = 127+91+87=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B57 is #80A4A8. Grayscale: #656565. Windows color (decimal): -8430761 or 5725055. OLE color: 5725055.
HSL color Cylindrical-coordinate representation of color #7F5B57: hue angle of 6º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5B57 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 91 | 87 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.50 |
| HSL | 6º | 0.19% | 0.42% | - |
| HSV(B) | 6º | 0.31% | 0.5% | - |
| XYZ | 14.21 | 12.68 | 10.72 | - |
| YUV | 101.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 87 | 0 | 0.28 | 0.31 | 0.50 | 6 | 0.19 | 0.42 |
| Hex | 7F | 5B | 57 | 0 | 1C | 1F | 32 | 6 | 13 | 2A |
| Octal | 177 | 133 | 127 | 0 | 34 | 37 | 62 | 6 | 23 | 52 |
| Binary | 1111111 | 1011011 | 1010111 | 0 | 11100 | 11111 | 110010 | 110 | 10011 | 101010 |
Color Harmonies of #7F5B57
Complementary color
Monochromatic Colors of #7F5B57
Black with #7F5B57
Text Example
Text Example
White with #7F5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5B57; }
p { color: rgb(127,91,87); }
H1.HeaderClassName
{
color: #7F5B57;
}
.AnyTagClassName
{
color: #7F5B57;
}
</style>
background-color css
<style>
a { background-color: #7F5B57; }
a { background-color: rgb(127,91,87); }
div.DivClassName
{
background-color: #7F5B57;
}
.BgClassName
{
background-color: #7F5B57;
}
</style>
border-color css
<style>
span { border-color: #7F5B57; }
span { border-color: rgb(127,91,87); }
td.TdClassName
{
border-color: #7F5B57;
}
.TagClassName
{
border-color: #7F5B57;
}
</style>