Shades of Pharlap #78615F
Tints of Pharlap #78615F
RGB
CMYK
RGB Variations
Color information
#78615F (or 0x78615F) is known color: Pharlap. HEX triplet: 78, 61 and 5F. RGB value is (120,97,95). Sum of RGB (Red+Green+Blue) = 120+97+95=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78615F is #879EA0. Grayscale: #676767. Windows color (decimal): -8887969 or 6250872. OLE color: 6250872.
HSL color Cylindrical-coordinate representation of color #78615F: hue angle of 4.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78615F is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 95 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.53 |
| HSL | 4.8º | 0.12% | 0.42% | - |
| HSV(B) | 4.8º | 0.21% | 0.47% | - |
| XYZ | 14.09 | 13.37 | 12.66 | - |
| YUV | 103.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 95 | 0 | 0.19 | 0.21 | 0.53 | 4.8 | 0.12 | 0.42 |
| Hex | 78 | 61 | 5F | 0 | 13 | 15 | 35 | 5 | C | 2A |
| Octal | 170 | 141 | 137 | 0 | 23 | 25 | 65 | 5 | 14 | 52 |
| Binary | 1111000 | 1100001 | 1011111 | 0 | 10011 | 10101 | 110101 | 101 | 1100 | 101010 |
Color Harmonies of #78615F
Complementary color
Monochromatic Colors of #78615F
Black with #78615F
Text Example
Text Example
White with #78615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78615F; }
p { color: rgb(120,97,95); }
H1.HeaderClassName
{
color: #78615F;
}
.AnyTagClassName
{
color: #78615F;
}
</style>
background-color css
<style>
a { background-color: #78615F; }
a { background-color: rgb(120,97,95); }
div.DivClassName
{
background-color: #78615F;
}
.BgClassName
{
background-color: #78615F;
}
</style>
border-color css
<style>
span { border-color: #78615F; }
span { border-color: rgb(120,97,95); }
td.TdClassName
{
border-color: #78615F;
}
.TagClassName
{
border-color: #78615F;
}
</style>