Shades of Pharlap #7D6462
Tints of Pharlap #7D6462
RGB
CMYK
RGB Variations
Color information
#7D6462 (or 0x7D6462) is known color: Pharlap. HEX triplet: 7D, 64 and 62. RGB value is (125,100,98). Sum of RGB (Red+Green+Blue) = 125+100+98=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6462 is #829B9D. Grayscale: #6B6B6B. Windows color (decimal): -8559518 or 6448253. OLE color: 6448253.
HSL color Cylindrical-coordinate representation of color #7D6462: hue angle of 4.44º 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 #7D6462 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 98 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.51 |
| HSL | 4.44º | 0.12% | 0.44% | - |
| HSV(B) | 4.44º | 0.22% | 0.49% | - |
| XYZ | 15.22 | 14.36 | 13.52 | - |
| YUV | 107.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 98 | 0 | 0.2 | 0.22 | 0.51 | 4.44 | 0.12 | 0.44 |
| Hex | 7D | 64 | 62 | 0 | 14 | 16 | 33 | 4 | C | 2C |
| Octal | 175 | 144 | 142 | 0 | 24 | 26 | 63 | 4 | 14 | 54 |
| Binary | 1111101 | 1100100 | 1100010 | 0 | 10100 | 10110 | 110011 | 100 | 1100 | 101100 |
Color Harmonies of #7D6462
Complementary color
Monochromatic Colors of #7D6462
Black with #7D6462
Text Example
Text Example
White with #7D6462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6462; }
p { color: rgb(125,100,98); }
H1.HeaderClassName
{
color: #7D6462;
}
.AnyTagClassName
{
color: #7D6462;
}
</style>
background-color css
<style>
a { background-color: #7D6462; }
a { background-color: rgb(125,100,98); }
div.DivClassName
{
background-color: #7D6462;
}
.BgClassName
{
background-color: #7D6462;
}
</style>
border-color css
<style>
span { border-color: #7D6462; }
span { border-color: rgb(125,100,98); }
td.TdClassName
{
border-color: #7D6462;
}
.TagClassName
{
border-color: #7D6462;
}
</style>