Shades of Pablo #766E59
Tints of Pablo #766E59
RGB
CMYK
RGB Variations
Color information
#766E59 (or 0x766E59) is known color: Pablo. HEX triplet: 76, 6E and 59. RGB value is (118,110,89). Sum of RGB (Red+Green+Blue) = 118+110+89=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E59 is #8991A6. Grayscale: #6E6E6E. Windows color (decimal): -9015719 or 5860982. OLE color: 5860982.
HSL color Cylindrical-coordinate representation of color #766E59: hue angle of 43.45º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766E59 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 89 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.54 |
| HSL | 43.45º | 0.14% | 0.41% | - |
| HSV(B) | 43.45º | 0.25% | 0.46% | - |
| XYZ | 14.85 | 15.72 | 11.7 | - |
| YUV | 110 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 89 | 0 | 0.07 | 0.25 | 0.54 | 43.45 | 0.14 | 0.41 |
| Hex | 76 | 6E | 59 | 0 | 7 | 19 | 36 | 2B | E | 29 |
| Octal | 166 | 156 | 131 | 0 | 7 | 31 | 66 | 53 | 16 | 51 |
| Binary | 1110110 | 1101110 | 1011001 | 0 | 111 | 11001 | 110110 | 101011 | 1110 | 101001 |
Color Harmonies of #766E59
Complementary color
Monochromatic Colors of #766E59
Black with #766E59
Text Example
Text Example
White with #766E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E59; }
p { color: rgb(118,110,89); }
H1.HeaderClassName
{
color: #766E59;
}
.AnyTagClassName
{
color: #766E59;
}
</style>
background-color css
<style>
a { background-color: #766E59; }
a { background-color: rgb(118,110,89); }
div.DivClassName
{
background-color: #766E59;
}
.BgClassName
{
background-color: #766E59;
}
</style>
border-color css
<style>
span { border-color: #766E59; }
span { border-color: rgb(118,110,89); }
td.TdClassName
{
border-color: #766E59;
}
.TagClassName
{
border-color: #766E59;
}
</style>