Shades of Pharlap #786562
Tints of Pharlap #786562
RGB
CMYK
RGB Variations
Color information
#786562 (or 0x786562) is known color: Pharlap. HEX triplet: 78, 65 and 62. RGB value is (120,101,98). Sum of RGB (Red+Green+Blue) = 120+101+98=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786562 is #879A9D. Grayscale: #6A6A6A. Windows color (decimal): -8886942 or 6448504. OLE color: 6448504.
HSL color Cylindrical-coordinate representation of color #786562: hue angle of 8.18º 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 #786562 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 98 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.53 |
| HSL | 8.18º | 0.1% | 0.43% | - |
| HSV(B) | 8.18º | 0.18% | 0.47% | - |
| XYZ | 14.6 | 14.18 | 13.52 | - |
| YUV | 106.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 98 | 0 | 0.16 | 0.18 | 0.53 | 8.18 | 0.1 | 0.43 |
| Hex | 78 | 65 | 62 | 0 | 10 | 12 | 35 | 8 | A | 2B |
| Octal | 170 | 145 | 142 | 0 | 20 | 22 | 65 | 10 | 12 | 53 |
| Binary | 1111000 | 1100101 | 1100010 | 0 | 10000 | 10010 | 110101 | 1000 | 1010 | 101011 |
Color Harmonies of #786562
Complementary color
Monochromatic Colors of #786562
Black with #786562
Text Example
Text Example
White with #786562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786562; }
p { color: rgb(120,101,98); }
H1.HeaderClassName
{
color: #786562;
}
.AnyTagClassName
{
color: #786562;
}
</style>
background-color css
<style>
a { background-color: #786562; }
a { background-color: rgb(120,101,98); }
div.DivClassName
{
background-color: #786562;
}
.BgClassName
{
background-color: #786562;
}
</style>
border-color css
<style>
span { border-color: #786562; }
span { border-color: rgb(120,101,98); }
td.TdClassName
{
border-color: #786562;
}
.TagClassName
{
border-color: #786562;
}
</style>