Shades of Pablo #7A7161
Tints of Pablo #7A7161
RGB
CMYK
RGB Variations
Color information
#7A7161 (or 0x7A7161) is known color: Pablo. HEX triplet: 7A, 71 and 61. RGB value is (122,113,97). Sum of RGB (Red+Green+Blue) = 122+113+97=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7161 is #858E9E. Grayscale: #717171. Windows color (decimal): -8752799 or 6386042. OLE color: 6386042.
HSL color Cylindrical-coordinate representation of color #7A7161: hue angle of 38.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7161 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 97 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.52 |
| HSL | 38.4º | 0.11% | 0.43% | - |
| HSV(B) | 38.4º | 0.2% | 0.48% | - |
| XYZ | 16.09 | 16.81 | 13.71 | - |
| YUV | 113.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 97 | 0 | 0.07 | 0.20 | 0.52 | 38.4 | 0.11 | 0.43 |
| Hex | 7A | 71 | 61 | 0 | 7 | 14 | 34 | 26 | B | 2B |
| Octal | 172 | 161 | 141 | 0 | 7 | 24 | 64 | 46 | 13 | 53 |
| Binary | 1111010 | 1110001 | 1100001 | 0 | 111 | 10100 | 110100 | 100110 | 1011 | 101011 |
Color Harmonies of #7A7161
Complementary color
Monochromatic Colors of #7A7161
Black with #7A7161
Text Example
Text Example
White with #7A7161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7161; }
p { color: rgb(122,113,97); }
H1.HeaderClassName
{
color: #7A7161;
}
.AnyTagClassName
{
color: #7A7161;
}
</style>
background-color css
<style>
a { background-color: #7A7161; }
a { background-color: rgb(122,113,97); }
div.DivClassName
{
background-color: #7A7161;
}
.BgClassName
{
background-color: #7A7161;
}
</style>
border-color css
<style>
span { border-color: #7A7161; }
span { border-color: rgb(122,113,97); }
td.TdClassName
{
border-color: #7A7161;
}
.TagClassName
{
border-color: #7A7161;
}
</style>