Shades of Pablo #776F59
Tints of Pablo #776F59
RGB
CMYK
RGB Variations
Color information
#776F59 (or 0x776F59) is known color: Pablo. HEX triplet: 77, 6F and 59. RGB value is (119,111,89). Sum of RGB (Red+Green+Blue) = 119+111+89=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F59 is #8890A6. Grayscale: #6E6E6E. Windows color (decimal): -8949927 or 5861239. OLE color: 5861239.
HSL color Cylindrical-coordinate representation of color #776F59: hue angle of 44º 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 #776F59 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 89 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.53 |
| HSL | 44º | 0.14% | 0.41% | - |
| HSV(B) | 44º | 0.25% | 0.47% | - |
| XYZ | 15.1 | 16.01 | 11.75 | - |
| YUV | 110.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 89 | 0 | 0.07 | 0.25 | 0.53 | 44 | 0.14 | 0.41 |
| Hex | 77 | 6F | 59 | 0 | 7 | 19 | 35 | 2C | E | 29 |
| Octal | 167 | 157 | 131 | 0 | 7 | 31 | 65 | 54 | 16 | 51 |
| Binary | 1110111 | 1101111 | 1011001 | 0 | 111 | 11001 | 110101 | 101100 | 1110 | 101001 |
Color Harmonies of #776F59
Complementary color
Monochromatic Colors of #776F59
Black with #776F59
Text Example
Text Example
White with #776F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F59; }
p { color: rgb(119,111,89); }
H1.HeaderClassName
{
color: #776F59;
}
.AnyTagClassName
{
color: #776F59;
}
</style>
background-color css
<style>
a { background-color: #776F59; }
a { background-color: rgb(119,111,89); }
div.DivClassName
{
background-color: #776F59;
}
.BgClassName
{
background-color: #776F59;
}
</style>
border-color css
<style>
span { border-color: #776F59; }
span { border-color: rgb(119,111,89); }
td.TdClassName
{
border-color: #776F59;
}
.TagClassName
{
border-color: #776F59;
}
</style>