Shades of Pharlap #7F6964
Tints of Pharlap #7F6964
RGB
CMYK
RGB Variations
Color information
#7F6964 (or 0x7F6964) is known color: Pharlap. HEX triplet: 7F, 69 and 64. RGB value is (127,105,100). Sum of RGB (Red+Green+Blue) = 127+105+100=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6964 is #80969B. Grayscale: #6F6F6F. Windows color (decimal): -8427164 or 6580607. OLE color: 6580607.
HSL color Cylindrical-coordinate representation of color #7F6964: hue angle of 11.11º 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 #7F6964 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 100 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.50 |
| HSL | 11.11º | 0.12% | 0.45% | - |
| HSV(B) | 11.11º | 0.21% | 0.5% | - |
| XYZ | 16.1 | 15.54 | 14.21 | - |
| YUV | 111.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 100 | 0 | 0.17 | 0.21 | 0.50 | 11.11 | 0.12 | 0.45 |
| Hex | 7F | 69 | 64 | 0 | 11 | 15 | 32 | B | C | 2D |
| Octal | 177 | 151 | 144 | 0 | 21 | 25 | 62 | 13 | 14 | 55 |
| Binary | 1111111 | 1101001 | 1100100 | 0 | 10001 | 10101 | 110010 | 1011 | 1100 | 101101 |
Color Harmonies of #7F6964
Complementary color
Monochromatic Colors of #7F6964
Black with #7F6964
Text Example
Text Example
White with #7F6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6964; }
p { color: rgb(127,105,100); }
H1.HeaderClassName
{
color: #7F6964;
}
.AnyTagClassName
{
color: #7F6964;
}
</style>
background-color css
<style>
a { background-color: #7F6964; }
a { background-color: rgb(127,105,100); }
div.DivClassName
{
background-color: #7F6964;
}
.BgClassName
{
background-color: #7F6964;
}
</style>
border-color css
<style>
span { border-color: #7F6964; }
span { border-color: rgb(127,105,100); }
td.TdClassName
{
border-color: #7F6964;
}
.TagClassName
{
border-color: #7F6964;
}
</style>