Shades of Pablo #756F60
Tints of Pablo #756F60
RGB
CMYK
RGB Variations
Color information
#756F60 (or 0x756F60) is known color: Pablo. HEX triplet: 75, 6F and 60. RGB value is (117,111,96). Sum of RGB (Red+Green+Blue) = 117+111+96=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F60 is #8A909F. Grayscale: #6F6F6F. Windows color (decimal): -9080992 or 6319989. OLE color: 6319989.
HSL color Cylindrical-coordinate representation of color #756F60: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756F60 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 96 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.54 |
| HSL | 42.86º | 0.1% | 0.42% | - |
| HSV(B) | 42.86º | 0.18% | 0.46% | - |
| XYZ | 15.13 | 16 | 13.36 | - |
| YUV | 111.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 96 | 0 | 0.05 | 0.18 | 0.54 | 42.86 | 0.1 | 0.42 |
| Hex | 75 | 6F | 60 | 0 | 5 | 12 | 36 | 2B | A | 2A |
| Octal | 165 | 157 | 140 | 0 | 5 | 22 | 66 | 53 | 12 | 52 |
| Binary | 1110101 | 1101111 | 1100000 | 0 | 101 | 10010 | 110110 | 101011 | 1010 | 101010 |
Color Harmonies of #756F60
Complementary color
Monochromatic Colors of #756F60
Black with #756F60
Text Example
Text Example
White with #756F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F60; }
p { color: rgb(117,111,96); }
H1.HeaderClassName
{
color: #756F60;
}
.AnyTagClassName
{
color: #756F60;
}
</style>
background-color css
<style>
a { background-color: #756F60; }
a { background-color: rgb(117,111,96); }
div.DivClassName
{
background-color: #756F60;
}
.BgClassName
{
background-color: #756F60;
}
</style>
border-color css
<style>
span { border-color: #756F60; }
span { border-color: rgb(117,111,96); }
td.TdClassName
{
border-color: #756F60;
}
.TagClassName
{
border-color: #756F60;
}
</style>