Shades of Pharlap #7A6969
Tints of Pharlap #7A6969
RGB
CMYK
RGB Variations
Color information
#7A6969 (or 0x7A6969) is known color: Pharlap. HEX triplet: 7A, 69 and 69. RGB value is (122,105,105). Sum of RGB (Red+Green+Blue) = 122+105+105=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6969 is #859696. Grayscale: #6E6E6E. Windows color (decimal): -8754839 or 6908282. OLE color: 6908282.
HSL color Cylindrical-coordinate representation of color #7A6969: hue angle of 0º 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 #7A6969 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 105 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.52 |
| HSL | 0º | 0.07% | 0.45% | - |
| HSV(B) | 0º | 0.14% | 0.48% | - |
| XYZ | 15.63 | 15.26 | 15.49 | - |
| YUV | 110.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 105 | 0 | 0.14 | 0.14 | 0.52 | 0 | 0.07 | 0.45 |
| Hex | 7A | 69 | 69 | 0 | E | E | 34 | 0 | 7 | 2D |
| Octal | 172 | 151 | 151 | 0 | 16 | 16 | 64 | 0 | 7 | 55 |
| Binary | 1111010 | 1101001 | 1101001 | 0 | 1110 | 1110 | 110100 | 0 | 111 | 101101 |
Color Harmonies of #7A6969
Complementary color
Monochromatic Colors of #7A6969
Black with #7A6969
Text Example
Text Example
White with #7A6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6969; }
p { color: rgb(122,105,105); }
H1.HeaderClassName
{
color: #7A6969;
}
.AnyTagClassName
{
color: #7A6969;
}
</style>
background-color css
<style>
a { background-color: #7A6969; }
a { background-color: rgb(122,105,105); }
div.DivClassName
{
background-color: #7A6969;
}
.BgClassName
{
background-color: #7A6969;
}
</style>
border-color css
<style>
span { border-color: #7A6969; }
span { border-color: rgb(122,105,105); }
td.TdClassName
{
border-color: #7A6969;
}
.TagClassName
{
border-color: #7A6969;
}
</style>