Shades of Pharlap #786865
Tints of Pharlap #786865
RGB
CMYK
RGB Variations
Color information
#786865 (or 0x786865) is known color: Pharlap. HEX triplet: 78, 68 and 65. RGB value is (120,104,101). Sum of RGB (Red+Green+Blue) = 120+104+101=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786865 is #87979A. Grayscale: #6C6C6C. Windows color (decimal): -8886171 or 6645880. OLE color: 6645880.
HSL color Cylindrical-coordinate representation of color #786865: hue angle of 9.47º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786865 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 101 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.53 |
| HSL | 9.47º | 0.09% | 0.43% | - |
| HSV(B) | 9.47º | 0.16% | 0.47% | - |
| XYZ | 15.05 | 14.83 | 14.38 | - |
| YUV | 108.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 101 | 0 | 0.13 | 0.16 | 0.53 | 9.47 | 0.09 | 0.43 |
| Hex | 78 | 68 | 65 | 0 | D | 10 | 35 | 9 | 9 | 2B |
| Octal | 170 | 150 | 145 | 0 | 15 | 20 | 65 | 11 | 11 | 53 |
| Binary | 1111000 | 1101000 | 1100101 | 0 | 1101 | 10000 | 110101 | 1001 | 1001 | 101011 |
Color Harmonies of #786865
Complementary color
Monochromatic Colors of #786865
Black with #786865
Text Example
Text Example
White with #786865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786865; }
p { color: rgb(120,104,101); }
H1.HeaderClassName
{
color: #786865;
}
.AnyTagClassName
{
color: #786865;
}
</style>
background-color css
<style>
a { background-color: #786865; }
a { background-color: rgb(120,104,101); }
div.DivClassName
{
background-color: #786865;
}
.BgClassName
{
background-color: #786865;
}
</style>
border-color css
<style>
span { border-color: #786865; }
span { border-color: rgb(120,104,101); }
td.TdClassName
{
border-color: #786865;
}
.TagClassName
{
border-color: #786865;
}
</style>