Shades of Pharlap #78706E
Tints of Pharlap #78706E
RGB
CMYK
RGB Variations
Color information
#78706E (or 0x78706E) is known color: Pharlap. HEX triplet: 78, 70 and 6E. RGB value is (120,112,110). Sum of RGB (Red+Green+Blue) = 120+112+110=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #78706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78706E is #878F91. Grayscale: #727272. Windows color (decimal): -8884114 or 7237752. OLE color: 7237752.
HSL color Cylindrical-coordinate representation of color #78706E: hue angle of 12º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78706E is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 110 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.53 |
| HSL | 12º | 0.04% | 0.45% | - |
| HSV(B) | 12º | 0.08% | 0.47% | - |
| XYZ | 16.35 | 16.71 | 17.11 | - |
| YUV | 114.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 110 | 0 | 0.07 | 0.08 | 0.53 | 12 | 0.04 | 0.45 |
| Hex | 78 | 70 | 6E | 0 | 7 | 8 | 35 | C | 4 | 2D |
| Octal | 170 | 160 | 156 | 0 | 7 | 10 | 65 | 14 | 4 | 55 |
| Binary | 1111000 | 1110000 | 1101110 | 0 | 111 | 1000 | 110101 | 1100 | 100 | 101101 |
Color Harmonies of #78706E
Complementary color
Monochromatic Colors of #78706E
Black with #78706E
Text Example
Text Example
White with #78706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78706E; }
p { color: rgb(120,112,110); }
H1.HeaderClassName
{
color: #78706E;
}
.AnyTagClassName
{
color: #78706E;
}
</style>
background-color css
<style>
a { background-color: #78706E; }
a { background-color: rgb(120,112,110); }
div.DivClassName
{
background-color: #78706E;
}
.BgClassName
{
background-color: #78706E;
}
</style>
border-color css
<style>
span { border-color: #78706E; }
span { border-color: rgb(120,112,110); }
td.TdClassName
{
border-color: #78706E;
}
.TagClassName
{
border-color: #78706E;
}
</style>