Shades of Pablo #7D7056
Tints of Pablo #7D7056
RGB
CMYK
RGB Variations
Color information
#7D7056 (or 0x7D7056) is known color: Pablo. HEX triplet: 7D, 70 and 56. RGB value is (125,112,86). Sum of RGB (Red+Green+Blue) = 125+112+86=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7056 is #828FA9. Grayscale: #717171. Windows color (decimal): -8556458 or 5664893. OLE color: 5664893.
HSL color Cylindrical-coordinate representation of color #7D7056: hue angle of 40º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D7056 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 86 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.51 |
| HSL | 40º | 0.18% | 0.41% | - |
| HSV(B) | 40º | 0.31% | 0.49% | - |
| XYZ | 15.93 | 16.62 | 11.17 | - |
| YUV | 112.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 86 | 0 | 0.10 | 0.31 | 0.51 | 40 | 0.18 | 0.41 |
| Hex | 7D | 70 | 56 | 0 | A | 1F | 33 | 28 | 12 | 29 |
| Octal | 175 | 160 | 126 | 0 | 12 | 37 | 63 | 50 | 22 | 51 |
| Binary | 1111101 | 1110000 | 1010110 | 0 | 1010 | 11111 | 110011 | 101000 | 10010 | 101001 |
Color Harmonies of #7D7056
Complementary color
Monochromatic Colors of #7D7056
Black with #7D7056
Text Example
Text Example
White with #7D7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7056; }
p { color: rgb(125,112,86); }
H1.HeaderClassName
{
color: #7D7056;
}
.AnyTagClassName
{
color: #7D7056;
}
</style>
background-color css
<style>
a { background-color: #7D7056; }
a { background-color: rgb(125,112,86); }
div.DivClassName
{
background-color: #7D7056;
}
.BgClassName
{
background-color: #7D7056;
}
</style>
border-color css
<style>
span { border-color: #7D7056; }
span { border-color: rgb(125,112,86); }
td.TdClassName
{
border-color: #7D7056;
}
.TagClassName
{
border-color: #7D7056;
}
</style>