Shades of Pharlap #7D6563
Tints of Pharlap #7D6563
RGB
CMYK
RGB Variations
Color information
#7D6563 (or 0x7D6563) is known color: Pharlap. HEX triplet: 7D, 65 and 63. RGB value is (125,101,99). Sum of RGB (Red+Green+Blue) = 125+101+99=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6563 is #829A9C. Grayscale: #6B6B6B. Windows color (decimal): -8559261 or 6514045. OLE color: 6514045.
HSL color Cylindrical-coordinate representation of color #7D6563: hue angle of 4.62º 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 #7D6563 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 99 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.51 |
| HSL | 4.62º | 0.12% | 0.44% | - |
| HSV(B) | 4.62º | 0.21% | 0.49% | - |
| XYZ | 15.36 | 14.57 | 13.81 | - |
| YUV | 107.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 99 | 0 | 0.19 | 0.21 | 0.51 | 4.62 | 0.12 | 0.44 |
| Hex | 7D | 65 | 63 | 0 | 13 | 15 | 33 | 5 | C | 2C |
| Octal | 175 | 145 | 143 | 0 | 23 | 25 | 63 | 5 | 14 | 54 |
| Binary | 1111101 | 1100101 | 1100011 | 0 | 10011 | 10101 | 110011 | 101 | 1100 | 101100 |
Color Harmonies of #7D6563
Complementary color
Monochromatic Colors of #7D6563
Black with #7D6563
Text Example
Text Example
White with #7D6563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6563; }
p { color: rgb(125,101,99); }
H1.HeaderClassName
{
color: #7D6563;
}
.AnyTagClassName
{
color: #7D6563;
}
</style>
background-color css
<style>
a { background-color: #7D6563; }
a { background-color: rgb(125,101,99); }
div.DivClassName
{
background-color: #7D6563;
}
.BgClassName
{
background-color: #7D6563;
}
</style>
border-color css
<style>
span { border-color: #7D6563; }
span { border-color: rgb(125,101,99); }
td.TdClassName
{
border-color: #7D6563;
}
.TagClassName
{
border-color: #7D6563;
}
</style>