Shades of Pablo #777164
Tints of Pablo #777164
RGB
CMYK
RGB Variations
Color information
#777164 (or 0x777164) is known color: Pablo. HEX triplet: 77, 71 and 64. RGB value is (119,113,100). Sum of RGB (Red+Green+Blue) = 119+113+100=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #777164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777164 is #888E9B. Grayscale: #717171. Windows color (decimal): -8949404 or 6582647. OLE color: 6582647.
HSL color Cylindrical-coordinate representation of color #777164: hue angle of 41.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777164 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 100 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.53 |
| HSL | 41.05º | 0.09% | 0.43% | - |
| HSV(B) | 41.05º | 0.16% | 0.47% | - |
| XYZ | 15.81 | 16.65 | 14.44 | - |
| YUV | 113.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 100 | 0 | 0.05 | 0.16 | 0.53 | 41.05 | 0.09 | 0.43 |
| Hex | 77 | 71 | 64 | 0 | 5 | 10 | 35 | 29 | 9 | 2B |
| Octal | 167 | 161 | 144 | 0 | 5 | 20 | 65 | 51 | 11 | 53 |
| Binary | 1110111 | 1110001 | 1100100 | 0 | 101 | 10000 | 110101 | 101001 | 1001 | 101011 |
Color Harmonies of #777164
Complementary color
Monochromatic Colors of #777164
Black with #777164
Text Example
Text Example
White with #777164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777164; }
p { color: rgb(119,113,100); }
H1.HeaderClassName
{
color: #777164;
}
.AnyTagClassName
{
color: #777164;
}
</style>
background-color css
<style>
a { background-color: #777164; }
a { background-color: rgb(119,113,100); }
div.DivClassName
{
background-color: #777164;
}
.BgClassName
{
background-color: #777164;
}
</style>
border-color css
<style>
span { border-color: #777164; }
span { border-color: rgb(119,113,100); }
td.TdClassName
{
border-color: #777164;
}
.TagClassName
{
border-color: #777164;
}
</style>