Shades of Pablo #776E59
Tints of Pablo #776E59
RGB
CMYK
RGB Variations
Color information
#776E59 (or 0x776E59) is known color: Pablo. HEX triplet: 77, 6E and 59. RGB value is (119,110,89). Sum of RGB (Red+Green+Blue) = 119+110+89=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E59 is #8891A6. Grayscale: #6E6E6E. Windows color (decimal): -8950183 or 5860983. OLE color: 5860983.
HSL color Cylindrical-coordinate representation of color #776E59: hue angle of 42º 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 #776E59 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 89 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.53 |
| HSL | 42º | 0.14% | 0.41% | - |
| HSV(B) | 42º | 0.25% | 0.47% | - |
| XYZ | 14.99 | 15.8 | 11.71 | - |
| YUV | 110.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 89 | 0 | 0.08 | 0.25 | 0.53 | 42 | 0.14 | 0.41 |
| Hex | 77 | 6E | 59 | 0 | 8 | 19 | 35 | 2A | E | 29 |
| Octal | 167 | 156 | 131 | 0 | 10 | 31 | 65 | 52 | 16 | 51 |
| Binary | 1110111 | 1101110 | 1011001 | 0 | 1000 | 11001 | 110101 | 101010 | 1110 | 101001 |
Color Harmonies of #776E59
Complementary color
Monochromatic Colors of #776E59
Black with #776E59
Text Example
Text Example
White with #776E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E59; }
p { color: rgb(119,110,89); }
H1.HeaderClassName
{
color: #776E59;
}
.AnyTagClassName
{
color: #776E59;
}
</style>
background-color css
<style>
a { background-color: #776E59; }
a { background-color: rgb(119,110,89); }
div.DivClassName
{
background-color: #776E59;
}
.BgClassName
{
background-color: #776E59;
}
</style>
border-color css
<style>
span { border-color: #776E59; }
span { border-color: rgb(119,110,89); }
td.TdClassName
{
border-color: #776E59;
}
.TagClassName
{
border-color: #776E59;
}
</style>