Shades of Pablo #756F5C
Tints of Pablo #756F5C
RGB
CMYK
RGB Variations
Color information
#756F5C (or 0x756F5C) is known color: Pablo. HEX triplet: 75, 6F and 5C. RGB value is (117,111,92). Sum of RGB (Red+Green+Blue) = 117+111+92=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5C is #8A90A3. Grayscale: #6E6E6E. Windows color (decimal): -9080996 or 6057845. OLE color: 6057845.
HSL color Cylindrical-coordinate representation of color #756F5C: hue angle of 45.6º 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 #756F5C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 92 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.54 |
| HSL | 45.6º | 0.12% | 0.41% | - |
| HSV(B) | 45.6º | 0.21% | 0.46% | - |
| XYZ | 14.95 | 15.92 | 12.41 | - |
| YUV | 110.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 92 | 0 | 0.05 | 0.21 | 0.54 | 45.6 | 0.12 | 0.41 |
| Hex | 75 | 6F | 5C | 0 | 5 | 15 | 36 | 2E | C | 29 |
| Octal | 165 | 157 | 134 | 0 | 5 | 25 | 66 | 56 | 14 | 51 |
| Binary | 1110101 | 1101111 | 1011100 | 0 | 101 | 10101 | 110110 | 101110 | 1100 | 101001 |
Color Harmonies of #756F5C
Complementary color
Monochromatic Colors of #756F5C
Black with #756F5C
Text Example
Text Example
White with #756F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F5C; }
p { color: rgb(117,111,92); }
H1.HeaderClassName
{
color: #756F5C;
}
.AnyTagClassName
{
color: #756F5C;
}
</style>
background-color css
<style>
a { background-color: #756F5C; }
a { background-color: rgb(117,111,92); }
div.DivClassName
{
background-color: #756F5C;
}
.BgClassName
{
background-color: #756F5C;
}
</style>
border-color css
<style>
span { border-color: #756F5C; }
span { border-color: rgb(117,111,92); }
td.TdClassName
{
border-color: #756F5C;
}
.TagClassName
{
border-color: #756F5C;
}
</style>