Shades of Pablo #7A7160
Tints of Pablo #7A7160
RGB
CMYK
RGB Variations
Color information
#7A7160 (or 0x7A7160) is known color: Pablo. HEX triplet: 7A, 71 and 60. RGB value is (122,113,96). Sum of RGB (Red+Green+Blue) = 122+113+96=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7160 is #858E9F. Grayscale: #717171. Windows color (decimal): -8752800 or 6320506. OLE color: 6320506.
HSL color Cylindrical-coordinate representation of color #7A7160: hue angle of 39.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7160 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 96 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.52 |
| HSL | 39.23º | 0.12% | 0.43% | - |
| HSV(B) | 39.23º | 0.21% | 0.48% | - |
| XYZ | 16.04 | 16.79 | 13.46 | - |
| YUV | 113.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 96 | 0 | 0.07 | 0.21 | 0.52 | 39.23 | 0.12 | 0.43 |
| Hex | 7A | 71 | 60 | 0 | 7 | 15 | 34 | 27 | C | 2B |
| Octal | 172 | 161 | 140 | 0 | 7 | 25 | 64 | 47 | 14 | 53 |
| Binary | 1111010 | 1110001 | 1100000 | 0 | 111 | 10101 | 110100 | 100111 | 1100 | 101011 |
Color Harmonies of #7A7160
Complementary color
Monochromatic Colors of #7A7160
Black with #7A7160
Text Example
Text Example
White with #7A7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7160; }
p { color: rgb(122,113,96); }
H1.HeaderClassName
{
color: #7A7160;
}
.AnyTagClassName
{
color: #7A7160;
}
</style>
background-color css
<style>
a { background-color: #7A7160; }
a { background-color: rgb(122,113,96); }
div.DivClassName
{
background-color: #7A7160;
}
.BgClassName
{
background-color: #7A7160;
}
</style>
border-color css
<style>
span { border-color: #7A7160; }
span { border-color: rgb(122,113,96); }
td.TdClassName
{
border-color: #7A7160;
}
.TagClassName
{
border-color: #7A7160;
}
</style>