Shades of Pablo #7A6F59
Tints of Pablo #7A6F59
RGB
CMYK
RGB Variations
Color information
#7A6F59 (or 0x7A6F59) is known color: Pablo. HEX triplet: 7A, 6F and 59. RGB value is (122,111,89). Sum of RGB (Red+Green+Blue) = 122+111+89=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F59 is #8590A6. Grayscale: #6F6F6F. Windows color (decimal): -8753319 or 5861242. OLE color: 5861242.
HSL color Cylindrical-coordinate representation of color #7A6F59: hue angle of 40º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A6F59 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 89 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.52 |
| HSL | 40º | 0.16% | 0.41% | - |
| HSV(B) | 40º | 0.27% | 0.48% | - |
| XYZ | 15.51 | 16.23 | 11.77 | - |
| YUV | 111.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 89 | 0 | 0.09 | 0.27 | 0.52 | 40 | 0.16 | 0.41 |
| Hex | 7A | 6F | 59 | 0 | 9 | 1B | 34 | 28 | 10 | 29 |
| Octal | 172 | 157 | 131 | 0 | 11 | 33 | 64 | 50 | 20 | 51 |
| Binary | 1111010 | 1101111 | 1011001 | 0 | 1001 | 11011 | 110100 | 101000 | 10000 | 101001 |
Color Harmonies of #7A6F59
Complementary color
Monochromatic Colors of #7A6F59
Black with #7A6F59
Text Example
Text Example
White with #7A6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F59; }
p { color: rgb(122,111,89); }
H1.HeaderClassName
{
color: #7A6F59;
}
.AnyTagClassName
{
color: #7A6F59;
}
</style>
background-color css
<style>
a { background-color: #7A6F59; }
a { background-color: rgb(122,111,89); }
div.DivClassName
{
background-color: #7A6F59;
}
.BgClassName
{
background-color: #7A6F59;
}
</style>
border-color css
<style>
span { border-color: #7A6F59; }
span { border-color: rgb(122,111,89); }
td.TdClassName
{
border-color: #7A6F59;
}
.TagClassName
{
border-color: #7A6F59;
}
</style>