Shades of Pablo #777160
Tints of Pablo #777160
RGB
CMYK
RGB Variations
Color information
#777160 (or 0x777160) is known color: Pablo. HEX triplet: 77, 71 and 60. RGB value is (119,113,96). Sum of RGB (Red+Green+Blue) = 119+113+96=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #777160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777160 is #888E9F. Grayscale: #707070. Windows color (decimal): -8949408 or 6320503. OLE color: 6320503.
HSL color Cylindrical-coordinate representation of color #777160: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777160 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 96 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.53 |
| HSL | 44.35º | 0.11% | 0.42% | - |
| HSV(B) | 44.35º | 0.19% | 0.47% | - |
| XYZ | 15.62 | 16.58 | 13.44 | - |
| YUV | 112.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 96 | 0 | 0.05 | 0.19 | 0.53 | 44.35 | 0.11 | 0.42 |
| Hex | 77 | 71 | 60 | 0 | 5 | 13 | 35 | 2C | B | 2A |
| Octal | 167 | 161 | 140 | 0 | 5 | 23 | 65 | 54 | 13 | 52 |
| Binary | 1110111 | 1110001 | 1100000 | 0 | 101 | 10011 | 110101 | 101100 | 1011 | 101010 |
Color Harmonies of #777160
Complementary color
Monochromatic Colors of #777160
Black with #777160
Text Example
Text Example
White with #777160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777160; }
p { color: rgb(119,113,96); }
H1.HeaderClassName
{
color: #777160;
}
.AnyTagClassName
{
color: #777160;
}
</style>
background-color css
<style>
a { background-color: #777160; }
a { background-color: rgb(119,113,96); }
div.DivClassName
{
background-color: #777160;
}
.BgClassName
{
background-color: #777160;
}
</style>
border-color css
<style>
span { border-color: #777160; }
span { border-color: rgb(119,113,96); }
td.TdClassName
{
border-color: #777160;
}
.TagClassName
{
border-color: #777160;
}
</style>