Shades of Pharlap #796A69
Tints of Pharlap #796A69
RGB
CMYK
RGB Variations
Color information
#796A69 (or 0x796A69) is known color: Pharlap. HEX triplet: 79, 6A and 69. RGB value is (121,106,105). Sum of RGB (Red+Green+Blue) = 121+106+105=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #796A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A69 is #869596. Grayscale: #6E6E6E. Windows color (decimal): -8820119 or 6908537. OLE color: 6908537.
HSL color Cylindrical-coordinate representation of color #796A69: hue angle of 3.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #796A69 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 105 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.53 |
| HSL | 3.75º | 0.07% | 0.44% | - |
| HSV(B) | 3.75º | 0.13% | 0.47% | - |
| XYZ | 15.59 | 15.39 | 15.51 | - |
| YUV | 110.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 105 | 0 | 0.12 | 0.13 | 0.53 | 3.75 | 0.07 | 0.44 |
| Hex | 79 | 6A | 69 | 0 | C | D | 35 | 4 | 7 | 2C |
| Octal | 171 | 152 | 151 | 0 | 14 | 15 | 65 | 4 | 7 | 54 |
| Binary | 1111001 | 1101010 | 1101001 | 0 | 1100 | 1101 | 110101 | 100 | 111 | 101100 |
Color Harmonies of #796A69
Complementary color
Monochromatic Colors of #796A69
Black with #796A69
Text Example
Text Example
White with #796A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A69; }
p { color: rgb(121,106,105); }
H1.HeaderClassName
{
color: #796A69;
}
.AnyTagClassName
{
color: #796A69;
}
</style>
background-color css
<style>
a { background-color: #796A69; }
a { background-color: rgb(121,106,105); }
div.DivClassName
{
background-color: #796A69;
}
.BgClassName
{
background-color: #796A69;
}
</style>
border-color css
<style>
span { border-color: #796A69; }
span { border-color: rgb(121,106,105); }
td.TdClassName
{
border-color: #796A69;
}
.TagClassName
{
border-color: #796A69;
}
</style>