Shades of Pablo #7A705B
Tints of Pablo #7A705B
RGB
CMYK
RGB Variations
Color information
#7A705B (or 0x7A705B) is known color: Pablo. HEX triplet: 7A, 70 and 5B. RGB value is (122,112,91). Sum of RGB (Red+Green+Blue) = 122+112+91=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A705B is #858FA4. Grayscale: #707070. Windows color (decimal): -8753061 or 5992570. OLE color: 5992570.
HSL color Cylindrical-coordinate representation of color #7A705B: hue angle of 40.65º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A705B is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 91 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.52 |
| HSL | 40.65º | 0.15% | 0.42% | - |
| HSV(B) | 40.65º | 0.25% | 0.48% | - |
| XYZ | 15.71 | 16.48 | 12.25 | - |
| YUV | 112.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 91 | 0 | 0.08 | 0.25 | 0.52 | 40.65 | 0.15 | 0.42 |
| Hex | 7A | 70 | 5B | 0 | 8 | 19 | 34 | 29 | F | 2A |
| Octal | 172 | 160 | 133 | 0 | 10 | 31 | 64 | 51 | 17 | 52 |
| Binary | 1111010 | 1110000 | 1011011 | 0 | 1000 | 11001 | 110100 | 101001 | 1111 | 101010 |
Color Harmonies of #7A705B
Complementary color
Monochromatic Colors of #7A705B
Black with #7A705B
Text Example
Text Example
White with #7A705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A705B; }
p { color: rgb(122,112,91); }
H1.HeaderClassName
{
color: #7A705B;
}
.AnyTagClassName
{
color: #7A705B;
}
</style>
background-color css
<style>
a { background-color: #7A705B; }
a { background-color: rgb(122,112,91); }
div.DivClassName
{
background-color: #7A705B;
}
.BgClassName
{
background-color: #7A705B;
}
</style>
border-color css
<style>
span { border-color: #7A705B; }
span { border-color: rgb(122,112,91); }
td.TdClassName
{
border-color: #7A705B;
}
.TagClassName
{
border-color: #7A705B;
}
</style>