Shades of Pablo #796F5D
Tints of Pablo #796F5D
RGB
CMYK
RGB Variations
Color information
#796F5D (or 0x796F5D) is known color: Pablo. HEX triplet: 79, 6F and 5D. RGB value is (121,111,93). Sum of RGB (Red+Green+Blue) = 121+111+93=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5D is #8690A2. Grayscale: #707070. Windows color (decimal): -8818851 or 6123385. OLE color: 6123385.
HSL color Cylindrical-coordinate representation of color #796F5D: hue angle of 38.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796F5D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 93 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.53 |
| HSL | 38.57º | 0.13% | 0.42% | - |
| HSV(B) | 38.57º | 0.23% | 0.47% | - |
| XYZ | 15.55 | 16.22 | 12.67 | - |
| YUV | 111.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 93 | 0 | 0.08 | 0.23 | 0.53 | 38.57 | 0.13 | 0.42 |
| Hex | 79 | 6F | 5D | 0 | 8 | 17 | 35 | 27 | D | 2A |
| Octal | 171 | 157 | 135 | 0 | 10 | 27 | 65 | 47 | 15 | 52 |
| Binary | 1111001 | 1101111 | 1011101 | 0 | 1000 | 10111 | 110101 | 100111 | 1101 | 101010 |
Color Harmonies of #796F5D
Complementary color
Monochromatic Colors of #796F5D
Black with #796F5D
Text Example
Text Example
White with #796F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F5D; }
p { color: rgb(121,111,93); }
H1.HeaderClassName
{
color: #796F5D;
}
.AnyTagClassName
{
color: #796F5D;
}
</style>
background-color css
<style>
a { background-color: #796F5D; }
a { background-color: rgb(121,111,93); }
div.DivClassName
{
background-color: #796F5D;
}
.BgClassName
{
background-color: #796F5D;
}
</style>
border-color css
<style>
span { border-color: #796F5D; }
span { border-color: rgb(121,111,93); }
td.TdClassName
{
border-color: #796F5D;
}
.TagClassName
{
border-color: #796F5D;
}
</style>