Shades of Pablo #766D5A
Tints of Pablo #766D5A
RGB
CMYK
RGB Variations
Color information
#766D5A (or 0x766D5A) is known color: Pablo. HEX triplet: 76, 6D and 5A. RGB value is (118,109,90). Sum of RGB (Red+Green+Blue) = 118+109+90=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5A is #8992A5. Grayscale: #6D6D6D. Windows color (decimal): -9015974 or 5926262. OLE color: 5926262.
HSL color Cylindrical-coordinate representation of color #766D5A: hue angle of 40.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766D5A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 90 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.54 |
| HSL | 40.71º | 0.13% | 0.41% | - |
| HSV(B) | 40.71º | 0.24% | 0.46% | - |
| XYZ | 14.79 | 15.53 | 11.89 | - |
| YUV | 109.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 90 | 0 | 0.08 | 0.24 | 0.54 | 40.71 | 0.13 | 0.41 |
| Hex | 76 | 6D | 5A | 0 | 8 | 18 | 36 | 29 | D | 29 |
| Octal | 166 | 155 | 132 | 0 | 10 | 30 | 66 | 51 | 15 | 51 |
| Binary | 1110110 | 1101101 | 1011010 | 0 | 1000 | 11000 | 110110 | 101001 | 1101 | 101001 |
Color Harmonies of #766D5A
Complementary color
Monochromatic Colors of #766D5A
Black with #766D5A
Text Example
Text Example
White with #766D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D5A; }
p { color: rgb(118,109,90); }
H1.HeaderClassName
{
color: #766D5A;
}
.AnyTagClassName
{
color: #766D5A;
}
</style>
background-color css
<style>
a { background-color: #766D5A; }
a { background-color: rgb(118,109,90); }
div.DivClassName
{
background-color: #766D5A;
}
.BgClassName
{
background-color: #766D5A;
}
</style>
border-color css
<style>
span { border-color: #766D5A; }
span { border-color: rgb(118,109,90); }
td.TdClassName
{
border-color: #766D5A;
}
.TagClassName
{
border-color: #766D5A;
}
</style>