Shades of Pablo #766F5B
Tints of Pablo #766F5B
RGB
CMYK
RGB Variations
Color information
#766F5B (or 0x766F5B) is known color: Pablo. HEX triplet: 76, 6F and 5B. RGB value is (118,111,91). Sum of RGB (Red+Green+Blue) = 118+111+91=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F5B is #8990A4. Grayscale: #6E6E6E. Windows color (decimal): -9015461 or 5992310. OLE color: 5992310.
HSL color Cylindrical-coordinate representation of color #766F5B: hue angle of 44.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766F5B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 91 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.54 |
| HSL | 44.44º | 0.13% | 0.41% | - |
| HSV(B) | 44.44º | 0.23% | 0.46% | - |
| XYZ | 15.04 | 15.98 | 12.19 | - |
| YUV | 110.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 91 | 0 | 0.06 | 0.23 | 0.54 | 44.44 | 0.13 | 0.41 |
| Hex | 76 | 6F | 5B | 0 | 6 | 17 | 36 | 2C | D | 29 |
| Octal | 166 | 157 | 133 | 0 | 6 | 27 | 66 | 54 | 15 | 51 |
| Binary | 1110110 | 1101111 | 1011011 | 0 | 110 | 10111 | 110110 | 101100 | 1101 | 101001 |
Color Harmonies of #766F5B
Complementary color
Monochromatic Colors of #766F5B
Black with #766F5B
Text Example
Text Example
White with #766F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F5B; }
p { color: rgb(118,111,91); }
H1.HeaderClassName
{
color: #766F5B;
}
.AnyTagClassName
{
color: #766F5B;
}
</style>
background-color css
<style>
a { background-color: #766F5B; }
a { background-color: rgb(118,111,91); }
div.DivClassName
{
background-color: #766F5B;
}
.BgClassName
{
background-color: #766F5B;
}
</style>
border-color css
<style>
span { border-color: #766F5B; }
span { border-color: rgb(118,111,91); }
td.TdClassName
{
border-color: #766F5B;
}
.TagClassName
{
border-color: #766F5B;
}
</style>