Shades of Pablo #756D59
Tints of Pablo #756D59
RGB
CMYK
RGB Variations
Color information
#756D59 (or 0x756D59) is known color: Pablo. HEX triplet: 75, 6D and 59. RGB value is (117,109,89). Sum of RGB (Red+Green+Blue) = 117+109+89=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D59 is #8A92A6. Grayscale: #6D6D6D. Windows color (decimal): -9081511 or 5860725. OLE color: 5860725.
HSL color Cylindrical-coordinate representation of color #756D59: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756D59 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 89 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.54 |
| HSL | 42.86º | 0.14% | 0.4% | - |
| HSV(B) | 42.86º | 0.24% | 0.46% | - |
| XYZ | 14.61 | 15.44 | 11.66 | - |
| YUV | 109.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 89 | 0 | 0.07 | 0.24 | 0.54 | 42.86 | 0.14 | 0.4 |
| Hex | 75 | 6D | 59 | 0 | 7 | 18 | 36 | 2B | E | 28 |
| Octal | 165 | 155 | 131 | 0 | 7 | 30 | 66 | 53 | 16 | 50 |
| Binary | 1110101 | 1101101 | 1011001 | 0 | 111 | 11000 | 110110 | 101011 | 1110 | 101000 |
Color Harmonies of #756D59
Complementary color
Monochromatic Colors of #756D59
Black with #756D59
Text Example
Text Example
White with #756D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D59; }
p { color: rgb(117,109,89); }
H1.HeaderClassName
{
color: #756D59;
}
.AnyTagClassName
{
color: #756D59;
}
</style>
background-color css
<style>
a { background-color: #756D59; }
a { background-color: rgb(117,109,89); }
div.DivClassName
{
background-color: #756D59;
}
.BgClassName
{
background-color: #756D59;
}
</style>
border-color css
<style>
span { border-color: #756D59; }
span { border-color: rgb(117,109,89); }
td.TdClassName
{
border-color: #756D59;
}
.TagClassName
{
border-color: #756D59;
}
</style>