Shades of Pablo #776E5A
Tints of Pablo #776E5A
RGB
CMYK
RGB Variations
Color information
#776E5A (or 0x776E5A) is known color: Pablo. HEX triplet: 77, 6E and 5A. RGB value is (119,110,90). Sum of RGB (Red+Green+Blue) = 119+110+90=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5A is #8891A5. Grayscale: #6E6E6E. Windows color (decimal): -8950182 or 5926519. OLE color: 5926519.
HSL color Cylindrical-coordinate representation of color #776E5A: hue angle of 41.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776E5A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 90 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.53 |
| HSL | 41.38º | 0.14% | 0.41% | - |
| HSV(B) | 41.38º | 0.24% | 0.47% | - |
| XYZ | 15.03 | 15.81 | 11.93 | - |
| YUV | 110.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 90 | 0 | 0.08 | 0.24 | 0.53 | 41.38 | 0.14 | 0.41 |
| Hex | 77 | 6E | 5A | 0 | 8 | 18 | 35 | 29 | E | 29 |
| Octal | 167 | 156 | 132 | 0 | 10 | 30 | 65 | 51 | 16 | 51 |
| Binary | 1110111 | 1101110 | 1011010 | 0 | 1000 | 11000 | 110101 | 101001 | 1110 | 101001 |
Color Harmonies of #776E5A
Complementary color
Monochromatic Colors of #776E5A
Black with #776E5A
Text Example
Text Example
White with #776E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E5A; }
p { color: rgb(119,110,90); }
H1.HeaderClassName
{
color: #776E5A;
}
.AnyTagClassName
{
color: #776E5A;
}
</style>
background-color css
<style>
a { background-color: #776E5A; }
a { background-color: rgb(119,110,90); }
div.DivClassName
{
background-color: #776E5A;
}
.BgClassName
{
background-color: #776E5A;
}
</style>
border-color css
<style>
span { border-color: #776E5A; }
span { border-color: rgb(119,110,90); }
td.TdClassName
{
border-color: #776E5A;
}
.TagClassName
{
border-color: #776E5A;
}
</style>