Shades of Pharlap #7D6E6B
Tints of Pharlap #7D6E6B
RGB
CMYK
RGB Variations
Color information
#7D6E6B (or 0x7D6E6B) is known color: Pharlap. HEX triplet: 7D, 6E and 6B. RGB value is (125,110,107). Sum of RGB (Red+Green+Blue) = 125+110+107=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E6B is #829194. Grayscale: #727272. Windows color (decimal): -8556949 or 7040637. OLE color: 7040637.
HSL color Cylindrical-coordinate representation of color #7D6E6B: hue angle of 10º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D6E6B is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 107 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.51 |
| HSL | 10º | 0.08% | 0.45% | - |
| HSV(B) | 10º | 0.14% | 0.49% | - |
| XYZ | 16.69 | 16.57 | 16.23 | - |
| YUV | 114.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 107 | 0 | 0.12 | 0.14 | 0.51 | 10 | 0.08 | 0.45 |
| Hex | 7D | 6E | 6B | 0 | C | E | 33 | A | 8 | 2D |
| Octal | 175 | 156 | 153 | 0 | 14 | 16 | 63 | 12 | 10 | 55 |
| Binary | 1111101 | 1101110 | 1101011 | 0 | 1100 | 1110 | 110011 | 1010 | 1000 | 101101 |
Color Harmonies of #7D6E6B
Complementary color
Monochromatic Colors of #7D6E6B
Black with #7D6E6B
Text Example
Text Example
White with #7D6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E6B; }
p { color: rgb(125,110,107); }
H1.HeaderClassName
{
color: #7D6E6B;
}
.AnyTagClassName
{
color: #7D6E6B;
}
</style>
background-color css
<style>
a { background-color: #7D6E6B; }
a { background-color: rgb(125,110,107); }
div.DivClassName
{
background-color: #7D6E6B;
}
.BgClassName
{
background-color: #7D6E6B;
}
</style>
border-color css
<style>
span { border-color: #7D6E6B; }
span { border-color: rgb(125,110,107); }
td.TdClassName
{
border-color: #7D6E6B;
}
.TagClassName
{
border-color: #7D6E6B;
}
</style>