Shades of Pablo #796F5C
Tints of Pablo #796F5C
RGB
CMYK
RGB Variations
Color information
#796F5C (or 0x796F5C) is known color: Pablo. HEX triplet: 79, 6F and 5C. RGB value is (121,111,92). Sum of RGB (Red+Green+Blue) = 121+111+92=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5C is #8690A3. Grayscale: #6F6F6F. Windows color (decimal): -8818852 or 6057849. OLE color: 6057849.
HSL color Cylindrical-coordinate representation of color #796F5C: hue angle of 39.31º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796F5C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 92 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.53 |
| HSL | 39.31º | 0.14% | 0.42% | - |
| HSV(B) | 39.31º | 0.24% | 0.47% | - |
| XYZ | 15.5 | 16.21 | 12.44 | - |
| YUV | 111.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 92 | 0 | 0.08 | 0.24 | 0.53 | 39.31 | 0.14 | 0.42 |
| Hex | 79 | 6F | 5C | 0 | 8 | 18 | 35 | 27 | E | 2A |
| Octal | 171 | 157 | 134 | 0 | 10 | 30 | 65 | 47 | 16 | 52 |
| Binary | 1111001 | 1101111 | 1011100 | 0 | 1000 | 11000 | 110101 | 100111 | 1110 | 101010 |
Color Harmonies of #796F5C
Complementary color
Monochromatic Colors of #796F5C
Black with #796F5C
Text Example
Text Example
White with #796F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F5C; }
p { color: rgb(121,111,92); }
H1.HeaderClassName
{
color: #796F5C;
}
.AnyTagClassName
{
color: #796F5C;
}
</style>
background-color css
<style>
a { background-color: #796F5C; }
a { background-color: rgb(121,111,92); }
div.DivClassName
{
background-color: #796F5C;
}
.BgClassName
{
background-color: #796F5C;
}
</style>
border-color css
<style>
span { border-color: #796F5C; }
span { border-color: rgb(121,111,92); }
td.TdClassName
{
border-color: #796F5C;
}
.TagClassName
{
border-color: #796F5C;
}
</style>