Shades of Pharlap #7C5E5B
Tints of Pharlap #7C5E5B
RGB
CMYK
RGB Variations
Color information
#7C5E5B (or 0x7C5E5B) is known color: Pharlap. HEX triplet: 7C, 5E and 5B. RGB value is (124,94,91). Sum of RGB (Red+Green+Blue) = 124+94+91=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E5B is #83A1A4. Grayscale: #666666. Windows color (decimal): -8626597 or 5987964. OLE color: 5987964.
HSL color Cylindrical-coordinate representation of color #7C5E5B: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5E5B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 91 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.51 |
| HSL | 5.45º | 0.15% | 0.42% | - |
| HSV(B) | 5.45º | 0.27% | 0.49% | - |
| XYZ | 14.2 | 13.05 | 11.67 | - |
| YUV | 102.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 91 | 0 | 0.24 | 0.27 | 0.51 | 5.45 | 0.15 | 0.42 |
| Hex | 7C | 5E | 5B | 0 | 18 | 1B | 33 | 5 | F | 2A |
| Octal | 174 | 136 | 133 | 0 | 30 | 33 | 63 | 5 | 17 | 52 |
| Binary | 1111100 | 1011110 | 1011011 | 0 | 11000 | 11011 | 110011 | 101 | 1111 | 101010 |
Color Harmonies of #7C5E5B
Complementary color
Monochromatic Colors of #7C5E5B
Black with #7C5E5B
Text Example
Text Example
White with #7C5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E5B; }
p { color: rgb(124,94,91); }
H1.HeaderClassName
{
color: #7C5E5B;
}
.AnyTagClassName
{
color: #7C5E5B;
}
</style>
background-color css
<style>
a { background-color: #7C5E5B; }
a { background-color: rgb(124,94,91); }
div.DivClassName
{
background-color: #7C5E5B;
}
.BgClassName
{
background-color: #7C5E5B;
}
</style>
border-color css
<style>
span { border-color: #7C5E5B; }
span { border-color: rgb(124,94,91); }
td.TdClassName
{
border-color: #7C5E5B;
}
.TagClassName
{
border-color: #7C5E5B;
}
</style>