Shades of Pablo #776D59
Tints of Pablo #776D59
RGB
CMYK
RGB Variations
Color information
#776D59 (or 0x776D59) is known color: Pablo. HEX triplet: 77, 6D and 59. RGB value is (119,109,89). Sum of RGB (Red+Green+Blue) = 119+109+89=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D59 is #8892A6. Grayscale: #6D6D6D. Windows color (decimal): -8950439 or 5860727. OLE color: 5860727.
HSL color Cylindrical-coordinate representation of color #776D59: hue angle of 40º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #776D59 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 89 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.53 |
| HSL | 40º | 0.14% | 0.41% | - |
| HSV(B) | 40º | 0.25% | 0.47% | - |
| XYZ | 14.88 | 15.58 | 11.67 | - |
| YUV | 109.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 89 | 0 | 0.08 | 0.25 | 0.53 | 40 | 0.14 | 0.41 |
| Hex | 77 | 6D | 59 | 0 | 8 | 19 | 35 | 28 | E | 29 |
| Octal | 167 | 155 | 131 | 0 | 10 | 31 | 65 | 50 | 16 | 51 |
| Binary | 1110111 | 1101101 | 1011001 | 0 | 1000 | 11001 | 110101 | 101000 | 1110 | 101001 |
Color Harmonies of #776D59
Complementary color
Monochromatic Colors of #776D59
Black with #776D59
Text Example
Text Example
White with #776D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D59; }
p { color: rgb(119,109,89); }
H1.HeaderClassName
{
color: #776D59;
}
.AnyTagClassName
{
color: #776D59;
}
</style>
background-color css
<style>
a { background-color: #776D59; }
a { background-color: rgb(119,109,89); }
div.DivClassName
{
background-color: #776D59;
}
.BgClassName
{
background-color: #776D59;
}
</style>
border-color css
<style>
span { border-color: #776D59; }
span { border-color: rgb(119,109,89); }
td.TdClassName
{
border-color: #776D59;
}
.TagClassName
{
border-color: #776D59;
}
</style>