Shades of Pablo #7E7557
Tints of Pablo #7E7557
RGB
CMYK
RGB Variations
Color information
#7E7557 (or 0x7E7557) is known color: Pablo. HEX triplet: 7E, 75 and 57. RGB value is (126,117,87). Sum of RGB (Red+Green+Blue) = 126+117+87=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7557 is #818AA8. Grayscale: #747474. Windows color (decimal): -8489641 or 5731710. OLE color: 5731710.
HSL color Cylindrical-coordinate representation of color #7E7557: hue angle of 46.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E7557 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 87 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.51 |
| HSL | 46.15º | 0.18% | 0.42% | - |
| HSV(B) | 46.15º | 0.31% | 0.49% | - |
| XYZ | 16.69 | 17.85 | 11.58 | - |
| YUV | 116.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 87 | 0 | 0.07 | 0.31 | 0.51 | 46.15 | 0.18 | 0.42 |
| Hex | 7E | 75 | 57 | 0 | 7 | 1F | 33 | 2E | 12 | 2A |
| Octal | 176 | 165 | 127 | 0 | 7 | 37 | 63 | 56 | 22 | 52 |
| Binary | 1111110 | 1110101 | 1010111 | 0 | 111 | 11111 | 110011 | 101110 | 10010 | 101010 |
Color Harmonies of #7E7557
Complementary color
Monochromatic Colors of #7E7557
Black with #7E7557
Text Example
Text Example
White with #7E7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7557; }
p { color: rgb(126,117,87); }
H1.HeaderClassName
{
color: #7E7557;
}
.AnyTagClassName
{
color: #7E7557;
}
</style>
background-color css
<style>
a { background-color: #7E7557; }
a { background-color: rgb(126,117,87); }
div.DivClassName
{
background-color: #7E7557;
}
.BgClassName
{
background-color: #7E7557;
}
</style>
border-color css
<style>
span { border-color: #7E7557; }
span { border-color: rgb(126,117,87); }
td.TdClassName
{
border-color: #7E7557;
}
.TagClassName
{
border-color: #7E7557;
}
</style>