Shades of Pablo #766D5B
Tints of Pablo #766D5B
RGB
CMYK
RGB Variations
Color information
#766D5B (or 0x766D5B) is known color: Pablo. HEX triplet: 76, 6D and 5B. RGB value is (118,109,91). Sum of RGB (Red+Green+Blue) = 118+109+91=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5B is #8992A4. Grayscale: #6D6D6D. Windows color (decimal): -9015973 or 5991798. OLE color: 5991798.
HSL color Cylindrical-coordinate representation of color #766D5B: hue angle of 40º 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 #766D5B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 91 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.54 |
| HSL | 40º | 0.13% | 0.41% | - |
| HSV(B) | 40º | 0.23% | 0.46% | - |
| XYZ | 14.83 | 15.54 | 12.12 | - |
| YUV | 109.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 91 | 0 | 0.08 | 0.23 | 0.54 | 40 | 0.13 | 0.41 |
| Hex | 76 | 6D | 5B | 0 | 8 | 17 | 36 | 28 | D | 29 |
| Octal | 166 | 155 | 133 | 0 | 10 | 27 | 66 | 50 | 15 | 51 |
| Binary | 1110110 | 1101101 | 1011011 | 0 | 1000 | 10111 | 110110 | 101000 | 1101 | 101001 |
Color Harmonies of #766D5B
Complementary color
Monochromatic Colors of #766D5B
Black with #766D5B
Text Example
Text Example
White with #766D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D5B; }
p { color: rgb(118,109,91); }
H1.HeaderClassName
{
color: #766D5B;
}
.AnyTagClassName
{
color: #766D5B;
}
</style>
background-color css
<style>
a { background-color: #766D5B; }
a { background-color: rgb(118,109,91); }
div.DivClassName
{
background-color: #766D5B;
}
.BgClassName
{
background-color: #766D5B;
}
</style>
border-color css
<style>
span { border-color: #766D5B; }
span { border-color: rgb(118,109,91); }
td.TdClassName
{
border-color: #766D5B;
}
.TagClassName
{
border-color: #766D5B;
}
</style>