Shades of Pharlap #7E6F6B
Tints of Pharlap #7E6F6B
RGB
CMYK
RGB Variations
Color information
#7E6F6B (or 0x7E6F6B) is known color: Pharlap. HEX triplet: 7E, 6F and 6B. RGB value is (126,111,107). Sum of RGB (Red+Green+Blue) = 126+111+107=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6F6B is #819094. Grayscale: #737373. Windows color (decimal): -8491157 or 7040894. OLE color: 7040894.
HSL color Cylindrical-coordinate representation of color #7E6F6B: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6F6B is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 111 | 107 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.51 |
| HSL | 12.63º | 0.08% | 0.46% | - |
| HSV(B) | 12.63º | 0.15% | 0.49% | - |
| XYZ | 16.94 | 16.87 | 16.27 | - |
| YUV | 115.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 107 | 0 | 0.12 | 0.15 | 0.51 | 12.63 | 0.08 | 0.46 |
| Hex | 7E | 6F | 6B | 0 | C | F | 33 | D | 8 | 2E |
| Octal | 176 | 157 | 153 | 0 | 14 | 17 | 63 | 15 | 10 | 56 |
| Binary | 1111110 | 1101111 | 1101011 | 0 | 1100 | 1111 | 110011 | 1101 | 1000 | 101110 |
Color Harmonies of #7E6F6B
Complementary color
Monochromatic Colors of #7E6F6B
Black with #7E6F6B
Text Example
Text Example
White with #7E6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F6B; }
p { color: rgb(126,111,107); }
H1.HeaderClassName
{
color: #7E6F6B;
}
.AnyTagClassName
{
color: #7E6F6B;
}
</style>
background-color css
<style>
a { background-color: #7E6F6B; }
a { background-color: rgb(126,111,107); }
div.DivClassName
{
background-color: #7E6F6B;
}
.BgClassName
{
background-color: #7E6F6B;
}
</style>
border-color css
<style>
span { border-color: #7E6F6B; }
span { border-color: rgb(126,111,107); }
td.TdClassName
{
border-color: #7E6F6B;
}
.TagClassName
{
border-color: #7E6F6B;
}
</style>