Shades of Pablo #7A7056
Tints of Pablo #7A7056
RGB
CMYK
RGB Variations
Color information
#7A7056 (or 0x7A7056) is known color: Pablo. HEX triplet: 7A, 70 and 56. RGB value is (122,112,86). Sum of RGB (Red+Green+Blue) = 122+112+86=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7056 is #858FA9. Grayscale: #707070. Windows color (decimal): -8753066 or 5664890. OLE color: 5664890.
HSL color Cylindrical-coordinate representation of color #7A7056: hue angle of 43.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7056 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 86 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.52 |
| HSL | 43.33º | 0.17% | 0.41% | - |
| HSV(B) | 43.33º | 0.3% | 0.48% | - |
| XYZ | 15.5 | 16.4 | 11.15 | - |
| YUV | 112.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 86 | 0 | 0.08 | 0.30 | 0.52 | 43.33 | 0.17 | 0.41 |
| Hex | 7A | 70 | 56 | 0 | 8 | 1E | 34 | 2B | 11 | 29 |
| Octal | 172 | 160 | 126 | 0 | 10 | 36 | 64 | 53 | 21 | 51 |
| Binary | 1111010 | 1110000 | 1010110 | 0 | 1000 | 11110 | 110100 | 101011 | 10001 | 101001 |
Color Harmonies of #7A7056
Complementary color
Monochromatic Colors of #7A7056
Black with #7A7056
Text Example
Text Example
White with #7A7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7056; }
p { color: rgb(122,112,86); }
H1.HeaderClassName
{
color: #7A7056;
}
.AnyTagClassName
{
color: #7A7056;
}
</style>
background-color css
<style>
a { background-color: #7A7056; }
a { background-color: rgb(122,112,86); }
div.DivClassName
{
background-color: #7A7056;
}
.BgClassName
{
background-color: #7A7056;
}
</style>
border-color css
<style>
span { border-color: #7A7056; }
span { border-color: rgb(122,112,86); }
td.TdClassName
{
border-color: #7A7056;
}
.TagClassName
{
border-color: #7A7056;
}
</style>