Shades of Pharlap #7D5D59
Tints of Pharlap #7D5D59
RGB
CMYK
RGB Variations
Color information
#7D5D59 (or 0x7D5D59) is known color: Pharlap. HEX triplet: 7D, 5D and 59. RGB value is (125,93,89). Sum of RGB (Red+Green+Blue) = 125+93+89=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D59 is #82A2A6. Grayscale: #666666. Windows color (decimal): -8561319 or 5856637. OLE color: 5856637.
HSL color Cylindrical-coordinate representation of color #7D5D59: hue angle of 6.67º 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 #7D5D59 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 93 | 89 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.51 |
| HSL | 6.67º | 0.17% | 0.42% | - |
| HSV(B) | 6.67º | 0.29% | 0.49% | - |
| XYZ | 14.17 | 12.91 | 11.2 | - |
| YUV | 102.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 89 | 0 | 0.26 | 0.29 | 0.51 | 6.67 | 0.17 | 0.42 |
| Hex | 7D | 5D | 59 | 0 | 1A | 1D | 33 | 7 | 11 | 2A |
| Octal | 175 | 135 | 131 | 0 | 32 | 35 | 63 | 7 | 21 | 52 |
| Binary | 1111101 | 1011101 | 1011001 | 0 | 11010 | 11101 | 110011 | 111 | 10001 | 101010 |
Color Harmonies of #7D5D59
Complementary color
Monochromatic Colors of #7D5D59
Black with #7D5D59
Text Example
Text Example
White with #7D5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5D59; }
p { color: rgb(125,93,89); }
H1.HeaderClassName
{
color: #7D5D59;
}
.AnyTagClassName
{
color: #7D5D59;
}
</style>
background-color css
<style>
a { background-color: #7D5D59; }
a { background-color: rgb(125,93,89); }
div.DivClassName
{
background-color: #7D5D59;
}
.BgClassName
{
background-color: #7D5D59;
}
</style>
border-color css
<style>
span { border-color: #7D5D59; }
span { border-color: rgb(125,93,89); }
td.TdClassName
{
border-color: #7D5D59;
}
.TagClassName
{
border-color: #7D5D59;
}
</style>