Shades of Pharlap #7E5D59
Tints of Pharlap #7E5D59
RGB
CMYK
RGB Variations
Color information
#7E5D59 (or 0x7E5D59) is known color: Pharlap. HEX triplet: 7E, 5D and 59. RGB value is (126,93,89). Sum of RGB (Red+Green+Blue) = 126+93+89=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5D59 is #81A2A6. Grayscale: #666666. Windows color (decimal): -8495783 or 5856638. OLE color: 5856638.
HSL color Cylindrical-coordinate representation of color #7E5D59: hue angle of 6.49º 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 #7E5D59 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 93 | 89 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.51 |
| HSL | 6.49º | 0.17% | 0.42% | - |
| HSV(B) | 6.49º | 0.29% | 0.49% | - |
| XYZ | 14.32 | 12.99 | 11.2 | - |
| YUV | 102.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 89 | 0 | 0.26 | 0.29 | 0.51 | 6.49 | 0.17 | 0.42 |
| Hex | 7E | 5D | 59 | 0 | 1A | 1D | 33 | 6 | 11 | 2A |
| Octal | 176 | 135 | 131 | 0 | 32 | 35 | 63 | 6 | 21 | 52 |
| Binary | 1111110 | 1011101 | 1011001 | 0 | 11010 | 11101 | 110011 | 110 | 10001 | 101010 |
Color Harmonies of #7E5D59
Complementary color
Monochromatic Colors of #7E5D59
Black with #7E5D59
Text Example
Text Example
White with #7E5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5D59; }
p { color: rgb(126,93,89); }
H1.HeaderClassName
{
color: #7E5D59;
}
.AnyTagClassName
{
color: #7E5D59;
}
</style>
background-color css
<style>
a { background-color: #7E5D59; }
a { background-color: rgb(126,93,89); }
div.DivClassName
{
background-color: #7E5D59;
}
.BgClassName
{
background-color: #7E5D59;
}
</style>
border-color css
<style>
span { border-color: #7E5D59; }
span { border-color: rgb(126,93,89); }
td.TdClassName
{
border-color: #7E5D59;
}
.TagClassName
{
border-color: #7E5D59;
}
</style>