Shades of Pablo #756F61
Tints of Pablo #756F61
RGB
CMYK
RGB Variations
Color information
#756F61 (or 0x756F61) is known color: Pablo. HEX triplet: 75, 6F and 61. RGB value is (117,111,97). Sum of RGB (Red+Green+Blue) = 117+111+97=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F61 is #8A909E. Grayscale: #6F6F6F. Windows color (decimal): -9080991 or 6385525. OLE color: 6385525.
HSL color Cylindrical-coordinate representation of color #756F61: hue angle of 42º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756F61 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 97 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.54 |
| HSL | 42º | 0.09% | 0.42% | - |
| HSV(B) | 42º | 0.17% | 0.46% | - |
| XYZ | 15.18 | 16.01 | 13.6 | - |
| YUV | 111.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 97 | 0 | 0.05 | 0.17 | 0.54 | 42 | 0.09 | 0.42 |
| Hex | 75 | 6F | 61 | 0 | 5 | 11 | 36 | 2A | 9 | 2A |
| Octal | 165 | 157 | 141 | 0 | 5 | 21 | 66 | 52 | 11 | 52 |
| Binary | 1110101 | 1101111 | 1100001 | 0 | 101 | 10001 | 110110 | 101010 | 1001 | 101010 |
Color Harmonies of #756F61
Complementary color
Monochromatic Colors of #756F61
Black with #756F61
Text Example
Text Example
White with #756F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F61; }
p { color: rgb(117,111,97); }
H1.HeaderClassName
{
color: #756F61;
}
.AnyTagClassName
{
color: #756F61;
}
</style>
background-color css
<style>
a { background-color: #756F61; }
a { background-color: rgb(117,111,97); }
div.DivClassName
{
background-color: #756F61;
}
.BgClassName
{
background-color: #756F61;
}
</style>
border-color css
<style>
span { border-color: #756F61; }
span { border-color: rgb(117,111,97); }
td.TdClassName
{
border-color: #756F61;
}
.TagClassName
{
border-color: #756F61;
}
</style>