Shades of Pablo #7C7159
Tints of Pablo #7C7159
RGB
CMYK
RGB Variations
Color information
#7C7159 (or 0x7C7159) is known color: Pablo. HEX triplet: 7C, 71 and 59. RGB value is (124,113,89). Sum of RGB (Red+Green+Blue) = 124+113+89=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7159 is #838EA6. Grayscale: #717171. Windows color (decimal): -8621735 or 5861756. OLE color: 5861756.
HSL color Cylindrical-coordinate representation of color #7C7159: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C7159 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 89 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.51 |
| HSL | 41.14º | 0.16% | 0.42% | - |
| HSV(B) | 41.14º | 0.28% | 0.49% | - |
| XYZ | 16.02 | 16.82 | 11.85 | - |
| YUV | 113.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 89 | 0 | 0.09 | 0.28 | 0.51 | 41.14 | 0.16 | 0.42 |
| Hex | 7C | 71 | 59 | 0 | 9 | 1C | 33 | 29 | 10 | 2A |
| Octal | 174 | 161 | 131 | 0 | 11 | 34 | 63 | 51 | 20 | 52 |
| Binary | 1111100 | 1110001 | 1011001 | 0 | 1001 | 11100 | 110011 | 101001 | 10000 | 101010 |
Color Harmonies of #7C7159
Complementary color
Monochromatic Colors of #7C7159
Black with #7C7159
Text Example
Text Example
White with #7C7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7159; }
p { color: rgb(124,113,89); }
H1.HeaderClassName
{
color: #7C7159;
}
.AnyTagClassName
{
color: #7C7159;
}
</style>
background-color css
<style>
a { background-color: #7C7159; }
a { background-color: rgb(124,113,89); }
div.DivClassName
{
background-color: #7C7159;
}
.BgClassName
{
background-color: #7C7159;
}
</style>
border-color css
<style>
span { border-color: #7C7159; }
span { border-color: rgb(124,113,89); }
td.TdClassName
{
border-color: #7C7159;
}
.TagClassName
{
border-color: #7C7159;
}
</style>