Shades of Pharlap #7C6F6B
Tints of Pharlap #7C6F6B
RGB
CMYK
RGB Variations
Color information
#7C6F6B (or 0x7C6F6B) is known color: Pharlap. HEX triplet: 7C, 6F and 6B. RGB value is (124,111,107). Sum of RGB (Red+Green+Blue) = 124+111+107=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F6B is #839094. Grayscale: #727272. Windows color (decimal): -8622229 or 7040892. OLE color: 7040892.
HSL color Cylindrical-coordinate representation of color #7C6F6B: hue angle of 14.12º degrees, saturation: 0.07, 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 #7C6F6B is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 107 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.51 |
| HSL | 14.12º | 0.07% | 0.45% | - |
| HSV(B) | 14.12º | 0.14% | 0.49% | - |
| XYZ | 16.65 | 16.72 | 16.26 | - |
| YUV | 114.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 107 | 0 | 0.10 | 0.14 | 0.51 | 14.12 | 0.07 | 0.45 |
| Hex | 7C | 6F | 6B | 0 | A | E | 33 | E | 7 | 2D |
| Octal | 174 | 157 | 153 | 0 | 12 | 16 | 63 | 16 | 7 | 55 |
| Binary | 1111100 | 1101111 | 1101011 | 0 | 1010 | 1110 | 110011 | 1110 | 111 | 101101 |
Color Harmonies of #7C6F6B
Complementary color
Monochromatic Colors of #7C6F6B
Black with #7C6F6B
Text Example
Text Example
White with #7C6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F6B; }
p { color: rgb(124,111,107); }
H1.HeaderClassName
{
color: #7C6F6B;
}
.AnyTagClassName
{
color: #7C6F6B;
}
</style>
background-color css
<style>
a { background-color: #7C6F6B; }
a { background-color: rgb(124,111,107); }
div.DivClassName
{
background-color: #7C6F6B;
}
.BgClassName
{
background-color: #7C6F6B;
}
</style>
border-color css
<style>
span { border-color: #7C6F6B; }
span { border-color: rgb(124,111,107); }
td.TdClassName
{
border-color: #7C6F6B;
}
.TagClassName
{
border-color: #7C6F6B;
}
</style>