Shades of Pablo #777062
Tints of Pablo #777062
RGB
CMYK
RGB Variations
Color information
#777062 (or 0x777062) is known color: Pablo. HEX triplet: 77, 70 and 62. RGB value is (119,112,98). Sum of RGB (Red+Green+Blue) = 119+112+98=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #777062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777062 is #888F9D. Grayscale: #707070. Windows color (decimal): -8949662 or 6451319. OLE color: 6451319.
HSL color Cylindrical-coordinate representation of color #777062: hue angle of 40º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777062 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 98 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.53 |
| HSL | 40º | 0.1% | 0.43% | - |
| HSV(B) | 40º | 0.18% | 0.47% | - |
| XYZ | 15.61 | 16.39 | 13.9 | - |
| YUV | 112.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 98 | 0 | 0.06 | 0.18 | 0.53 | 40 | 0.1 | 0.43 |
| Hex | 77 | 70 | 62 | 0 | 6 | 12 | 35 | 28 | A | 2B |
| Octal | 167 | 160 | 142 | 0 | 6 | 22 | 65 | 50 | 12 | 53 |
| Binary | 1110111 | 1110000 | 1100010 | 0 | 110 | 10010 | 110101 | 101000 | 1010 | 101011 |
Color Harmonies of #777062
Complementary color
Monochromatic Colors of #777062
Black with #777062
Text Example
Text Example
White with #777062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777062; }
p { color: rgb(119,112,98); }
H1.HeaderClassName
{
color: #777062;
}
.AnyTagClassName
{
color: #777062;
}
</style>
background-color css
<style>
a { background-color: #777062; }
a { background-color: rgb(119,112,98); }
div.DivClassName
{
background-color: #777062;
}
.BgClassName
{
background-color: #777062;
}
</style>
border-color css
<style>
span { border-color: #777062; }
span { border-color: rgb(119,112,98); }
td.TdClassName
{
border-color: #777062;
}
.TagClassName
{
border-color: #777062;
}
</style>