Shades of Pablo #7A715F
Tints of Pablo #7A715F
RGB
CMYK
RGB Variations
Color information
#7A715F (or 0x7A715F) is known color: Pablo. HEX triplet: 7A, 71 and 5F. RGB value is (122,113,95). Sum of RGB (Red+Green+Blue) = 122+113+95=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A715F is #858EA0. Grayscale: #717171. Windows color (decimal): -8752801 or 6254970. OLE color: 6254970.
HSL color Cylindrical-coordinate representation of color #7A715F: hue angle of 40º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A715F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 95 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.52 |
| HSL | 40º | 0.12% | 0.43% | - |
| HSV(B) | 40º | 0.22% | 0.48% | - |
| XYZ | 16 | 16.77 | 13.22 | - |
| YUV | 113.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 95 | 0 | 0.07 | 0.22 | 0.52 | 40 | 0.12 | 0.43 |
| Hex | 7A | 71 | 5F | 0 | 7 | 16 | 34 | 28 | C | 2B |
| Octal | 172 | 161 | 137 | 0 | 7 | 26 | 64 | 50 | 14 | 53 |
| Binary | 1111010 | 1110001 | 1011111 | 0 | 111 | 10110 | 110100 | 101000 | 1100 | 101011 |
Color Harmonies of #7A715F
Complementary color
Monochromatic Colors of #7A715F
Black with #7A715F
Text Example
Text Example
White with #7A715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A715F; }
p { color: rgb(122,113,95); }
H1.HeaderClassName
{
color: #7A715F;
}
.AnyTagClassName
{
color: #7A715F;
}
</style>
background-color css
<style>
a { background-color: #7A715F; }
a { background-color: rgb(122,113,95); }
div.DivClassName
{
background-color: #7A715F;
}
.BgClassName
{
background-color: #7A715F;
}
</style>
border-color css
<style>
span { border-color: #7A715F; }
span { border-color: rgb(122,113,95); }
td.TdClassName
{
border-color: #7A715F;
}
.TagClassName
{
border-color: #7A715F;
}
</style>