Shades of Pompadour #7C1056
Tints of Pompadour #7C1056
RGB
CMYK
RGB Variations
Color information
#7C1056 (or 0x7C1056) is known color: Pompadour. HEX triplet: 7C, 10 and 56. RGB value is (124,16,86). Sum of RGB (Red+Green+Blue) = 124+16+86=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1056 is #83EFA9. Grayscale: #383838. Windows color (decimal): -8646570 or 5640316. OLE color: 5640316.
HSL color Cylindrical-coordinate representation of color #7C1056: hue angle of 321.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1056 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 86 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.51 |
| HSL | 321.11º | 0.77% | 0.27% | - |
| HSV(B) | 321.11º | 0.87% | 0.49% | - |
| XYZ | 10.18 | 5.33 | 9.3 | - |
| YUV | 56.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 86 | 0 | 0.87 | 0.31 | 0.51 | 321.11 | 0.77 | 0.27 |
| Hex | 7C | 10 | 56 | 0 | 57 | 1F | 33 | 141 | 4D | 1B |
| Octal | 174 | 20 | 126 | 0 | 127 | 37 | 63 | 501 | 115 | 33 |
| Binary | 1111100 | 10000 | 1010110 | 0 | 1010111 | 11111 | 110011 | 101000001 | 1001101 | 11011 |
Color Harmonies of #7C1056
Complementary color
Monochromatic Colors of #7C1056
Black with #7C1056
Text Example
Text Example
White with #7C1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1056; }
p { color: rgb(124,16,86); }
H1.HeaderClassName
{
color: #7C1056;
}
.AnyTagClassName
{
color: #7C1056;
}
</style>
background-color css
<style>
a { background-color: #7C1056; }
a { background-color: rgb(124,16,86); }
div.DivClassName
{
background-color: #7C1056;
}
.BgClassName
{
background-color: #7C1056;
}
</style>
border-color css
<style>
span { border-color: #7C1056; }
span { border-color: rgb(124,16,86); }
td.TdClassName
{
border-color: #7C1056;
}
.TagClassName
{
border-color: #7C1056;
}
</style>