Shades of Pablo #776E58
Tints of Pablo #776E58
RGB
CMYK
RGB Variations
Color information
#776E58 (or 0x776E58) is known color: Pablo. HEX triplet: 77, 6E and 58. RGB value is (119,110,88). Sum of RGB (Red+Green+Blue) = 119+110+88=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E58 is #8891A7. Grayscale: #6E6E6E. Windows color (decimal): -8950184 or 5795447. OLE color: 5795447.
HSL color Cylindrical-coordinate representation of color #776E58: hue angle of 42.58º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776E58 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 88 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.53 |
| HSL | 42.58º | 0.15% | 0.41% | - |
| HSV(B) | 42.58º | 0.26% | 0.47% | - |
| XYZ | 14.95 | 15.78 | 11.49 | - |
| YUV | 110.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 88 | 0 | 0.08 | 0.26 | 0.53 | 42.58 | 0.15 | 0.41 |
| Hex | 77 | 6E | 58 | 0 | 8 | 1A | 35 | 2B | F | 29 |
| Octal | 167 | 156 | 130 | 0 | 10 | 32 | 65 | 53 | 17 | 51 |
| Binary | 1110111 | 1101110 | 1011000 | 0 | 1000 | 11010 | 110101 | 101011 | 1111 | 101001 |
Color Harmonies of #776E58
Complementary color
Monochromatic Colors of #776E58
Black with #776E58
Text Example
Text Example
White with #776E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E58; }
p { color: rgb(119,110,88); }
H1.HeaderClassName
{
color: #776E58;
}
.AnyTagClassName
{
color: #776E58;
}
</style>
background-color css
<style>
a { background-color: #776E58; }
a { background-color: rgb(119,110,88); }
div.DivClassName
{
background-color: #776E58;
}
.BgClassName
{
background-color: #776E58;
}
</style>
border-color css
<style>
span { border-color: #776E58; }
span { border-color: rgb(119,110,88); }
td.TdClassName
{
border-color: #776E58;
}
.TagClassName
{
border-color: #776E58;
}
</style>