Shades of Pharlap #7F6864
Tints of Pharlap #7F6864
RGB
CMYK
RGB Variations
Color information
#7F6864 (or 0x7F6864) is known color: Pharlap. HEX triplet: 7F, 68 and 64. RGB value is (127,104,100). Sum of RGB (Red+Green+Blue) = 127+104+100=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6864 is #80979B. Grayscale: #6E6E6E. Windows color (decimal): -8427420 or 6580351. OLE color: 6580351.
HSL color Cylindrical-coordinate representation of color #7F6864: hue angle of 8.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6864 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 100 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.50 |
| HSL | 8.89º | 0.12% | 0.45% | - |
| HSV(B) | 8.89º | 0.21% | 0.5% | - |
| XYZ | 16 | 15.33 | 14.17 | - |
| YUV | 110.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 100 | 0 | 0.18 | 0.21 | 0.50 | 8.89 | 0.12 | 0.45 |
| Hex | 7F | 68 | 64 | 0 | 12 | 15 | 32 | 9 | C | 2D |
| Octal | 177 | 150 | 144 | 0 | 22 | 25 | 62 | 11 | 14 | 55 |
| Binary | 1111111 | 1101000 | 1100100 | 0 | 10010 | 10101 | 110010 | 1001 | 1100 | 101101 |
Color Harmonies of #7F6864
Complementary color
Monochromatic Colors of #7F6864
Black with #7F6864
Text Example
Text Example
White with #7F6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6864; }
p { color: rgb(127,104,100); }
H1.HeaderClassName
{
color: #7F6864;
}
.AnyTagClassName
{
color: #7F6864;
}
</style>
background-color css
<style>
a { background-color: #7F6864; }
a { background-color: rgb(127,104,100); }
div.DivClassName
{
background-color: #7F6864;
}
.BgClassName
{
background-color: #7F6864;
}
</style>
border-color css
<style>
span { border-color: #7F6864; }
span { border-color: rgb(127,104,100); }
td.TdClassName
{
border-color: #7F6864;
}
.TagClassName
{
border-color: #7F6864;
}
</style>