Shades of Pharlap #786866
Tints of Pharlap #786866
RGB
CMYK
RGB Variations
Color information
#786866 (or 0x786866) is known color: Pharlap. HEX triplet: 78, 68 and 66. RGB value is (120,104,102). Sum of RGB (Red+Green+Blue) = 120+104+102=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #786866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786866 is #879799. Grayscale: #6C6C6C. Windows color (decimal): -8886170 or 6711416. OLE color: 6711416.
HSL color Cylindrical-coordinate representation of color #786866: hue angle of 6.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #786866 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 102 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.53 |
| HSL | 6.67º | 0.08% | 0.44% | - |
| HSV(B) | 6.67º | 0.15% | 0.47% | - |
| XYZ | 15.09 | 14.85 | 14.64 | - |
| YUV | 108.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 102 | 0 | 0.13 | 0.15 | 0.53 | 6.67 | 0.08 | 0.44 |
| Hex | 78 | 68 | 66 | 0 | D | F | 35 | 7 | 8 | 2C |
| Octal | 170 | 150 | 146 | 0 | 15 | 17 | 65 | 7 | 10 | 54 |
| Binary | 1111000 | 1101000 | 1100110 | 0 | 1101 | 1111 | 110101 | 111 | 1000 | 101100 |
Color Harmonies of #786866
Complementary color
Monochromatic Colors of #786866
Black with #786866
Text Example
Text Example
White with #786866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786866; }
p { color: rgb(120,104,102); }
H1.HeaderClassName
{
color: #786866;
}
.AnyTagClassName
{
color: #786866;
}
</style>
background-color css
<style>
a { background-color: #786866; }
a { background-color: rgb(120,104,102); }
div.DivClassName
{
background-color: #786866;
}
.BgClassName
{
background-color: #786866;
}
</style>
border-color css
<style>
span { border-color: #786866; }
span { border-color: rgb(120,104,102); }
td.TdClassName
{
border-color: #786866;
}
.TagClassName
{
border-color: #786866;
}
</style>