Shades of Pablo #756F63
Tints of Pablo #756F63
RGB
CMYK
RGB Variations
Color information
#756F63 (or 0x756F63) is known color: Pablo. HEX triplet: 75, 6F and 63. RGB value is (117,111,99). Sum of RGB (Red+Green+Blue) = 117+111+99=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F63 is #8A909C. Grayscale: #6F6F6F. Windows color (decimal): -9080989 or 6516597. OLE color: 6516597.
HSL color Cylindrical-coordinate representation of color #756F63: hue angle of 40º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756F63 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 99 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.54 |
| HSL | 40º | 0.08% | 0.42% | - |
| HSV(B) | 40º | 0.15% | 0.46% | - |
| XYZ | 15.27 | 16.05 | 14.1 | - |
| YUV | 111.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 99 | 0 | 0.05 | 0.15 | 0.54 | 40 | 0.08 | 0.42 |
| Hex | 75 | 6F | 63 | 0 | 5 | F | 36 | 28 | 8 | 2A |
| Octal | 165 | 157 | 143 | 0 | 5 | 17 | 66 | 50 | 10 | 52 |
| Binary | 1110101 | 1101111 | 1100011 | 0 | 101 | 1111 | 110110 | 101000 | 1000 | 101010 |
Color Harmonies of #756F63
Complementary color
Monochromatic Colors of #756F63
Black with #756F63
Text Example
Text Example
White with #756F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F63; }
p { color: rgb(117,111,99); }
H1.HeaderClassName
{
color: #756F63;
}
.AnyTagClassName
{
color: #756F63;
}
</style>
background-color css
<style>
a { background-color: #756F63; }
a { background-color: rgb(117,111,99); }
div.DivClassName
{
background-color: #756F63;
}
.BgClassName
{
background-color: #756F63;
}
</style>
border-color css
<style>
span { border-color: #756F63; }
span { border-color: rgb(117,111,99); }
td.TdClassName
{
border-color: #756F63;
}
.TagClassName
{
border-color: #756F63;
}
</style>