Shades of Pablo #756E5C
Tints of Pablo #756E5C
RGB
CMYK
RGB Variations
Color information
#756E5C (or 0x756E5C) is known color: Pablo. HEX triplet: 75, 6E and 5C. RGB value is (117,110,92). Sum of RGB (Red+Green+Blue) = 117+110+92=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E5C is #8A91A3. Grayscale: #6E6E6E. Windows color (decimal): -9081252 or 6057589. OLE color: 6057589.
HSL color Cylindrical-coordinate representation of color #756E5C: hue angle of 43.2º degrees, saturation: 0.12, 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 #756E5C is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 92 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.54 |
| HSL | 43.2º | 0.12% | 0.41% | - |
| HSV(B) | 43.2º | 0.21% | 0.46% | - |
| XYZ | 14.84 | 15.71 | 12.37 | - |
| YUV | 110.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 92 | 0 | 0.06 | 0.21 | 0.54 | 43.2 | 0.12 | 0.41 |
| Hex | 75 | 6E | 5C | 0 | 6 | 15 | 36 | 2B | C | 29 |
| Octal | 165 | 156 | 134 | 0 | 6 | 25 | 66 | 53 | 14 | 51 |
| Binary | 1110101 | 1101110 | 1011100 | 0 | 110 | 10101 | 110110 | 101011 | 1100 | 101001 |
Color Harmonies of #756E5C
Complementary color
Monochromatic Colors of #756E5C
Black with #756E5C
Text Example
Text Example
White with #756E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E5C; }
p { color: rgb(117,110,92); }
H1.HeaderClassName
{
color: #756E5C;
}
.AnyTagClassName
{
color: #756E5C;
}
</style>
background-color css
<style>
a { background-color: #756E5C; }
a { background-color: rgb(117,110,92); }
div.DivClassName
{
background-color: #756E5C;
}
.BgClassName
{
background-color: #756E5C;
}
</style>
border-color css
<style>
span { border-color: #756E5C; }
span { border-color: rgb(117,110,92); }
td.TdClassName
{
border-color: #756E5C;
}
.TagClassName
{
border-color: #756E5C;
}
</style>