Shades of Pharlap #7F625E
Tints of Pharlap #7F625E
RGB
CMYK
RGB Variations
Color information
#7F625E (or 0x7F625E) is known color: Pharlap. HEX triplet: 7F, 62 and 5E. RGB value is (127,98,94). Sum of RGB (Red+Green+Blue) = 127+98+94=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F625E is #809DA1. Grayscale: #6A6A6A. Windows color (decimal): -8428962 or 6185599. OLE color: 6185599.
HSL color Cylindrical-coordinate representation of color #7F625E: hue angle of 7.27º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F625E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 94 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.50 |
| HSL | 7.27º | 0.15% | 0.43% | - |
| HSV(B) | 7.27º | 0.26% | 0.5% | - |
| XYZ | 15.14 | 14.06 | 12.5 | - |
| YUV | 106.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 94 | 0 | 0.23 | 0.26 | 0.50 | 7.27 | 0.15 | 0.43 |
| Hex | 7F | 62 | 5E | 0 | 17 | 1A | 32 | 7 | F | 2B |
| Octal | 177 | 142 | 136 | 0 | 27 | 32 | 62 | 7 | 17 | 53 |
| Binary | 1111111 | 1100010 | 1011110 | 0 | 10111 | 11010 | 110010 | 111 | 1111 | 101011 |
Color Harmonies of #7F625E
Complementary color
Monochromatic Colors of #7F625E
Black with #7F625E
Text Example
Text Example
White with #7F625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F625E; }
p { color: rgb(127,98,94); }
H1.HeaderClassName
{
color: #7F625E;
}
.AnyTagClassName
{
color: #7F625E;
}
</style>
background-color css
<style>
a { background-color: #7F625E; }
a { background-color: rgb(127,98,94); }
div.DivClassName
{
background-color: #7F625E;
}
.BgClassName
{
background-color: #7F625E;
}
</style>
border-color css
<style>
span { border-color: #7F625E; }
span { border-color: rgb(127,98,94); }
td.TdClassName
{
border-color: #7F625E;
}
.TagClassName
{
border-color: #7F625E;
}
</style>