Shades of Pharlap #7A6665
Tints of Pharlap #7A6665
RGB
CMYK
RGB Variations
Color information
#7A6665 (or 0x7A6665) is known color: Pharlap. HEX triplet: 7A, 66 and 65. RGB value is (122,102,101). Sum of RGB (Red+Green+Blue) = 122+102+101=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6665 is #85999A. Grayscale: #6B6B6B. Windows color (decimal): -8755611 or 6645370. OLE color: 6645370.
HSL color Cylindrical-coordinate representation of color #7A6665: hue angle of 2.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6665 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 101 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.52 |
| HSL | 2.86º | 0.09% | 0.44% | - |
| HSV(B) | 2.86º | 0.17% | 0.48% | - |
| XYZ | 15.13 | 14.58 | 14.33 | - |
| YUV | 107.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 101 | 0 | 0.16 | 0.17 | 0.52 | 2.86 | 0.09 | 0.44 |
| Hex | 7A | 66 | 65 | 0 | 10 | 11 | 34 | 3 | 9 | 2C |
| Octal | 172 | 146 | 145 | 0 | 20 | 21 | 64 | 3 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1100101 | 0 | 10000 | 10001 | 110100 | 11 | 1001 | 101100 |
Color Harmonies of #7A6665
Complementary color
Monochromatic Colors of #7A6665
Black with #7A6665
Text Example
Text Example
White with #7A6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6665; }
p { color: rgb(122,102,101); }
H1.HeaderClassName
{
color: #7A6665;
}
.AnyTagClassName
{
color: #7A6665;
}
</style>
background-color css
<style>
a { background-color: #7A6665; }
a { background-color: rgb(122,102,101); }
div.DivClassName
{
background-color: #7A6665;
}
.BgClassName
{
background-color: #7A6665;
}
</style>
border-color css
<style>
span { border-color: #7A6665; }
span { border-color: rgb(122,102,101); }
td.TdClassName
{
border-color: #7A6665;
}
.TagClassName
{
border-color: #7A6665;
}
</style>