Shades of Pharlap #786663
Tints of Pharlap #786663
RGB
CMYK
RGB Variations
Color information
#786663 (or 0x786663) is known color: Pharlap. HEX triplet: 78, 66 and 63. RGB value is (120,102,99). Sum of RGB (Red+Green+Blue) = 120+102+99=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #786663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786663 is #87999C. Grayscale: #6B6B6B. Windows color (decimal): -8886685 or 6514296. OLE color: 6514296.
HSL color Cylindrical-coordinate representation of color #786663: hue angle of 8.57º 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 #786663 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 99 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.53 |
| HSL | 8.57º | 0.1% | 0.43% | - |
| HSV(B) | 8.57º | 0.18% | 0.47% | - |
| XYZ | 14.75 | 14.4 | 13.81 | - |
| YUV | 107.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 99 | 0 | 0.15 | 0.17 | 0.53 | 8.57 | 0.1 | 0.43 |
| Hex | 78 | 66 | 63 | 0 | F | 11 | 35 | 9 | A | 2B |
| Octal | 170 | 146 | 143 | 0 | 17 | 21 | 65 | 11 | 12 | 53 |
| Binary | 1111000 | 1100110 | 1100011 | 0 | 1111 | 10001 | 110101 | 1001 | 1010 | 101011 |
Color Harmonies of #786663
Complementary color
Monochromatic Colors of #786663
Black with #786663
Text Example
Text Example
White with #786663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786663; }
p { color: rgb(120,102,99); }
H1.HeaderClassName
{
color: #786663;
}
.AnyTagClassName
{
color: #786663;
}
</style>
background-color css
<style>
a { background-color: #786663; }
a { background-color: rgb(120,102,99); }
div.DivClassName
{
background-color: #786663;
}
.BgClassName
{
background-color: #786663;
}
</style>
border-color css
<style>
span { border-color: #786663; }
span { border-color: rgb(120,102,99); }
td.TdClassName
{
border-color: #786663;
}
.TagClassName
{
border-color: #786663;
}
</style>