Shades of Pablo #7A705E
Tints of Pablo #7A705E
RGB
CMYK
RGB Variations
Color information
#7A705E (or 0x7A705E) is known color: Pablo. HEX triplet: 7A, 70 and 5E. RGB value is (122,112,94). Sum of RGB (Red+Green+Blue) = 122+112+94=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A705E is #858FA1. Grayscale: #717171. Windows color (decimal): -8753058 or 6189178. OLE color: 6189178.
HSL color Cylindrical-coordinate representation of color #7A705E: hue angle of 38.57º 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 #7A705E is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 94 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.52 |
| HSL | 38.57º | 0.13% | 0.42% | - |
| HSV(B) | 38.57º | 0.23% | 0.48% | - |
| XYZ | 15.84 | 16.53 | 12.95 | - |
| YUV | 112.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 94 | 0 | 0.08 | 0.23 | 0.52 | 38.57 | 0.13 | 0.42 |
| Hex | 7A | 70 | 5E | 0 | 8 | 17 | 34 | 27 | D | 2A |
| Octal | 172 | 160 | 136 | 0 | 10 | 27 | 64 | 47 | 15 | 52 |
| Binary | 1111010 | 1110000 | 1011110 | 0 | 1000 | 10111 | 110100 | 100111 | 1101 | 101010 |
Color Harmonies of #7A705E
Complementary color
Monochromatic Colors of #7A705E
Black with #7A705E
Text Example
Text Example
White with #7A705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A705E; }
p { color: rgb(122,112,94); }
H1.HeaderClassName
{
color: #7A705E;
}
.AnyTagClassName
{
color: #7A705E;
}
</style>
background-color css
<style>
a { background-color: #7A705E; }
a { background-color: rgb(122,112,94); }
div.DivClassName
{
background-color: #7A705E;
}
.BgClassName
{
background-color: #7A705E;
}
</style>
border-color css
<style>
span { border-color: #7A705E; }
span { border-color: rgb(122,112,94); }
td.TdClassName
{
border-color: #7A705E;
}
.TagClassName
{
border-color: #7A705E;
}
</style>