Shades of Pablo #7C7259
Tints of Pablo #7C7259
RGB
CMYK
RGB Variations
Color information
#7C7259 (or 0x7C7259) is known color: Pablo. HEX triplet: 7C, 72 and 59. RGB value is (124,114,89). Sum of RGB (Red+Green+Blue) = 124+114+89=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7259 is #838DA6. Grayscale: #727272. Windows color (decimal): -8621479 or 5862012. OLE color: 5862012.
HSL color Cylindrical-coordinate representation of color #7C7259: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C7259 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 89 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.51 |
| HSL | 42.86º | 0.16% | 0.42% | - |
| HSV(B) | 42.86º | 0.28% | 0.49% | - |
| XYZ | 16.13 | 17.04 | 11.89 | - |
| YUV | 114.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 89 | 0 | 0.08 | 0.28 | 0.51 | 42.86 | 0.16 | 0.42 |
| Hex | 7C | 72 | 59 | 0 | 8 | 1C | 33 | 2B | 10 | 2A |
| Octal | 174 | 162 | 131 | 0 | 10 | 34 | 63 | 53 | 20 | 52 |
| Binary | 1111100 | 1110010 | 1011001 | 0 | 1000 | 11100 | 110011 | 101011 | 10000 | 101010 |
Color Harmonies of #7C7259
Complementary color
Monochromatic Colors of #7C7259
Black with #7C7259
Text Example
Text Example
White with #7C7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7259; }
p { color: rgb(124,114,89); }
H1.HeaderClassName
{
color: #7C7259;
}
.AnyTagClassName
{
color: #7C7259;
}
</style>
background-color css
<style>
a { background-color: #7C7259; }
a { background-color: rgb(124,114,89); }
div.DivClassName
{
background-color: #7C7259;
}
.BgClassName
{
background-color: #7C7259;
}
</style>
border-color css
<style>
span { border-color: #7C7259; }
span { border-color: rgb(124,114,89); }
td.TdClassName
{
border-color: #7C7259;
}
.TagClassName
{
border-color: #7C7259;
}
</style>