Shades of Pharlap #7A6E6B
Tints of Pharlap #7A6E6B
RGB
CMYK
RGB Variations
Color information
#7A6E6B (or 0x7A6E6B) is known color: Pharlap. HEX triplet: 7A, 6E and 6B. RGB value is (122,110,107). Sum of RGB (Red+Green+Blue) = 122+110+107=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E6B is #859194. Grayscale: #717171. Windows color (decimal): -8753557 or 7040634. OLE color: 7040634.
HSL color Cylindrical-coordinate representation of color #7A6E6B: hue angle of 12º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A6E6B is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 107 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.52 |
| HSL | 12º | 0.07% | 0.45% | - |
| HSV(B) | 12º | 0.12% | 0.48% | - |
| XYZ | 16.26 | 16.35 | 16.21 | - |
| YUV | 113.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 107 | 0 | 0.10 | 0.12 | 0.52 | 12 | 0.07 | 0.45 |
| Hex | 7A | 6E | 6B | 0 | A | C | 34 | C | 7 | 2D |
| Octal | 172 | 156 | 153 | 0 | 12 | 14 | 64 | 14 | 7 | 55 |
| Binary | 1111010 | 1101110 | 1101011 | 0 | 1010 | 1100 | 110100 | 1100 | 111 | 101101 |
Color Harmonies of #7A6E6B
Complementary color
Monochromatic Colors of #7A6E6B
Black with #7A6E6B
Text Example
Text Example
White with #7A6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E6B; }
p { color: rgb(122,110,107); }
H1.HeaderClassName
{
color: #7A6E6B;
}
.AnyTagClassName
{
color: #7A6E6B;
}
</style>
background-color css
<style>
a { background-color: #7A6E6B; }
a { background-color: rgb(122,110,107); }
div.DivClassName
{
background-color: #7A6E6B;
}
.BgClassName
{
background-color: #7A6E6B;
}
</style>
border-color css
<style>
span { border-color: #7A6E6B; }
span { border-color: rgb(122,110,107); }
td.TdClassName
{
border-color: #7A6E6B;
}
.TagClassName
{
border-color: #7A6E6B;
}
</style>