Shades of Pharlap #7A6965
Tints of Pharlap #7A6965
RGB
CMYK
RGB Variations
Color information
#7A6965 (or 0x7A6965) is known color: Pharlap. HEX triplet: 7A, 69 and 65. RGB value is (122,105,101). Sum of RGB (Red+Green+Blue) = 122+105+101=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6965 is #85969A. Grayscale: #6D6D6D. Windows color (decimal): -8754843 or 6646138. OLE color: 6646138.
HSL color Cylindrical-coordinate representation of color #7A6965: hue angle of 11.43º 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 #7A6965 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 101 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.52 |
| HSL | 11.43º | 0.09% | 0.44% | - |
| HSV(B) | 11.43º | 0.17% | 0.48% | - |
| XYZ | 15.43 | 15.18 | 14.43 | - |
| YUV | 109.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 101 | 0 | 0.14 | 0.17 | 0.52 | 11.43 | 0.09 | 0.44 |
| Hex | 7A | 69 | 65 | 0 | E | 11 | 34 | B | 9 | 2C |
| Octal | 172 | 151 | 145 | 0 | 16 | 21 | 64 | 13 | 11 | 54 |
| Binary | 1111010 | 1101001 | 1100101 | 0 | 1110 | 10001 | 110100 | 1011 | 1001 | 101100 |
Color Harmonies of #7A6965
Complementary color
Monochromatic Colors of #7A6965
Black with #7A6965
Text Example
Text Example
White with #7A6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6965; }
p { color: rgb(122,105,101); }
H1.HeaderClassName
{
color: #7A6965;
}
.AnyTagClassName
{
color: #7A6965;
}
</style>
background-color css
<style>
a { background-color: #7A6965; }
a { background-color: rgb(122,105,101); }
div.DivClassName
{
background-color: #7A6965;
}
.BgClassName
{
background-color: #7A6965;
}
</style>
border-color css
<style>
span { border-color: #7A6965; }
span { border-color: rgb(122,105,101); }
td.TdClassName
{
border-color: #7A6965;
}
.TagClassName
{
border-color: #7A6965;
}
</style>