Shades of Pharlap #7D6867
Tints of Pharlap #7D6867
RGB
CMYK
RGB Variations
Color information
#7D6867 (or 0x7D6867) is known color: Pharlap. HEX triplet: 7D, 68 and 67. RGB value is (125,104,103). Sum of RGB (Red+Green+Blue) = 125+104+103=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6867 is #829798. Grayscale: #6E6E6E. Windows color (decimal): -8558489 or 6776957. OLE color: 6776957.
HSL color Cylindrical-coordinate representation of color #7D6867: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6867 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 103 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.51 |
| HSL | 2.73º | 0.1% | 0.45% | - |
| HSV(B) | 2.73º | 0.18% | 0.49% | - |
| XYZ | 15.86 | 15.24 | 14.94 | - |
| YUV | 110.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 103 | 0 | 0.17 | 0.18 | 0.51 | 2.73 | 0.1 | 0.45 |
| Hex | 7D | 68 | 67 | 0 | 11 | 12 | 33 | 3 | A | 2D |
| Octal | 175 | 150 | 147 | 0 | 21 | 22 | 63 | 3 | 12 | 55 |
| Binary | 1111101 | 1101000 | 1100111 | 0 | 10001 | 10010 | 110011 | 11 | 1010 | 101101 |
Color Harmonies of #7D6867
Complementary color
Monochromatic Colors of #7D6867
Black with #7D6867
Text Example
Text Example
White with #7D6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6867; }
p { color: rgb(125,104,103); }
H1.HeaderClassName
{
color: #7D6867;
}
.AnyTagClassName
{
color: #7D6867;
}
</style>
background-color css
<style>
a { background-color: #7D6867; }
a { background-color: rgb(125,104,103); }
div.DivClassName
{
background-color: #7D6867;
}
.BgClassName
{
background-color: #7D6867;
}
</style>
border-color css
<style>
span { border-color: #7D6867; }
span { border-color: rgb(125,104,103); }
td.TdClassName
{
border-color: #7D6867;
}
.TagClassName
{
border-color: #7D6867;
}
</style>