Shades of Pharlap #7E615D
Tints of Pharlap #7E615D
RGB
CMYK
RGB Variations
Color information
#7E615D (or 0x7E615D) is known color: Pharlap. HEX triplet: 7E, 61 and 5D. RGB value is (126,97,93). Sum of RGB (Red+Green+Blue) = 126+97+93=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E615D is #819EA2. Grayscale: #696969. Windows color (decimal): -8494755 or 6119806. OLE color: 6119806.
HSL color Cylindrical-coordinate representation of color #7E615D: hue angle of 7.27º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E615D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 97 | 93 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.51 |
| HSL | 7.27º | 0.15% | 0.43% | - |
| HSV(B) | 7.27º | 0.26% | 0.49% | - |
| XYZ | 14.85 | 13.78 | 12.23 | - |
| YUV | 105.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 93 | 0 | 0.23 | 0.26 | 0.51 | 7.27 | 0.15 | 0.43 |
| Hex | 7E | 61 | 5D | 0 | 17 | 1A | 33 | 7 | F | 2B |
| Octal | 176 | 141 | 135 | 0 | 27 | 32 | 63 | 7 | 17 | 53 |
| Binary | 1111110 | 1100001 | 1011101 | 0 | 10111 | 11010 | 110011 | 111 | 1111 | 101011 |
Color Harmonies of #7E615D
Complementary color
Monochromatic Colors of #7E615D
Black with #7E615D
Text Example
Text Example
White with #7E615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E615D; }
p { color: rgb(126,97,93); }
H1.HeaderClassName
{
color: #7E615D;
}
.AnyTagClassName
{
color: #7E615D;
}
</style>
background-color css
<style>
a { background-color: #7E615D; }
a { background-color: rgb(126,97,93); }
div.DivClassName
{
background-color: #7E615D;
}
.BgClassName
{
background-color: #7E615D;
}
</style>
border-color css
<style>
span { border-color: #7E615D; }
span { border-color: rgb(126,97,93); }
td.TdClassName
{
border-color: #7E615D;
}
.TagClassName
{
border-color: #7E615D;
}
</style>