Shades of Pharlap #785E5C
Tints of Pharlap #785E5C
RGB
CMYK
RGB Variations
Color information
#785E5C (or 0x785E5C) is known color: Pharlap. HEX triplet: 78, 5E and 5C. RGB value is (120,94,92). Sum of RGB (Red+Green+Blue) = 120+94+92=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E5C is #87A1A3. Grayscale: #656565. Windows color (decimal): -8888740 or 6053496. OLE color: 6053496.
HSL color Cylindrical-coordinate representation of color #785E5C: hue angle of 4.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785E5C is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 92 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.53 |
| HSL | 4.29º | 0.13% | 0.42% | - |
| HSV(B) | 4.29º | 0.23% | 0.47% | - |
| XYZ | 13.68 | 12.77 | 11.87 | - |
| YUV | 101.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 92 | 0 | 0.22 | 0.23 | 0.53 | 4.29 | 0.13 | 0.42 |
| Hex | 78 | 5E | 5C | 0 | 16 | 17 | 35 | 4 | D | 2A |
| Octal | 170 | 136 | 134 | 0 | 26 | 27 | 65 | 4 | 15 | 52 |
| Binary | 1111000 | 1011110 | 1011100 | 0 | 10110 | 10111 | 110101 | 100 | 1101 | 101010 |
Color Harmonies of #785E5C
Complementary color
Monochromatic Colors of #785E5C
Black with #785E5C
Text Example
Text Example
White with #785E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E5C; }
p { color: rgb(120,94,92); }
H1.HeaderClassName
{
color: #785E5C;
}
.AnyTagClassName
{
color: #785E5C;
}
</style>
background-color css
<style>
a { background-color: #785E5C; }
a { background-color: rgb(120,94,92); }
div.DivClassName
{
background-color: #785E5C;
}
.BgClassName
{
background-color: #785E5C;
}
</style>
border-color css
<style>
span { border-color: #785E5C; }
span { border-color: rgb(120,94,92); }
td.TdClassName
{
border-color: #785E5C;
}
.TagClassName
{
border-color: #785E5C;
}
</style>