Shades of Pablo #796F58
Tints of Pablo #796F58
RGB
CMYK
RGB Variations
Color information
#796F58 (or 0x796F58) is known color: Pablo. HEX triplet: 79, 6F and 58. RGB value is (121,111,88). Sum of RGB (Red+Green+Blue) = 121+111+88=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #796F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F58 is #8690A7. Grayscale: #6F6F6F. Windows color (decimal): -8818856 or 5795705. OLE color: 5795705.
HSL color Cylindrical-coordinate representation of color #796F58: hue angle of 41.82º 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 #796F58 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 88 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.53 |
| HSL | 41.82º | 0.16% | 0.41% | - |
| HSV(B) | 41.82º | 0.27% | 0.47% | - |
| XYZ | 15.33 | 16.14 | 11.54 | - |
| YUV | 111.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 88 | 0 | 0.08 | 0.27 | 0.53 | 41.82 | 0.16 | 0.41 |
| Hex | 79 | 6F | 58 | 0 | 8 | 1B | 35 | 2A | 10 | 29 |
| Octal | 171 | 157 | 130 | 0 | 10 | 33 | 65 | 52 | 20 | 51 |
| Binary | 1111001 | 1101111 | 1011000 | 0 | 1000 | 11011 | 110101 | 101010 | 10000 | 101001 |
Color Harmonies of #796F58
Complementary color
Monochromatic Colors of #796F58
Black with #796F58
Text Example
Text Example
White with #796F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F58; }
p { color: rgb(121,111,88); }
H1.HeaderClassName
{
color: #796F58;
}
.AnyTagClassName
{
color: #796F58;
}
</style>
background-color css
<style>
a { background-color: #796F58; }
a { background-color: rgb(121,111,88); }
div.DivClassName
{
background-color: #796F58;
}
.BgClassName
{
background-color: #796F58;
}
</style>
border-color css
<style>
span { border-color: #796F58; }
span { border-color: rgb(121,111,88); }
td.TdClassName
{
border-color: #796F58;
}
.TagClassName
{
border-color: #796F58;
}
</style>