Shades of Pharlap #78615E
Tints of Pharlap #78615E
RGB
CMYK
RGB Variations
Color information
#78615E (or 0x78615E) is known color: Pharlap. HEX triplet: 78, 61 and 5E. RGB value is (120,97,94). Sum of RGB (Red+Green+Blue) = 120+97+94=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78615E is #879EA1. Grayscale: #676767. Windows color (decimal): -8887970 or 6185336. OLE color: 6185336.
HSL color Cylindrical-coordinate representation of color #78615E: hue angle of 6.92º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78615E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 94 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.53 |
| HSL | 6.92º | 0.12% | 0.42% | - |
| HSV(B) | 6.92º | 0.22% | 0.47% | - |
| XYZ | 14.04 | 13.35 | 12.43 | - |
| YUV | 103.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 94 | 0 | 0.19 | 0.22 | 0.53 | 6.92 | 0.12 | 0.42 |
| Hex | 78 | 61 | 5E | 0 | 13 | 16 | 35 | 7 | C | 2A |
| Octal | 170 | 141 | 136 | 0 | 23 | 26 | 65 | 7 | 14 | 52 |
| Binary | 1111000 | 1100001 | 1011110 | 0 | 10011 | 10110 | 110101 | 111 | 1100 | 101010 |
Color Harmonies of #78615E
Complementary color
Monochromatic Colors of #78615E
Black with #78615E
Text Example
Text Example
White with #78615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78615E; }
p { color: rgb(120,97,94); }
H1.HeaderClassName
{
color: #78615E;
}
.AnyTagClassName
{
color: #78615E;
}
</style>
background-color css
<style>
a { background-color: #78615E; }
a { background-color: rgb(120,97,94); }
div.DivClassName
{
background-color: #78615E;
}
.BgClassName
{
background-color: #78615E;
}
</style>
border-color css
<style>
span { border-color: #78615E; }
span { border-color: rgb(120,97,94); }
td.TdClassName
{
border-color: #78615E;
}
.TagClassName
{
border-color: #78615E;
}
</style>