Shades of Pharlap #796663
Tints of Pharlap #796663
RGB
CMYK
RGB Variations
Color information
#796663 (or 0x796663) is known color: Pharlap. HEX triplet: 79, 66 and 63. RGB value is (121,102,99). Sum of RGB (Red+Green+Blue) = 121+102+99=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796663 is #86999C. Grayscale: #6B6B6B. Windows color (decimal): -8821149 or 6514297. OLE color: 6514297.
HSL color Cylindrical-coordinate representation of color #796663: hue angle of 8.18º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #796663 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 102 | 99 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.53 |
| HSL | 8.18º | 0.1% | 0.43% | - |
| HSV(B) | 8.18º | 0.18% | 0.47% | - |
| XYZ | 14.89 | 14.47 | 13.81 | - |
| YUV | 107.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 99 | 0 | 0.16 | 0.18 | 0.53 | 8.18 | 0.1 | 0.43 |
| Hex | 79 | 66 | 63 | 0 | 10 | 12 | 35 | 8 | A | 2B |
| Octal | 171 | 146 | 143 | 0 | 20 | 22 | 65 | 10 | 12 | 53 |
| Binary | 1111001 | 1100110 | 1100011 | 0 | 10000 | 10010 | 110101 | 1000 | 1010 | 101011 |
Color Harmonies of #796663
Complementary color
Monochromatic Colors of #796663
Black with #796663
Text Example
Text Example
White with #796663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796663; }
p { color: rgb(121,102,99); }
H1.HeaderClassName
{
color: #796663;
}
.AnyTagClassName
{
color: #796663;
}
</style>
background-color css
<style>
a { background-color: #796663; }
a { background-color: rgb(121,102,99); }
div.DivClassName
{
background-color: #796663;
}
.BgClassName
{
background-color: #796663;
}
</style>
border-color css
<style>
span { border-color: #796663; }
span { border-color: rgb(121,102,99); }
td.TdClassName
{
border-color: #796663;
}
.TagClassName
{
border-color: #796663;
}
</style>