Shades of Pharlap #7A6B69
Tints of Pharlap #7A6B69
RGB
CMYK
RGB Variations
Color information
#7A6B69 (or 0x7A6B69) is known color: Pharlap. HEX triplet: 7A, 6B and 69. RGB value is (122,107,105). Sum of RGB (Red+Green+Blue) = 122+107+105=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B69 is #859496. Grayscale: #6F6F6F. Windows color (decimal): -8754327 or 6908794. OLE color: 6908794.
HSL color Cylindrical-coordinate representation of color #7A6B69: hue angle of 7.06º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6B69 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 105 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.52 |
| HSL | 7.06º | 0.07% | 0.45% | - |
| HSV(B) | 7.06º | 0.14% | 0.48% | - |
| XYZ | 15.83 | 15.67 | 15.56 | - |
| YUV | 111.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 105 | 0 | 0.12 | 0.14 | 0.52 | 7.06 | 0.07 | 0.45 |
| Hex | 7A | 6B | 69 | 0 | C | E | 34 | 7 | 7 | 2D |
| Octal | 172 | 153 | 151 | 0 | 14 | 16 | 64 | 7 | 7 | 55 |
| Binary | 1111010 | 1101011 | 1101001 | 0 | 1100 | 1110 | 110100 | 111 | 111 | 101101 |
Color Harmonies of #7A6B69
Complementary color
Monochromatic Colors of #7A6B69
Black with #7A6B69
Text Example
Text Example
White with #7A6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B69; }
p { color: rgb(122,107,105); }
H1.HeaderClassName
{
color: #7A6B69;
}
.AnyTagClassName
{
color: #7A6B69;
}
</style>
background-color css
<style>
a { background-color: #7A6B69; }
a { background-color: rgb(122,107,105); }
div.DivClassName
{
background-color: #7A6B69;
}
.BgClassName
{
background-color: #7A6B69;
}
</style>
border-color css
<style>
span { border-color: #7A6B69; }
span { border-color: rgb(122,107,105); }
td.TdClassName
{
border-color: #7A6B69;
}
.TagClassName
{
border-color: #7A6B69;
}
</style>