Shades of Pablo #79715A
Tints of Pablo #79715A
RGB
CMYK
RGB Variations
Color information
#79715A (or 0x79715A) is known color: Pablo. HEX triplet: 79, 71 and 5A. RGB value is (121,113,90). Sum of RGB (Red+Green+Blue) = 121+113+90=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #79715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79715A is #868EA5. Grayscale: #707070. Windows color (decimal): -8818342 or 5927289. OLE color: 5927289.
HSL color Cylindrical-coordinate representation of color #79715A: hue angle of 44.52º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79715A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 90 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.53 |
| HSL | 44.52º | 0.15% | 0.41% | - |
| HSV(B) | 44.52º | 0.26% | 0.47% | - |
| XYZ | 15.64 | 16.61 | 12.06 | - |
| YUV | 112.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 90 | 0 | 0.07 | 0.26 | 0.53 | 44.52 | 0.15 | 0.41 |
| Hex | 79 | 71 | 5A | 0 | 7 | 1A | 35 | 2D | F | 29 |
| Octal | 171 | 161 | 132 | 0 | 7 | 32 | 65 | 55 | 17 | 51 |
| Binary | 1111001 | 1110001 | 1011010 | 0 | 111 | 11010 | 110101 | 101101 | 1111 | 101001 |
Color Harmonies of #79715A
Complementary color
Monochromatic Colors of #79715A
Black with #79715A
Text Example
Text Example
White with #79715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79715A; }
p { color: rgb(121,113,90); }
H1.HeaderClassName
{
color: #79715A;
}
.AnyTagClassName
{
color: #79715A;
}
</style>
background-color css
<style>
a { background-color: #79715A; }
a { background-color: rgb(121,113,90); }
div.DivClassName
{
background-color: #79715A;
}
.BgClassName
{
background-color: #79715A;
}
</style>
border-color css
<style>
span { border-color: #79715A; }
span { border-color: rgb(121,113,90); }
td.TdClassName
{
border-color: #79715A;
}
.TagClassName
{
border-color: #79715A;
}
</style>