Shades of Pharlap #7A6463
Tints of Pharlap #7A6463
RGB
CMYK
RGB Variations
Color information
#7A6463 (or 0x7A6463) is known color: Pharlap. HEX triplet: 7A, 64 and 63. RGB value is (122,100,99). Sum of RGB (Red+Green+Blue) = 122+100+99=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6463 is #859B9C. Grayscale: #6A6A6A. Windows color (decimal): -8756125 or 6513786. OLE color: 6513786.
HSL color Cylindrical-coordinate representation of color #7A6463: hue angle of 2.61º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6463 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 99 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.52 |
| HSL | 2.61º | 0.1% | 0.43% | - |
| HSV(B) | 2.61º | 0.19% | 0.48% | - |
| XYZ | 14.84 | 14.15 | 13.75 | - |
| YUV | 106.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 99 | 0 | 0.18 | 0.19 | 0.52 | 2.61 | 0.1 | 0.43 |
| Hex | 7A | 64 | 63 | 0 | 12 | 13 | 34 | 3 | A | 2B |
| Octal | 172 | 144 | 143 | 0 | 22 | 23 | 64 | 3 | 12 | 53 |
| Binary | 1111010 | 1100100 | 1100011 | 0 | 10010 | 10011 | 110100 | 11 | 1010 | 101011 |
Color Harmonies of #7A6463
Complementary color
Monochromatic Colors of #7A6463
Black with #7A6463
Text Example
Text Example
White with #7A6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6463; }
p { color: rgb(122,100,99); }
H1.HeaderClassName
{
color: #7A6463;
}
.AnyTagClassName
{
color: #7A6463;
}
</style>
background-color css
<style>
a { background-color: #7A6463; }
a { background-color: rgb(122,100,99); }
div.DivClassName
{
background-color: #7A6463;
}
.BgClassName
{
background-color: #7A6463;
}
</style>
border-color css
<style>
span { border-color: #7A6463; }
span { border-color: rgb(122,100,99); }
td.TdClassName
{
border-color: #7A6463;
}
.TagClassName
{
border-color: #7A6463;
}
</style>