Shades of Pharlap #7A6A67
Tints of Pharlap #7A6A67
RGB
CMYK
RGB Variations
Color information
#7A6A67 (or 0x7A6A67) is known color: Pharlap. HEX triplet: 7A, 6A and 67. RGB value is (122,106,103). Sum of RGB (Red+Green+Blue) = 122+106+103=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A67 is #859598. Grayscale: #6E6E6E. Windows color (decimal): -8754585 or 6777466. OLE color: 6777466.
HSL color Cylindrical-coordinate representation of color #7A6A67: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6A67 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 103 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.52 |
| HSL | 9.47º | 0.08% | 0.44% | - |
| HSV(B) | 9.47º | 0.16% | 0.48% | - |
| XYZ | 15.63 | 15.42 | 14.99 | - |
| YUV | 110.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 103 | 0 | 0.13 | 0.16 | 0.52 | 9.47 | 0.08 | 0.44 |
| Hex | 7A | 6A | 67 | 0 | D | 10 | 34 | 9 | 8 | 2C |
| Octal | 172 | 152 | 147 | 0 | 15 | 20 | 64 | 11 | 10 | 54 |
| Binary | 1111010 | 1101010 | 1100111 | 0 | 1101 | 10000 | 110100 | 1001 | 1000 | 101100 |
Color Harmonies of #7A6A67
Complementary color
Monochromatic Colors of #7A6A67
Black with #7A6A67
Text Example
Text Example
White with #7A6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A67; }
p { color: rgb(122,106,103); }
H1.HeaderClassName
{
color: #7A6A67;
}
.AnyTagClassName
{
color: #7A6A67;
}
</style>
background-color css
<style>
a { background-color: #7A6A67; }
a { background-color: rgb(122,106,103); }
div.DivClassName
{
background-color: #7A6A67;
}
.BgClassName
{
background-color: #7A6A67;
}
</style>
border-color css
<style>
span { border-color: #7A6A67; }
span { border-color: rgb(122,106,103); }
td.TdClassName
{
border-color: #7A6A67;
}
.TagClassName
{
border-color: #7A6A67;
}
</style>