Shades of Pharlap #796563
Tints of Pharlap #796563
RGB
CMYK
RGB Variations
Color information
#796563 (or 0x796563) is known color: Pharlap. HEX triplet: 79, 65 and 63. RGB value is (121,101,99). Sum of RGB (Red+Green+Blue) = 121+101+99=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #796563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796563 is #869A9C. Grayscale: #6A6A6A. Windows color (decimal): -8821405 or 6514041. OLE color: 6514041.
HSL color Cylindrical-coordinate representation of color #796563: hue angle of 5.45º 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 #796563 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 101 | 99 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.53 |
| HSL | 5.45º | 0.1% | 0.43% | - |
| HSV(B) | 5.45º | 0.18% | 0.47% | - |
| XYZ | 14.79 | 14.27 | 13.78 | - |
| YUV | 106.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 99 | 0 | 0.17 | 0.18 | 0.53 | 5.45 | 0.1 | 0.43 |
| Hex | 79 | 65 | 63 | 0 | 11 | 12 | 35 | 5 | A | 2B |
| Octal | 171 | 145 | 143 | 0 | 21 | 22 | 65 | 5 | 12 | 53 |
| Binary | 1111001 | 1100101 | 1100011 | 0 | 10001 | 10010 | 110101 | 101 | 1010 | 101011 |
Color Harmonies of #796563
Complementary color
Monochromatic Colors of #796563
Black with #796563
Text Example
Text Example
White with #796563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796563; }
p { color: rgb(121,101,99); }
H1.HeaderClassName
{
color: #796563;
}
.AnyTagClassName
{
color: #796563;
}
</style>
background-color css
<style>
a { background-color: #796563; }
a { background-color: rgb(121,101,99); }
div.DivClassName
{
background-color: #796563;
}
.BgClassName
{
background-color: #796563;
}
</style>
border-color css
<style>
span { border-color: #796563; }
span { border-color: rgb(121,101,99); }
td.TdClassName
{
border-color: #796563;
}
.TagClassName
{
border-color: #796563;
}
</style>