Shades of Pablo #7A6E5A
Tints of Pablo #7A6E5A
RGB
CMYK
RGB Variations
Color information
#7A6E5A (or 0x7A6E5A) is known color: Pablo. HEX triplet: 7A, 6E and 5A. RGB value is (122,110,90). Sum of RGB (Red+Green+Blue) = 122+110+90=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E5A is #8591A5. Grayscale: #6F6F6F. Windows color (decimal): -8753574 or 5926522. OLE color: 5926522.
HSL color Cylindrical-coordinate representation of color #7A6E5A: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A6E5A is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 90 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.52 |
| HSL | 37.5º | 0.15% | 0.42% | - |
| HSV(B) | 37.5º | 0.26% | 0.48% | - |
| XYZ | 15.45 | 16.03 | 11.95 | - |
| YUV | 111.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 90 | 0 | 0.10 | 0.26 | 0.52 | 37.5 | 0.15 | 0.42 |
| Hex | 7A | 6E | 5A | 0 | A | 1A | 34 | 26 | F | 2A |
| Octal | 172 | 156 | 132 | 0 | 12 | 32 | 64 | 46 | 17 | 52 |
| Binary | 1111010 | 1101110 | 1011010 | 0 | 1010 | 11010 | 110100 | 100110 | 1111 | 101010 |
Color Harmonies of #7A6E5A
Complementary color
Monochromatic Colors of #7A6E5A
Black with #7A6E5A
Text Example
Text Example
White with #7A6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E5A; }
p { color: rgb(122,110,90); }
H1.HeaderClassName
{
color: #7A6E5A;
}
.AnyTagClassName
{
color: #7A6E5A;
}
</style>
background-color css
<style>
a { background-color: #7A6E5A; }
a { background-color: rgb(122,110,90); }
div.DivClassName
{
background-color: #7A6E5A;
}
.BgClassName
{
background-color: #7A6E5A;
}
</style>
border-color css
<style>
span { border-color: #7A6E5A; }
span { border-color: rgb(122,110,90); }
td.TdClassName
{
border-color: #7A6E5A;
}
.TagClassName
{
border-color: #7A6E5A;
}
</style>