Shades of Pablo #7A745E
Tints of Pablo #7A745E
RGB
CMYK
RGB Variations
Color information
#7A745E (or 0x7A745E) is known color: Pablo. HEX triplet: 7A, 74 and 5E. RGB value is (122,116,94). Sum of RGB (Red+Green+Blue) = 122+116+94=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A745E is #858BA1. Grayscale: #737373. Windows color (decimal): -8752034 or 6190202. OLE color: 6190202.
HSL color Cylindrical-coordinate representation of color #7A745E: hue angle of 47.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A745E is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 94 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.52 |
| HSL | 47.14º | 0.13% | 0.42% | - |
| HSV(B) | 47.14º | 0.23% | 0.48% | - |
| XYZ | 16.29 | 17.44 | 13.1 | - |
| YUV | 115.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 94 | 0 | 0.05 | 0.23 | 0.52 | 47.14 | 0.13 | 0.42 |
| Hex | 7A | 74 | 5E | 0 | 5 | 17 | 34 | 2F | D | 2A |
| Octal | 172 | 164 | 136 | 0 | 5 | 27 | 64 | 57 | 15 | 52 |
| Binary | 1111010 | 1110100 | 1011110 | 0 | 101 | 10111 | 110100 | 101111 | 1101 | 101010 |
Color Harmonies of #7A745E
Complementary color
Monochromatic Colors of #7A745E
Black with #7A745E
Text Example
Text Example
White with #7A745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A745E; }
p { color: rgb(122,116,94); }
H1.HeaderClassName
{
color: #7A745E;
}
.AnyTagClassName
{
color: #7A745E;
}
</style>
background-color css
<style>
a { background-color: #7A745E; }
a { background-color: rgb(122,116,94); }
div.DivClassName
{
background-color: #7A745E;
}
.BgClassName
{
background-color: #7A745E;
}
</style>
border-color css
<style>
span { border-color: #7A745E; }
span { border-color: rgb(122,116,94); }
td.TdClassName
{
border-color: #7A745E;
}
.TagClassName
{
border-color: #7A745E;
}
</style>