Shades of Pablo #766F5D
Tints of Pablo #766F5D
RGB
CMYK
RGB Variations
Color information
#766F5D (or 0x766F5D) is known color: Pablo. HEX triplet: 76, 6F and 5D. RGB value is (118,111,93). Sum of RGB (Red+Green+Blue) = 118+111+93=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F5D is #8990A2. Grayscale: #6F6F6F. Windows color (decimal): -9015459 or 6123382. OLE color: 6123382.
HSL color Cylindrical-coordinate representation of color #766F5D: hue angle of 43.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #766F5D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 93 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.54 |
| HSL | 43.2º | 0.12% | 0.41% | - |
| HSV(B) | 43.2º | 0.21% | 0.46% | - |
| XYZ | 15.13 | 16.01 | 12.65 | - |
| YUV | 111.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 93 | 0 | 0.06 | 0.21 | 0.54 | 43.2 | 0.12 | 0.41 |
| Hex | 76 | 6F | 5D | 0 | 6 | 15 | 36 | 2B | C | 29 |
| Octal | 166 | 157 | 135 | 0 | 6 | 25 | 66 | 53 | 14 | 51 |
| Binary | 1110110 | 1101111 | 1011101 | 0 | 110 | 10101 | 110110 | 101011 | 1100 | 101001 |
Color Harmonies of #766F5D
Complementary color
Monochromatic Colors of #766F5D
Black with #766F5D
Text Example
Text Example
White with #766F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F5D; }
p { color: rgb(118,111,93); }
H1.HeaderClassName
{
color: #766F5D;
}
.AnyTagClassName
{
color: #766F5D;
}
</style>
background-color css
<style>
a { background-color: #766F5D; }
a { background-color: rgb(118,111,93); }
div.DivClassName
{
background-color: #766F5D;
}
.BgClassName
{
background-color: #766F5D;
}
</style>
border-color css
<style>
span { border-color: #766F5D; }
span { border-color: rgb(118,111,93); }
td.TdClassName
{
border-color: #766F5D;
}
.TagClassName
{
border-color: #766F5D;
}
</style>