Shades of Pablo #777265
Tints of Pablo #777265
RGB
CMYK
RGB Variations
Color information
#777265 (or 0x777265) is known color: Pablo. HEX triplet: 77, 72 and 65. RGB value is (119,114,101). Sum of RGB (Red+Green+Blue) = 119+114+101=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #777265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777265 is #888D9A. Grayscale: #727272. Windows color (decimal): -8949147 or 6648439. OLE color: 6648439.
HSL color Cylindrical-coordinate representation of color #777265: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777265 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 101 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.53 |
| HSL | 43.33º | 0.08% | 0.43% | - |
| HSV(B) | 43.33º | 0.15% | 0.47% | - |
| XYZ | 15.97 | 16.9 | 14.73 | - |
| YUV | 114.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 101 | 0 | 0.04 | 0.15 | 0.53 | 43.33 | 0.08 | 0.43 |
| Hex | 77 | 72 | 65 | 0 | 4 | F | 35 | 2B | 8 | 2B |
| Octal | 167 | 162 | 145 | 0 | 4 | 17 | 65 | 53 | 10 | 53 |
| Binary | 1110111 | 1110010 | 1100101 | 0 | 100 | 1111 | 110101 | 101011 | 1000 | 101011 |
Color Harmonies of #777265
Complementary color
Monochromatic Colors of #777265
Black with #777265
Text Example
Text Example
White with #777265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777265; }
p { color: rgb(119,114,101); }
H1.HeaderClassName
{
color: #777265;
}
.AnyTagClassName
{
color: #777265;
}
</style>
background-color css
<style>
a { background-color: #777265; }
a { background-color: rgb(119,114,101); }
div.DivClassName
{
background-color: #777265;
}
.BgClassName
{
background-color: #777265;
}
</style>
border-color css
<style>
span { border-color: #777265; }
span { border-color: rgb(119,114,101); }
td.TdClassName
{
border-color: #777265;
}
.TagClassName
{
border-color: #777265;
}
</style>