Shades of Pablo #7C6E56
Tints of Pablo #7C6E56
RGB
CMYK
RGB Variations
Color information
#7C6E56 (or 0x7C6E56) is known color: Pablo. HEX triplet: 7C, 6E and 56. RGB value is (124,110,86). Sum of RGB (Red+Green+Blue) = 124+110+86=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E56 is #8391A9. Grayscale: #6F6F6F. Windows color (decimal): -8622506 or 5664380. OLE color: 5664380.
HSL color Cylindrical-coordinate representation of color #7C6E56: hue angle of 37.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6E56 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 110 | 86 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.51 |
| HSL | 37.89º | 0.18% | 0.41% | - |
| HSV(B) | 37.89º | 0.31% | 0.49% | - |
| XYZ | 15.57 | 16.11 | 11.09 | - |
| YUV | 111.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 86 | 0 | 0.11 | 0.31 | 0.51 | 37.89 | 0.18 | 0.41 |
| Hex | 7C | 6E | 56 | 0 | B | 1F | 33 | 26 | 12 | 29 |
| Octal | 174 | 156 | 126 | 0 | 13 | 37 | 63 | 46 | 22 | 51 |
| Binary | 1111100 | 1101110 | 1010110 | 0 | 1011 | 11111 | 110011 | 100110 | 10010 | 101001 |
Color Harmonies of #7C6E56
Complementary color
Monochromatic Colors of #7C6E56
Black with #7C6E56
Text Example
Text Example
White with #7C6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6E56; }
p { color: rgb(124,110,86); }
H1.HeaderClassName
{
color: #7C6E56;
}
.AnyTagClassName
{
color: #7C6E56;
}
</style>
background-color css
<style>
a { background-color: #7C6E56; }
a { background-color: rgb(124,110,86); }
div.DivClassName
{
background-color: #7C6E56;
}
.BgClassName
{
background-color: #7C6E56;
}
</style>
border-color css
<style>
span { border-color: #7C6E56; }
span { border-color: rgb(124,110,86); }
td.TdClassName
{
border-color: #7C6E56;
}
.TagClassName
{
border-color: #7C6E56;
}
</style>