Shades of Pharlap #786160
Tints of Pharlap #786160
RGB
CMYK
RGB Variations
Color information
#786160 (or 0x786160) is known color: Pharlap. HEX triplet: 78, 61 and 60. RGB value is (120,97,96). Sum of RGB (Red+Green+Blue) = 120+97+96=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786160 is #879E9F. Grayscale: #676767. Windows color (decimal): -8887968 or 6316408. OLE color: 6316408.
HSL color Cylindrical-coordinate representation of color #786160: hue angle of 2.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786160 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 96 | - |
| CMYK | 0 | 0.19 | 0.2 | 0.53 |
| HSL | 2.5º | 0.11% | 0.42% | - |
| HSV(B) | 2.5º | 0.2% | 0.47% | - |
| XYZ | 14.13 | 13.39 | 12.91 | - |
| YUV | 103.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 96 | 0 | 0.19 | 0.2 | 0.53 | 2.5 | 0.11 | 0.42 |
| Hex | 78 | 61 | 60 | 0 | 13 | 14 | 35 | 2 | B | 2A |
| Octal | 170 | 141 | 140 | 0 | 23 | 24 | 65 | 2 | 13 | 52 |
| Binary | 1111000 | 1100001 | 1100000 | 0 | 10011 | 10100 | 110101 | 10 | 1011 | 101010 |
Color Harmonies of #786160
Complementary color
Monochromatic Colors of #786160
Black with #786160
Text Example
Text Example
White with #786160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786160; }
p { color: rgb(120,97,96); }
H1.HeaderClassName
{
color: #786160;
}
.AnyTagClassName
{
color: #786160;
}
</style>
background-color css
<style>
a { background-color: #786160; }
a { background-color: rgb(120,97,96); }
div.DivClassName
{
background-color: #786160;
}
.BgClassName
{
background-color: #786160;
}
</style>
border-color css
<style>
span { border-color: #786160; }
span { border-color: rgb(120,97,96); }
td.TdClassName
{
border-color: #786160;
}
.TagClassName
{
border-color: #786160;
}
</style>