Shades of Pablo #7C7157
Tints of Pablo #7C7157
RGB
CMYK
RGB Variations
Color information
#7C7157 (or 0x7C7157) is known color: Pablo. HEX triplet: 7C, 71 and 57. RGB value is (124,113,87). Sum of RGB (Red+Green+Blue) = 124+113+87=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7157 is #838EA8. Grayscale: #717171. Windows color (decimal): -8621737 or 5730684. OLE color: 5730684.
HSL color Cylindrical-coordinate representation of color #7C7157: hue angle of 42.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C7157 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 87 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.51 |
| HSL | 42.16º | 0.18% | 0.41% | - |
| HSV(B) | 42.16º | 0.3% | 0.49% | - |
| XYZ | 15.94 | 16.78 | 11.42 | - |
| YUV | 113.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 87 | 0 | 0.09 | 0.30 | 0.51 | 42.16 | 0.18 | 0.41 |
| Hex | 7C | 71 | 57 | 0 | 9 | 1E | 33 | 2A | 12 | 29 |
| Octal | 174 | 161 | 127 | 0 | 11 | 36 | 63 | 52 | 22 | 51 |
| Binary | 1111100 | 1110001 | 1010111 | 0 | 1001 | 11110 | 110011 | 101010 | 10010 | 101001 |
Color Harmonies of #7C7157
Complementary color
Monochromatic Colors of #7C7157
Black with #7C7157
Text Example
Text Example
White with #7C7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7157; }
p { color: rgb(124,113,87); }
H1.HeaderClassName
{
color: #7C7157;
}
.AnyTagClassName
{
color: #7C7157;
}
</style>
background-color css
<style>
a { background-color: #7C7157; }
a { background-color: rgb(124,113,87); }
div.DivClassName
{
background-color: #7C7157;
}
.BgClassName
{
background-color: #7C7157;
}
</style>
border-color css
<style>
span { border-color: #7C7157; }
span { border-color: rgb(124,113,87); }
td.TdClassName
{
border-color: #7C7157;
}
.TagClassName
{
border-color: #7C7157;
}
</style>