Shades of Pharlap #7D6A66
Tints of Pharlap #7D6A66
RGB
CMYK
RGB Variations
Color information
#7D6A66 (or 0x7D6A66) is known color: Pharlap. HEX triplet: 7D, 6A and 66. RGB value is (125,106,102). Sum of RGB (Red+Green+Blue) = 125+106+102=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A66 is #829599. Grayscale: #6F6F6F. Windows color (decimal): -8557978 or 6711933. OLE color: 6711933.
HSL color Cylindrical-coordinate representation of color #7D6A66: hue angle of 10.43º 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 #7D6A66 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 106 | 102 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.51 |
| HSL | 10.43º | 0.1% | 0.45% | - |
| HSV(B) | 10.43º | 0.18% | 0.49% | - |
| XYZ | 16.01 | 15.63 | 14.74 | - |
| YUV | 111.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 102 | 0 | 0.15 | 0.18 | 0.51 | 10.43 | 0.1 | 0.45 |
| Hex | 7D | 6A | 66 | 0 | F | 12 | 33 | A | A | 2D |
| Octal | 175 | 152 | 146 | 0 | 17 | 22 | 63 | 12 | 12 | 55 |
| Binary | 1111101 | 1101010 | 1100110 | 0 | 1111 | 10010 | 110011 | 1010 | 1010 | 101101 |
Color Harmonies of #7D6A66
Complementary color
Monochromatic Colors of #7D6A66
Black with #7D6A66
Text Example
Text Example
White with #7D6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6A66; }
p { color: rgb(125,106,102); }
H1.HeaderClassName
{
color: #7D6A66;
}
.AnyTagClassName
{
color: #7D6A66;
}
</style>
background-color css
<style>
a { background-color: #7D6A66; }
a { background-color: rgb(125,106,102); }
div.DivClassName
{
background-color: #7D6A66;
}
.BgClassName
{
background-color: #7D6A66;
}
</style>
border-color css
<style>
span { border-color: #7D6A66; }
span { border-color: rgb(125,106,102); }
td.TdClassName
{
border-color: #7D6A66;
}
.TagClassName
{
border-color: #7D6A66;
}
</style>