Shades of Pharlap #786765
Tints of Pharlap #786765
RGB
CMYK
RGB Variations
Color information
#786765 (or 0x786765) is known color: Pharlap. HEX triplet: 78, 67 and 65. RGB value is (120,103,101). Sum of RGB (Red+Green+Blue) = 120+103+101=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #786765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786765 is #87989A. Grayscale: #6B6B6B. Windows color (decimal): -8886427 or 6645624. OLE color: 6645624.
HSL color Cylindrical-coordinate representation of color #786765: hue angle of 6.32º 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 #786765 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 101 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.53 |
| HSL | 6.32º | 0.09% | 0.43% | - |
| HSV(B) | 6.32º | 0.16% | 0.47% | - |
| XYZ | 14.94 | 14.63 | 14.35 | - |
| YUV | 107.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 101 | 0 | 0.14 | 0.16 | 0.53 | 6.32 | 0.09 | 0.43 |
| Hex | 78 | 67 | 65 | 0 | E | 10 | 35 | 6 | 9 | 2B |
| Octal | 170 | 147 | 145 | 0 | 16 | 20 | 65 | 6 | 11 | 53 |
| Binary | 1111000 | 1100111 | 1100101 | 0 | 1110 | 10000 | 110101 | 110 | 1001 | 101011 |
Color Harmonies of #786765
Complementary color
Monochromatic Colors of #786765
Black with #786765
Text Example
Text Example
White with #786765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786765; }
p { color: rgb(120,103,101); }
H1.HeaderClassName
{
color: #786765;
}
.AnyTagClassName
{
color: #786765;
}
</style>
background-color css
<style>
a { background-color: #786765; }
a { background-color: rgb(120,103,101); }
div.DivClassName
{
background-color: #786765;
}
.BgClassName
{
background-color: #786765;
}
</style>
border-color css
<style>
span { border-color: #786765; }
span { border-color: rgb(120,103,101); }
td.TdClassName
{
border-color: #786765;
}
.TagClassName
{
border-color: #786765;
}
</style>