Shades of Pharlap #7C5B58
Tints of Pharlap #7C5B58
RGB
CMYK
RGB Variations
Color information
#7C5B58 (or 0x7C5B58) is known color: Pharlap. HEX triplet: 7C, 5B and 58. RGB value is (124,91,88). Sum of RGB (Red+Green+Blue) = 124+91+88=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B58 is #83A4A7. Grayscale: #646464. Windows color (decimal): -8627368 or 5790588. OLE color: 5790588.
HSL color Cylindrical-coordinate representation of color #7C5B58: hue angle of 5º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5B58 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 91 | 88 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.51 |
| HSL | 5º | 0.17% | 0.42% | - |
| HSV(B) | 5º | 0.29% | 0.49% | - |
| XYZ | 13.81 | 12.47 | 10.91 | - |
| YUV | 100.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 88 | 0 | 0.27 | 0.29 | 0.51 | 5 | 0.17 | 0.42 |
| Hex | 7C | 5B | 58 | 0 | 1B | 1D | 33 | 5 | 11 | 2A |
| Octal | 174 | 133 | 130 | 0 | 33 | 35 | 63 | 5 | 21 | 52 |
| Binary | 1111100 | 1011011 | 1011000 | 0 | 11011 | 11101 | 110011 | 101 | 10001 | 101010 |
Color Harmonies of #7C5B58
Complementary color
Monochromatic Colors of #7C5B58
Black with #7C5B58
Text Example
Text Example
White with #7C5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5B58; }
p { color: rgb(124,91,88); }
H1.HeaderClassName
{
color: #7C5B58;
}
.AnyTagClassName
{
color: #7C5B58;
}
</style>
background-color css
<style>
a { background-color: #7C5B58; }
a { background-color: rgb(124,91,88); }
div.DivClassName
{
background-color: #7C5B58;
}
.BgClassName
{
background-color: #7C5B58;
}
</style>
border-color css
<style>
span { border-color: #7C5B58; }
span { border-color: rgb(124,91,88); }
td.TdClassName
{
border-color: #7C5B58;
}
.TagClassName
{
border-color: #7C5B58;
}
</style>