Shades of Pablo #756C5A
Tints of Pablo #756C5A
RGB
CMYK
RGB Variations
Color information
#756C5A (or 0x756C5A) is known color: Pablo. HEX triplet: 75, 6C and 5A. RGB value is (117,108,90). Sum of RGB (Red+Green+Blue) = 117+108+90=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C5A is #8A93A5. Grayscale: #6C6C6C. Windows color (decimal): -9081766 or 5926005. OLE color: 5926005.
HSL color Cylindrical-coordinate representation of color #756C5A: hue angle of 40º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756C5A is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 90 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.54 |
| HSL | 40º | 0.13% | 0.41% | - |
| HSV(B) | 40º | 0.23% | 0.46% | - |
| XYZ | 14.54 | 15.25 | 11.85 | - |
| YUV | 108.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 90 | 0 | 0.08 | 0.23 | 0.54 | 40 | 0.13 | 0.41 |
| Hex | 75 | 6C | 5A | 0 | 8 | 17 | 36 | 28 | D | 29 |
| Octal | 165 | 154 | 132 | 0 | 10 | 27 | 66 | 50 | 15 | 51 |
| Binary | 1110101 | 1101100 | 1011010 | 0 | 1000 | 10111 | 110110 | 101000 | 1101 | 101001 |
Color Harmonies of #756C5A
Complementary color
Monochromatic Colors of #756C5A
Black with #756C5A
Text Example
Text Example
White with #756C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C5A; }
p { color: rgb(117,108,90); }
H1.HeaderClassName
{
color: #756C5A;
}
.AnyTagClassName
{
color: #756C5A;
}
</style>
background-color css
<style>
a { background-color: #756C5A; }
a { background-color: rgb(117,108,90); }
div.DivClassName
{
background-color: #756C5A;
}
.BgClassName
{
background-color: #756C5A;
}
</style>
border-color css
<style>
span { border-color: #756C5A; }
span { border-color: rgb(117,108,90); }
td.TdClassName
{
border-color: #756C5A;
}
.TagClassName
{
border-color: #756C5A;
}
</style>