Shades of Pablo #76705F
Tints of Pablo #76705F
RGB
CMYK
RGB Variations
Color information
#76705F (or 0x76705F) is known color: Pablo. HEX triplet: 76, 70 and 5F. RGB value is (118,112,95). Sum of RGB (Red+Green+Blue) = 118+112+95=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76705F is #898FA0. Grayscale: #6F6F6F. Windows color (decimal): -9015201 or 6254710. OLE color: 6254710.
HSL color Cylindrical-coordinate representation of color #76705F: hue angle of 44.35º 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 #76705F is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 95 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.54 |
| HSL | 44.35º | 0.11% | 0.42% | - |
| HSV(B) | 44.35º | 0.19% | 0.46% | - |
| XYZ | 15.33 | 16.27 | 13.16 | - |
| YUV | 111.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 95 | 0 | 0.05 | 0.19 | 0.54 | 44.35 | 0.11 | 0.42 |
| Hex | 76 | 70 | 5F | 0 | 5 | 13 | 36 | 2C | B | 2A |
| Octal | 166 | 160 | 137 | 0 | 5 | 23 | 66 | 54 | 13 | 52 |
| Binary | 1110110 | 1110000 | 1011111 | 0 | 101 | 10011 | 110110 | 101100 | 1011 | 101010 |
Color Harmonies of #76705F
Complementary color
Monochromatic Colors of #76705F
Black with #76705F
Text Example
Text Example
White with #76705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76705F; }
p { color: rgb(118,112,95); }
H1.HeaderClassName
{
color: #76705F;
}
.AnyTagClassName
{
color: #76705F;
}
</style>
background-color css
<style>
a { background-color: #76705F; }
a { background-color: rgb(118,112,95); }
div.DivClassName
{
background-color: #76705F;
}
.BgClassName
{
background-color: #76705F;
}
</style>
border-color css
<style>
span { border-color: #76705F; }
span { border-color: rgb(118,112,95); }
td.TdClassName
{
border-color: #76705F;
}
.TagClassName
{
border-color: #76705F;
}
</style>