Shades of Pharlap #7A6563
Tints of Pharlap #7A6563
RGB
CMYK
RGB Variations
Color information
#7A6563 (or 0x7A6563) is known color: Pharlap. HEX triplet: 7A, 65 and 63. RGB value is (122,101,99). Sum of RGB (Red+Green+Blue) = 122+101+99=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6563 is #859A9C. Grayscale: #6B6B6B. Windows color (decimal): -8755869 or 6514042. OLE color: 6514042.
HSL color Cylindrical-coordinate representation of color #7A6563: hue angle of 5.22º 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 #7A6563 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 99 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.52 |
| HSL | 5.22º | 0.1% | 0.43% | - |
| HSV(B) | 5.22º | 0.19% | 0.48% | - |
| XYZ | 14.93 | 14.35 | 13.79 | - |
| YUV | 107.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 99 | 0 | 0.17 | 0.19 | 0.52 | 5.22 | 0.1 | 0.43 |
| Hex | 7A | 65 | 63 | 0 | 11 | 13 | 34 | 5 | A | 2B |
| Octal | 172 | 145 | 143 | 0 | 21 | 23 | 64 | 5 | 12 | 53 |
| Binary | 1111010 | 1100101 | 1100011 | 0 | 10001 | 10011 | 110100 | 101 | 1010 | 101011 |
Color Harmonies of #7A6563
Complementary color
Monochromatic Colors of #7A6563
Black with #7A6563
Text Example
Text Example
White with #7A6563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6563; }
p { color: rgb(122,101,99); }
H1.HeaderClassName
{
color: #7A6563;
}
.AnyTagClassName
{
color: #7A6563;
}
</style>
background-color css
<style>
a { background-color: #7A6563; }
a { background-color: rgb(122,101,99); }
div.DivClassName
{
background-color: #7A6563;
}
.BgClassName
{
background-color: #7A6563;
}
</style>
border-color css
<style>
span { border-color: #7A6563; }
span { border-color: rgb(122,101,99); }
td.TdClassName
{
border-color: #7A6563;
}
.TagClassName
{
border-color: #7A6563;
}
</style>