Shades of Pharlap #7D6665
Tints of Pharlap #7D6665
RGB
CMYK
RGB Variations
Color information
#7D6665 (or 0x7D6665) is known color: Pharlap. HEX triplet: 7D, 66 and 65. RGB value is (125,102,101). Sum of RGB (Red+Green+Blue) = 125+102+101=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6665 is #82999A. Grayscale: #6C6C6C. Windows color (decimal): -8559003 or 6645373. OLE color: 6645373.
HSL color Cylindrical-coordinate representation of color #7D6665: hue angle of 2.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D6665 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 101 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.51 |
| HSL | 2.5º | 0.11% | 0.44% | - |
| HSV(B) | 2.5º | 0.19% | 0.49% | - |
| XYZ | 15.56 | 14.8 | 14.35 | - |
| YUV | 108.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 101 | 0 | 0.18 | 0.19 | 0.51 | 2.5 | 0.11 | 0.44 |
| Hex | 7D | 66 | 65 | 0 | 12 | 13 | 33 | 2 | B | 2C |
| Octal | 175 | 146 | 145 | 0 | 22 | 23 | 63 | 2 | 13 | 54 |
| Binary | 1111101 | 1100110 | 1100101 | 0 | 10010 | 10011 | 110011 | 10 | 1011 | 101100 |
Color Harmonies of #7D6665
Complementary color
Monochromatic Colors of #7D6665
Black with #7D6665
Text Example
Text Example
White with #7D6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6665; }
p { color: rgb(125,102,101); }
H1.HeaderClassName
{
color: #7D6665;
}
.AnyTagClassName
{
color: #7D6665;
}
</style>
background-color css
<style>
a { background-color: #7D6665; }
a { background-color: rgb(125,102,101); }
div.DivClassName
{
background-color: #7D6665;
}
.BgClassName
{
background-color: #7D6665;
}
</style>
border-color css
<style>
span { border-color: #7D6665; }
span { border-color: rgb(125,102,101); }
td.TdClassName
{
border-color: #7D6665;
}
.TagClassName
{
border-color: #7D6665;
}
</style>