Shades of Pablo #756F5D
Tints of Pablo #756F5D
RGB
CMYK
RGB Variations
Color information
#756F5D (or 0x756F5D) is known color: Pablo. HEX triplet: 75, 6F and 5D. RGB value is (117,111,93). Sum of RGB (Red+Green+Blue) = 117+111+93=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5D is #8A90A2. Grayscale: #6E6E6E. Windows color (decimal): -9080995 or 6123381. OLE color: 6123381.
HSL color Cylindrical-coordinate representation of color #756F5D: hue angle of 45º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756F5D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 93 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.54 |
| HSL | 45º | 0.11% | 0.41% | - |
| HSV(B) | 45º | 0.21% | 0.46% | - |
| XYZ | 15 | 15.94 | 12.64 | - |
| YUV | 110.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 93 | 0 | 0.05 | 0.21 | 0.54 | 45 | 0.11 | 0.41 |
| Hex | 75 | 6F | 5D | 0 | 5 | 15 | 36 | 2D | B | 29 |
| Octal | 165 | 157 | 135 | 0 | 5 | 25 | 66 | 55 | 13 | 51 |
| Binary | 1110101 | 1101111 | 1011101 | 0 | 101 | 10101 | 110110 | 101101 | 1011 | 101001 |
Color Harmonies of #756F5D
Complementary color
Monochromatic Colors of #756F5D
Black with #756F5D
Text Example
Text Example
White with #756F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F5D; }
p { color: rgb(117,111,93); }
H1.HeaderClassName
{
color: #756F5D;
}
.AnyTagClassName
{
color: #756F5D;
}
</style>
background-color css
<style>
a { background-color: #756F5D; }
a { background-color: rgb(117,111,93); }
div.DivClassName
{
background-color: #756F5D;
}
.BgClassName
{
background-color: #756F5D;
}
</style>
border-color css
<style>
span { border-color: #756F5D; }
span { border-color: rgb(117,111,93); }
td.TdClassName
{
border-color: #756F5D;
}
.TagClassName
{
border-color: #756F5D;
}
</style>