Shades of Pablo #7E7059
Tints of Pablo #7E7059
RGB
CMYK
RGB Variations
Color information
#7E7059 (or 0x7E7059) is known color: Pablo. HEX triplet: 7E, 70 and 59. RGB value is (126,112,89). Sum of RGB (Red+Green+Blue) = 126+112+89=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7059 is #818FA6. Grayscale: #717171. Windows color (decimal): -8490919 or 5861502. OLE color: 5861502.
HSL color Cylindrical-coordinate representation of color #7E7059: hue angle of 37.3º 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 #7E7059 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 89 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.51 |
| HSL | 37.3º | 0.17% | 0.42% | - |
| HSV(B) | 37.3º | 0.29% | 0.49% | - |
| XYZ | 16.2 | 16.75 | 11.83 | - |
| YUV | 113.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 89 | 0 | 0.11 | 0.29 | 0.51 | 37.3 | 0.17 | 0.42 |
| Hex | 7E | 70 | 59 | 0 | B | 1D | 33 | 25 | 11 | 2A |
| Octal | 176 | 160 | 131 | 0 | 13 | 35 | 63 | 45 | 21 | 52 |
| Binary | 1111110 | 1110000 | 1011001 | 0 | 1011 | 11101 | 110011 | 100101 | 10001 | 101010 |
Color Harmonies of #7E7059
Complementary color
Monochromatic Colors of #7E7059
Black with #7E7059
Text Example
Text Example
White with #7E7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7059; }
p { color: rgb(126,112,89); }
H1.HeaderClassName
{
color: #7E7059;
}
.AnyTagClassName
{
color: #7E7059;
}
</style>
background-color css
<style>
a { background-color: #7E7059; }
a { background-color: rgb(126,112,89); }
div.DivClassName
{
background-color: #7E7059;
}
.BgClassName
{
background-color: #7E7059;
}
</style>
border-color css
<style>
span { border-color: #7E7059; }
span { border-color: rgb(126,112,89); }
td.TdClassName
{
border-color: #7E7059;
}
.TagClassName
{
border-color: #7E7059;
}
</style>