Shades of Pharlap #7D6763
Tints of Pharlap #7D6763
RGB
CMYK
RGB Variations
Color information
#7D6763 (or 0x7D6763) is known color: Pharlap. HEX triplet: 7D, 67 and 63. RGB value is (125,103,99). Sum of RGB (Red+Green+Blue) = 125+103+99=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6763 is #82989C. Grayscale: #6D6D6D. Windows color (decimal): -8558749 or 6514557. OLE color: 6514557.
HSL color Cylindrical-coordinate representation of color #7D6763: 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 #7D6763 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 99 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.51 |
| HSL | 9.23º | 0.12% | 0.44% | - |
| HSV(B) | 9.23º | 0.21% | 0.49% | - |
| XYZ | 15.56 | 14.96 | 13.87 | - |
| YUV | 109.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 99 | 0 | 0.18 | 0.21 | 0.51 | 9.23 | 0.12 | 0.44 |
| Hex | 7D | 67 | 63 | 0 | 12 | 15 | 33 | 9 | C | 2C |
| Octal | 175 | 147 | 143 | 0 | 22 | 25 | 63 | 11 | 14 | 54 |
| Binary | 1111101 | 1100111 | 1100011 | 0 | 10010 | 10101 | 110011 | 1001 | 1100 | 101100 |
Color Harmonies of #7D6763
Complementary color
Monochromatic Colors of #7D6763
Black with #7D6763
Text Example
Text Example
White with #7D6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6763; }
p { color: rgb(125,103,99); }
H1.HeaderClassName
{
color: #7D6763;
}
.AnyTagClassName
{
color: #7D6763;
}
</style>
background-color css
<style>
a { background-color: #7D6763; }
a { background-color: rgb(125,103,99); }
div.DivClassName
{
background-color: #7D6763;
}
.BgClassName
{
background-color: #7D6763;
}
</style>
border-color css
<style>
span { border-color: #7D6763; }
span { border-color: rgb(125,103,99); }
td.TdClassName
{
border-color: #7D6763;
}
.TagClassName
{
border-color: #7D6763;
}
</style>