Shades of Pharlap #796C6B
Tints of Pharlap #796C6B
RGB
CMYK
RGB Variations
Color information
#796C6B (or 0x796C6B) is known color: Pharlap. HEX triplet: 79, 6C and 6B. RGB value is (121,108,107). Sum of RGB (Red+Green+Blue) = 121+108+107=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #796C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C6B is #869394. Grayscale: #6F6F6F. Windows color (decimal): -8819605 or 7040121. OLE color: 7040121.
HSL color Cylindrical-coordinate representation of color #796C6B: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796C6B is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 107 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.53 |
| HSL | 4.29º | 0.06% | 0.45% | - |
| HSV(B) | 4.29º | 0.12% | 0.47% | - |
| XYZ | 15.9 | 15.85 | 16.13 | - |
| YUV | 111.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 107 | 0 | 0.11 | 0.12 | 0.53 | 4.29 | 0.06 | 0.45 |
| Hex | 79 | 6C | 6B | 0 | B | C | 35 | 4 | 6 | 2D |
| Octal | 171 | 154 | 153 | 0 | 13 | 14 | 65 | 4 | 6 | 55 |
| Binary | 1111001 | 1101100 | 1101011 | 0 | 1011 | 1100 | 110101 | 100 | 110 | 101101 |
Color Harmonies of #796C6B
Complementary color
Monochromatic Colors of #796C6B
Black with #796C6B
Text Example
Text Example
White with #796C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C6B; }
p { color: rgb(121,108,107); }
H1.HeaderClassName
{
color: #796C6B;
}
.AnyTagClassName
{
color: #796C6B;
}
</style>
background-color css
<style>
a { background-color: #796C6B; }
a { background-color: rgb(121,108,107); }
div.DivClassName
{
background-color: #796C6B;
}
.BgClassName
{
background-color: #796C6B;
}
</style>
border-color css
<style>
span { border-color: #796C6B; }
span { border-color: rgb(121,108,107); }
td.TdClassName
{
border-color: #796C6B;
}
.TagClassName
{
border-color: #796C6B;
}
</style>