Shades of Pablo #796E58
Tints of Pablo #796E58
RGB
CMYK
RGB Variations
Color information
#796E58 (or 0x796E58) is known color: Pablo. HEX triplet: 79, 6E and 58. RGB value is (121,110,88). Sum of RGB (Red+Green+Blue) = 121+110+88=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E58 is #8691A7. Grayscale: #6E6E6E. Windows color (decimal): -8819112 or 5795449. OLE color: 5795449.
HSL color Cylindrical-coordinate representation of color #796E58: hue angle of 40º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796E58 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 88 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.53 |
| HSL | 40º | 0.16% | 0.41% | - |
| HSV(B) | 40º | 0.27% | 0.47% | - |
| XYZ | 15.22 | 15.92 | 11.5 | - |
| YUV | 110.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 88 | 0 | 0.09 | 0.27 | 0.53 | 40 | 0.16 | 0.41 |
| Hex | 79 | 6E | 58 | 0 | 9 | 1B | 35 | 28 | 10 | 29 |
| Octal | 171 | 156 | 130 | 0 | 11 | 33 | 65 | 50 | 20 | 51 |
| Binary | 1111001 | 1101110 | 1011000 | 0 | 1001 | 11011 | 110101 | 101000 | 10000 | 101001 |
Color Harmonies of #796E58
Complementary color
Monochromatic Colors of #796E58
Black with #796E58
Text Example
Text Example
White with #796E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E58; }
p { color: rgb(121,110,88); }
H1.HeaderClassName
{
color: #796E58;
}
.AnyTagClassName
{
color: #796E58;
}
</style>
background-color css
<style>
a { background-color: #796E58; }
a { background-color: rgb(121,110,88); }
div.DivClassName
{
background-color: #796E58;
}
.BgClassName
{
background-color: #796E58;
}
</style>
border-color css
<style>
span { border-color: #796E58; }
span { border-color: rgb(121,110,88); }
td.TdClassName
{
border-color: #796E58;
}
.TagClassName
{
border-color: #796E58;
}
</style>