Shades of Pharlap #7A605E
Tints of Pharlap #7A605E
RGB
CMYK
RGB Variations
Color information
#7A605E (or 0x7A605E) is known color: Pharlap. HEX triplet: 7A, 60 and 5E. RGB value is (122,96,94). Sum of RGB (Red+Green+Blue) = 122+96+94=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A605E is #859FA1. Grayscale: #676767. Windows color (decimal): -8757154 or 6185082. OLE color: 6185082.
HSL color Cylindrical-coordinate representation of color #7A605E: hue angle of 4.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A605E is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 94 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.52 |
| HSL | 4.29º | 0.13% | 0.42% | - |
| HSV(B) | 4.29º | 0.23% | 0.48% | - |
| XYZ | 14.23 | 13.31 | 12.41 | - |
| YUV | 103.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 94 | 0 | 0.21 | 0.23 | 0.52 | 4.29 | 0.13 | 0.42 |
| Hex | 7A | 60 | 5E | 0 | 15 | 17 | 34 | 4 | D | 2A |
| Octal | 172 | 140 | 136 | 0 | 25 | 27 | 64 | 4 | 15 | 52 |
| Binary | 1111010 | 1100000 | 1011110 | 0 | 10101 | 10111 | 110100 | 100 | 1101 | 101010 |
Color Harmonies of #7A605E
Complementary color
Monochromatic Colors of #7A605E
Black with #7A605E
Text Example
Text Example
White with #7A605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A605E; }
p { color: rgb(122,96,94); }
H1.HeaderClassName
{
color: #7A605E;
}
.AnyTagClassName
{
color: #7A605E;
}
</style>
background-color css
<style>
a { background-color: #7A605E; }
a { background-color: rgb(122,96,94); }
div.DivClassName
{
background-color: #7A605E;
}
.BgClassName
{
background-color: #7A605E;
}
</style>
border-color css
<style>
span { border-color: #7A605E; }
span { border-color: rgb(122,96,94); }
td.TdClassName
{
border-color: #7A605E;
}
.TagClassName
{
border-color: #7A605E;
}
</style>