Shades of Pharlap #7E6462
Tints of Pharlap #7E6462
RGB
CMYK
RGB Variations
Color information
#7E6462 (or 0x7E6462) is known color: Pharlap. HEX triplet: 7E, 64 and 62. RGB value is (126,100,98). Sum of RGB (Red+Green+Blue) = 126+100+98=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6462 is #819B9D. Grayscale: #6B6B6B. Windows color (decimal): -8493982 or 6448254. OLE color: 6448254.
HSL color Cylindrical-coordinate representation of color #7E6462: hue angle of 4.29º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6462 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 98 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.51 |
| HSL | 4.29º | 0.13% | 0.44% | - |
| HSV(B) | 4.29º | 0.22% | 0.49% | - |
| XYZ | 15.37 | 14.43 | 13.53 | - |
| YUV | 107.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 98 | 0 | 0.21 | 0.22 | 0.51 | 4.29 | 0.13 | 0.44 |
| Hex | 7E | 64 | 62 | 0 | 15 | 16 | 33 | 4 | C | 2C |
| Octal | 176 | 144 | 142 | 0 | 25 | 26 | 63 | 4 | 14 | 54 |
| Binary | 1111110 | 1100100 | 1100010 | 0 | 10101 | 10110 | 110011 | 100 | 1100 | 101100 |
Color Harmonies of #7E6462
Complementary color
Monochromatic Colors of #7E6462
Black with #7E6462
Text Example
Text Example
White with #7E6462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6462; }
p { color: rgb(126,100,98); }
H1.HeaderClassName
{
color: #7E6462;
}
.AnyTagClassName
{
color: #7E6462;
}
</style>
background-color css
<style>
a { background-color: #7E6462; }
a { background-color: rgb(126,100,98); }
div.DivClassName
{
background-color: #7E6462;
}
.BgClassName
{
background-color: #7E6462;
}
</style>
border-color css
<style>
span { border-color: #7E6462; }
span { border-color: rgb(126,100,98); }
td.TdClassName
{
border-color: #7E6462;
}
.TagClassName
{
border-color: #7E6462;
}
</style>