Shades of Pharlap #7F6C68
Tints of Pharlap #7F6C68
RGB
CMYK
RGB Variations
Color information
#7F6C68 (or 0x7F6C68) is known color: Pharlap. HEX triplet: 7F, 6C and 68. RGB value is (127,108,104). Sum of RGB (Red+Green+Blue) = 127+108+104=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C68 is #809397. Grayscale: #717171. Windows color (decimal): -8426392 or 6843519. OLE color: 6843519.
HSL color Cylindrical-coordinate representation of color #7F6C68: hue angle of 10.43º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F6C68 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 104 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.50 |
| HSL | 10.43º | 0.1% | 0.45% | - |
| HSV(B) | 10.43º | 0.18% | 0.5% | - |
| XYZ | 16.61 | 16.24 | 15.36 | - |
| YUV | 113.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 104 | 0 | 0.15 | 0.18 | 0.50 | 10.43 | 0.1 | 0.45 |
| Hex | 7F | 6C | 68 | 0 | F | 12 | 32 | A | A | 2D |
| Octal | 177 | 154 | 150 | 0 | 17 | 22 | 62 | 12 | 12 | 55 |
| Binary | 1111111 | 1101100 | 1101000 | 0 | 1111 | 10010 | 110010 | 1010 | 1010 | 101101 |
Color Harmonies of #7F6C68
Complementary color
Monochromatic Colors of #7F6C68
Black with #7F6C68
Text Example
Text Example
White with #7F6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C68; }
p { color: rgb(127,108,104); }
H1.HeaderClassName
{
color: #7F6C68;
}
.AnyTagClassName
{
color: #7F6C68;
}
</style>
background-color css
<style>
a { background-color: #7F6C68; }
a { background-color: rgb(127,108,104); }
div.DivClassName
{
background-color: #7F6C68;
}
.BgClassName
{
background-color: #7F6C68;
}
</style>
border-color css
<style>
span { border-color: #7F6C68; }
span { border-color: rgb(127,108,104); }
td.TdClassName
{
border-color: #7F6C68;
}
.TagClassName
{
border-color: #7F6C68;
}
</style>