Shades of Pablo #7E7058
Tints of Pablo #7E7058
RGB
CMYK
RGB Variations
Color information
#7E7058 (or 0x7E7058) is known color: Pablo. HEX triplet: 7E, 70 and 58. RGB value is (126,112,88). Sum of RGB (Red+Green+Blue) = 126+112+88=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7058 is #818FA7. Grayscale: #717171. Windows color (decimal): -8490920 or 5795966. OLE color: 5795966.
HSL color Cylindrical-coordinate representation of color #7E7058: hue angle of 37.89º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E7058 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 88 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.51 |
| HSL | 37.89º | 0.18% | 0.42% | - |
| HSV(B) | 37.89º | 0.3% | 0.49% | - |
| XYZ | 16.16 | 16.73 | 11.61 | - |
| YUV | 113.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 88 | 0 | 0.11 | 0.30 | 0.51 | 37.89 | 0.18 | 0.42 |
| Hex | 7E | 70 | 58 | 0 | B | 1E | 33 | 26 | 12 | 2A |
| Octal | 176 | 160 | 130 | 0 | 13 | 36 | 63 | 46 | 22 | 52 |
| Binary | 1111110 | 1110000 | 1011000 | 0 | 1011 | 11110 | 110011 | 100110 | 10010 | 101010 |
Color Harmonies of #7E7058
Complementary color
Monochromatic Colors of #7E7058
Black with #7E7058
Text Example
Text Example
White with #7E7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7058; }
p { color: rgb(126,112,88); }
H1.HeaderClassName
{
color: #7E7058;
}
.AnyTagClassName
{
color: #7E7058;
}
</style>
background-color css
<style>
a { background-color: #7E7058; }
a { background-color: rgb(126,112,88); }
div.DivClassName
{
background-color: #7E7058;
}
.BgClassName
{
background-color: #7E7058;
}
</style>
border-color css
<style>
span { border-color: #7E7058; }
span { border-color: rgb(126,112,88); }
td.TdClassName
{
border-color: #7E7058;
}
.TagClassName
{
border-color: #7E7058;
}
</style>