Shades of Pablo #7A6E55
Tints of Pablo #7A6E55
RGB
CMYK
RGB Variations
Color information
#7A6E55 (or 0x7A6E55) is known color: Pablo. HEX triplet: 7A, 6E and 55. RGB value is (122,110,85). Sum of RGB (Red+Green+Blue) = 122+110+85=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E55 is #8591AA. Grayscale: #6E6E6E. Windows color (decimal): -8753579 or 5598842. OLE color: 5598842.
HSL color Cylindrical-coordinate representation of color #7A6E55: hue angle of 40.54º degrees, saturation: 0.18, 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 #7A6E55 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 85 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.52 |
| HSL | 40.54º | 0.18% | 0.41% | - |
| HSV(B) | 40.54º | 0.3% | 0.48% | - |
| XYZ | 15.24 | 15.95 | 10.87 | - |
| YUV | 110.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 85 | 0 | 0.10 | 0.30 | 0.52 | 40.54 | 0.18 | 0.41 |
| Hex | 7A | 6E | 55 | 0 | A | 1E | 34 | 29 | 12 | 29 |
| Octal | 172 | 156 | 125 | 0 | 12 | 36 | 64 | 51 | 22 | 51 |
| Binary | 1111010 | 1101110 | 1010101 | 0 | 1010 | 11110 | 110100 | 101001 | 10010 | 101001 |
Color Harmonies of #7A6E55
Complementary color
Monochromatic Colors of #7A6E55
Black with #7A6E55
Text Example
Text Example
White with #7A6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E55; }
p { color: rgb(122,110,85); }
H1.HeaderClassName
{
color: #7A6E55;
}
.AnyTagClassName
{
color: #7A6E55;
}
</style>
background-color css
<style>
a { background-color: #7A6E55; }
a { background-color: rgb(122,110,85); }
div.DivClassName
{
background-color: #7A6E55;
}
.BgClassName
{
background-color: #7A6E55;
}
</style>
border-color css
<style>
span { border-color: #7A6E55; }
span { border-color: rgb(122,110,85); }
td.TdClassName
{
border-color: #7A6E55;
}
.TagClassName
{
border-color: #7A6E55;
}
</style>