Shades of Pharlap #7A6866
Tints of Pharlap #7A6866
RGB
CMYK
RGB Variations
Color information
#7A6866 (or 0x7A6866) is known color: Pharlap. HEX triplet: 7A, 68 and 66. RGB value is (122,104,102). Sum of RGB (Red+Green+Blue) = 122+104+102=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6866 is #859799. Grayscale: #6D6D6D. Windows color (decimal): -8755098 or 6711418. OLE color: 6711418.
HSL color Cylindrical-coordinate representation of color #7A6866: hue angle of 6º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6866 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 102 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.52 |
| HSL | 6º | 0.09% | 0.44% | - |
| HSV(B) | 6º | 0.16% | 0.48% | - |
| XYZ | 15.37 | 15 | 14.65 | - |
| YUV | 109.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 102 | 0 | 0.15 | 0.16 | 0.52 | 6 | 0.09 | 0.44 |
| Hex | 7A | 68 | 66 | 0 | F | 10 | 34 | 6 | 9 | 2C |
| Octal | 172 | 150 | 146 | 0 | 17 | 20 | 64 | 6 | 11 | 54 |
| Binary | 1111010 | 1101000 | 1100110 | 0 | 1111 | 10000 | 110100 | 110 | 1001 | 101100 |
Color Harmonies of #7A6866
Complementary color
Monochromatic Colors of #7A6866
Black with #7A6866
Text Example
Text Example
White with #7A6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6866; }
p { color: rgb(122,104,102); }
H1.HeaderClassName
{
color: #7A6866;
}
.AnyTagClassName
{
color: #7A6866;
}
</style>
background-color css
<style>
a { background-color: #7A6866; }
a { background-color: rgb(122,104,102); }
div.DivClassName
{
background-color: #7A6866;
}
.BgClassName
{
background-color: #7A6866;
}
</style>
border-color css
<style>
span { border-color: #7A6866; }
span { border-color: rgb(122,104,102); }
td.TdClassName
{
border-color: #7A6866;
}
.TagClassName
{
border-color: #7A6866;
}
</style>