Shades of Pablo #7E7159
Tints of Pablo #7E7159
RGB
CMYK
RGB Variations
Color information
#7E7159 (or 0x7E7159) is known color: Pablo. HEX triplet: 7E, 71 and 59. RGB value is (126,113,89). Sum of RGB (Red+Green+Blue) = 126+113+89=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7159 is #818EA6. Grayscale: #727272. Windows color (decimal): -8490663 or 5861758. OLE color: 5861758.
HSL color Cylindrical-coordinate representation of color #7E7159: hue angle of 38.92º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E7159 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 89 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.51 |
| HSL | 38.92º | 0.17% | 0.42% | - |
| HSV(B) | 38.92º | 0.29% | 0.49% | - |
| XYZ | 16.31 | 16.97 | 11.87 | - |
| YUV | 114.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 89 | 0 | 0.10 | 0.29 | 0.51 | 38.92 | 0.17 | 0.42 |
| Hex | 7E | 71 | 59 | 0 | A | 1D | 33 | 27 | 11 | 2A |
| Octal | 176 | 161 | 131 | 0 | 12 | 35 | 63 | 47 | 21 | 52 |
| Binary | 1111110 | 1110001 | 1011001 | 0 | 1010 | 11101 | 110011 | 100111 | 10001 | 101010 |
Color Harmonies of #7E7159
Complementary color
Monochromatic Colors of #7E7159
Black with #7E7159
Text Example
Text Example
White with #7E7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7159; }
p { color: rgb(126,113,89); }
H1.HeaderClassName
{
color: #7E7159;
}
.AnyTagClassName
{
color: #7E7159;
}
</style>
background-color css
<style>
a { background-color: #7E7159; }
a { background-color: rgb(126,113,89); }
div.DivClassName
{
background-color: #7E7159;
}
.BgClassName
{
background-color: #7E7159;
}
</style>
border-color css
<style>
span { border-color: #7E7159; }
span { border-color: rgb(126,113,89); }
td.TdClassName
{
border-color: #7E7159;
}
.TagClassName
{
border-color: #7E7159;
}
</style>