Shades of Pharlap #7E6864
Tints of Pharlap #7E6864
RGB
CMYK
RGB Variations
Color information
#7E6864 (or 0x7E6864) is known color: Pharlap. HEX triplet: 7E, 68 and 64. RGB value is (126,104,100). Sum of RGB (Red+Green+Blue) = 126+104+100=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6864 is #81979B. Grayscale: #6E6E6E. Windows color (decimal): -8492956 or 6580350. OLE color: 6580350.
HSL color Cylindrical-coordinate representation of color #7E6864: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6864 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 100 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.51 |
| HSL | 9.23º | 0.12% | 0.44% | - |
| HSV(B) | 9.23º | 0.21% | 0.49% | - |
| XYZ | 15.85 | 15.26 | 14.17 | - |
| YUV | 110.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 100 | 0 | 0.17 | 0.21 | 0.51 | 9.23 | 0.12 | 0.44 |
| Hex | 7E | 68 | 64 | 0 | 11 | 15 | 33 | 9 | C | 2C |
| Octal | 176 | 150 | 144 | 0 | 21 | 25 | 63 | 11 | 14 | 54 |
| Binary | 1111110 | 1101000 | 1100100 | 0 | 10001 | 10101 | 110011 | 1001 | 1100 | 101100 |
Color Harmonies of #7E6864
Complementary color
Monochromatic Colors of #7E6864
Black with #7E6864
Text Example
Text Example
White with #7E6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6864; }
p { color: rgb(126,104,100); }
H1.HeaderClassName
{
color: #7E6864;
}
.AnyTagClassName
{
color: #7E6864;
}
</style>
background-color css
<style>
a { background-color: #7E6864; }
a { background-color: rgb(126,104,100); }
div.DivClassName
{
background-color: #7E6864;
}
.BgClassName
{
background-color: #7E6864;
}
</style>
border-color css
<style>
span { border-color: #7E6864; }
span { border-color: rgb(126,104,100); }
td.TdClassName
{
border-color: #7E6864;
}
.TagClassName
{
border-color: #7E6864;
}
</style>