Shades of Pablo #76705D
Tints of Pablo #76705D
RGB
CMYK
RGB Variations
Color information
#76705D (or 0x76705D) is known color: Pablo. HEX triplet: 76, 70 and 5D. RGB value is (118,112,93). Sum of RGB (Red+Green+Blue) = 118+112+93=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #76705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76705D is #898FA2. Grayscale: #6F6F6F. Windows color (decimal): -9015203 or 6123638. OLE color: 6123638.
HSL color Cylindrical-coordinate representation of color #76705D: hue angle of 45.6º 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 #76705D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 93 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.54 |
| HSL | 45.6º | 0.12% | 0.41% | - |
| HSV(B) | 45.6º | 0.21% | 0.46% | - |
| XYZ | 15.24 | 16.23 | 12.69 | - |
| YUV | 111.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 93 | 0 | 0.05 | 0.21 | 0.54 | 45.6 | 0.12 | 0.41 |
| Hex | 76 | 70 | 5D | 0 | 5 | 15 | 36 | 2E | C | 29 |
| Octal | 166 | 160 | 135 | 0 | 5 | 25 | 66 | 56 | 14 | 51 |
| Binary | 1110110 | 1110000 | 1011101 | 0 | 101 | 10101 | 110110 | 101110 | 1100 | 101001 |
Color Harmonies of #76705D
Complementary color
Monochromatic Colors of #76705D
Black with #76705D
Text Example
Text Example
White with #76705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76705D; }
p { color: rgb(118,112,93); }
H1.HeaderClassName
{
color: #76705D;
}
.AnyTagClassName
{
color: #76705D;
}
</style>
background-color css
<style>
a { background-color: #76705D; }
a { background-color: rgb(118,112,93); }
div.DivClassName
{
background-color: #76705D;
}
.BgClassName
{
background-color: #76705D;
}
</style>
border-color css
<style>
span { border-color: #76705D; }
span { border-color: rgb(118,112,93); }
td.TdClassName
{
border-color: #76705D;
}
.TagClassName
{
border-color: #76705D;
}
</style>