Shades of Pablo #7A705A
Tints of Pablo #7A705A
RGB
CMYK
RGB Variations
Color information
#7A705A (or 0x7A705A) is known color: Pablo. HEX triplet: 7A, 70 and 5A. RGB value is (122,112,90). Sum of RGB (Red+Green+Blue) = 122+112+90=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A705A is #858FA5. Grayscale: #707070. Windows color (decimal): -8753062 or 5927034. OLE color: 5927034.
HSL color Cylindrical-coordinate representation of color #7A705A: hue angle of 41.25º 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 #7A705A is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 90 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.52 |
| HSL | 41.25º | 0.15% | 0.42% | - |
| HSV(B) | 41.25º | 0.26% | 0.48% | - |
| XYZ | 15.67 | 16.46 | 12.03 | - |
| YUV | 112.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 90 | 0 | 0.08 | 0.26 | 0.52 | 41.25 | 0.15 | 0.42 |
| Hex | 7A | 70 | 5A | 0 | 8 | 1A | 34 | 29 | F | 2A |
| Octal | 172 | 160 | 132 | 0 | 10 | 32 | 64 | 51 | 17 | 52 |
| Binary | 1111010 | 1110000 | 1011010 | 0 | 1000 | 11010 | 110100 | 101001 | 1111 | 101010 |
Color Harmonies of #7A705A
Complementary color
Monochromatic Colors of #7A705A
Black with #7A705A
Text Example
Text Example
White with #7A705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A705A; }
p { color: rgb(122,112,90); }
H1.HeaderClassName
{
color: #7A705A;
}
.AnyTagClassName
{
color: #7A705A;
}
</style>
background-color css
<style>
a { background-color: #7A705A; }
a { background-color: rgb(122,112,90); }
div.DivClassName
{
background-color: #7A705A;
}
.BgClassName
{
background-color: #7A705A;
}
</style>
border-color css
<style>
span { border-color: #7A705A; }
span { border-color: rgb(122,112,90); }
td.TdClassName
{
border-color: #7A705A;
}
.TagClassName
{
border-color: #7A705A;
}
</style>