Shades of Pharlap #786868
Tints of Pharlap #786868
RGB
CMYK
RGB Variations
Color information
#786868 (or 0x786868) is known color: Pharlap. HEX triplet: 78, 68 and 68. RGB value is (120,104,104). Sum of RGB (Red+Green+Blue) = 120+104+104=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #786868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786868 is #879797. Grayscale: #6C6C6C. Windows color (decimal): -8886168 or 6842488. OLE color: 6842488.
HSL color Cylindrical-coordinate representation of color #786868: hue angle of 0º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #786868 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 104 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.53 |
| HSL | 0º | 0.07% | 0.44% | - |
| HSV(B) | 0º | 0.13% | 0.47% | - |
| XYZ | 15.19 | 14.89 | 15.17 | - |
| YUV | 108.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 104 | 0 | 0.13 | 0.13 | 0.53 | 0 | 0.07 | 0.44 |
| Hex | 78 | 68 | 68 | 0 | D | D | 35 | 0 | 7 | 2C |
| Octal | 170 | 150 | 150 | 0 | 15 | 15 | 65 | 0 | 7 | 54 |
| Binary | 1111000 | 1101000 | 1101000 | 0 | 1101 | 1101 | 110101 | 0 | 111 | 101100 |
Color Harmonies of #786868
Complementary color
Monochromatic Colors of #786868
Black with #786868
Text Example
Text Example
White with #786868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786868; }
p { color: rgb(120,104,104); }
H1.HeaderClassName
{
color: #786868;
}
.AnyTagClassName
{
color: #786868;
}
</style>
background-color css
<style>
a { background-color: #786868; }
a { background-color: rgb(120,104,104); }
div.DivClassName
{
background-color: #786868;
}
.BgClassName
{
background-color: #786868;
}
</style>
border-color css
<style>
span { border-color: #786868; }
span { border-color: rgb(120,104,104); }
td.TdClassName
{
border-color: #786868;
}
.TagClassName
{
border-color: #786868;
}
</style>