Shades of Pharlap #7D6762
Tints of Pharlap #7D6762
RGB
CMYK
RGB Variations
Color information
#7D6762 (or 0x7D6762) is known color: Pharlap. HEX triplet: 7D, 67 and 62. RGB value is (125,103,98). Sum of RGB (Red+Green+Blue) = 125+103+98=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6762 is #82989D. Grayscale: #6D6D6D. Windows color (decimal): -8558750 or 6449021. OLE color: 6449021.
HSL color Cylindrical-coordinate representation of color #7D6762: hue angle of 11.11º 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 #7D6762 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 98 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.51 |
| HSL | 11.11º | 0.12% | 0.44% | - |
| HSV(B) | 11.11º | 0.22% | 0.49% | - |
| XYZ | 15.51 | 14.94 | 13.62 | - |
| YUV | 109.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 98 | 0 | 0.18 | 0.22 | 0.51 | 11.11 | 0.12 | 0.44 |
| Hex | 7D | 67 | 62 | 0 | 12 | 16 | 33 | B | C | 2C |
| Octal | 175 | 147 | 142 | 0 | 22 | 26 | 63 | 13 | 14 | 54 |
| Binary | 1111101 | 1100111 | 1100010 | 0 | 10010 | 10110 | 110011 | 1011 | 1100 | 101100 |
Color Harmonies of #7D6762
Complementary color
Monochromatic Colors of #7D6762
Black with #7D6762
Text Example
Text Example
White with #7D6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6762; }
p { color: rgb(125,103,98); }
H1.HeaderClassName
{
color: #7D6762;
}
.AnyTagClassName
{
color: #7D6762;
}
</style>
background-color css
<style>
a { background-color: #7D6762; }
a { background-color: rgb(125,103,98); }
div.DivClassName
{
background-color: #7D6762;
}
.BgClassName
{
background-color: #7D6762;
}
</style>
border-color css
<style>
span { border-color: #7D6762; }
span { border-color: rgb(125,103,98); }
td.TdClassName
{
border-color: #7D6762;
}
.TagClassName
{
border-color: #7D6762;
}
</style>