Shades of Pablo #766E5F
Tints of Pablo #766E5F
RGB
CMYK
RGB Variations
Color information
#766E5F (or 0x766E5F) is known color: Pablo. HEX triplet: 76, 6E and 5F. RGB value is (118,110,95). Sum of RGB (Red+Green+Blue) = 118+110+95=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E5F is #8991A0. Grayscale: #6E6E6E. Windows color (decimal): -9015713 or 6254198. OLE color: 6254198.
HSL color Cylindrical-coordinate representation of color #766E5F: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766E5F is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 95 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.54 |
| HSL | 39.13º | 0.11% | 0.42% | - |
| HSV(B) | 39.13º | 0.19% | 0.46% | - |
| XYZ | 15.11 | 15.83 | 13.09 | - |
| YUV | 110.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 95 | 0 | 0.07 | 0.19 | 0.54 | 39.13 | 0.11 | 0.42 |
| Hex | 76 | 6E | 5F | 0 | 7 | 13 | 36 | 27 | B | 2A |
| Octal | 166 | 156 | 137 | 0 | 7 | 23 | 66 | 47 | 13 | 52 |
| Binary | 1110110 | 1101110 | 1011111 | 0 | 111 | 10011 | 110110 | 100111 | 1011 | 101010 |
Color Harmonies of #766E5F
Complementary color
Monochromatic Colors of #766E5F
Black with #766E5F
Text Example
Text Example
White with #766E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E5F; }
p { color: rgb(118,110,95); }
H1.HeaderClassName
{
color: #766E5F;
}
.AnyTagClassName
{
color: #766E5F;
}
</style>
background-color css
<style>
a { background-color: #766E5F; }
a { background-color: rgb(118,110,95); }
div.DivClassName
{
background-color: #766E5F;
}
.BgClassName
{
background-color: #766E5F;
}
</style>
border-color css
<style>
span { border-color: #766E5F; }
span { border-color: rgb(118,110,95); }
td.TdClassName
{
border-color: #766E5F;
}
.TagClassName
{
border-color: #766E5F;
}
</style>