Shades of Pablo #777263
Tints of Pablo #777263
RGB
CMYK
RGB Variations
Color information
#777263 (or 0x777263) is known color: Pablo. HEX triplet: 77, 72 and 63. RGB value is (119,114,99). Sum of RGB (Red+Green+Blue) = 119+114+99=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #777263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777263 is #888D9C. Grayscale: #717171. Windows color (decimal): -8949149 or 6517367. OLE color: 6517367.
HSL color Cylindrical-coordinate representation of color #777263: hue angle of 45º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777263 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 99 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.53 |
| HSL | 45º | 0.09% | 0.43% | - |
| HSV(B) | 45º | 0.17% | 0.47% | - |
| XYZ | 15.88 | 16.86 | 14.22 | - |
| YUV | 113.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 99 | 0 | 0.04 | 0.17 | 0.53 | 45 | 0.09 | 0.43 |
| Hex | 77 | 72 | 63 | 0 | 4 | 11 | 35 | 2D | 9 | 2B |
| Octal | 167 | 162 | 143 | 0 | 4 | 21 | 65 | 55 | 11 | 53 |
| Binary | 1110111 | 1110010 | 1100011 | 0 | 100 | 10001 | 110101 | 101101 | 1001 | 101011 |
Color Harmonies of #777263
Complementary color
Monochromatic Colors of #777263
Black with #777263
Text Example
Text Example
White with #777263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777263; }
p { color: rgb(119,114,99); }
H1.HeaderClassName
{
color: #777263;
}
.AnyTagClassName
{
color: #777263;
}
</style>
background-color css
<style>
a { background-color: #777263; }
a { background-color: rgb(119,114,99); }
div.DivClassName
{
background-color: #777263;
}
.BgClassName
{
background-color: #777263;
}
</style>
border-color css
<style>
span { border-color: #777263; }
span { border-color: rgb(119,114,99); }
td.TdClassName
{
border-color: #777263;
}
.TagClassName
{
border-color: #777263;
}
</style>