Shades of Pablo #7C7057
Tints of Pablo #7C7057
RGB
CMYK
RGB Variations
Color information
#7C7057 (or 0x7C7057) is known color: Pablo. HEX triplet: 7C, 70 and 57. RGB value is (124,112,87). Sum of RGB (Red+Green+Blue) = 124+112+87=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7057 is #838FA8. Grayscale: #707070. Windows color (decimal): -8621993 or 5730428. OLE color: 5730428.
HSL color Cylindrical-coordinate representation of color #7C7057: hue angle of 40.54º 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 #7C7057 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 87 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.51 |
| HSL | 40.54º | 0.18% | 0.41% | - |
| HSV(B) | 40.54º | 0.3% | 0.49% | - |
| XYZ | 15.83 | 16.56 | 11.38 | - |
| YUV | 112.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 87 | 0 | 0.10 | 0.30 | 0.51 | 40.54 | 0.18 | 0.41 |
| Hex | 7C | 70 | 57 | 0 | A | 1E | 33 | 29 | 12 | 29 |
| Octal | 174 | 160 | 127 | 0 | 12 | 36 | 63 | 51 | 22 | 51 |
| Binary | 1111100 | 1110000 | 1010111 | 0 | 1010 | 11110 | 110011 | 101001 | 10010 | 101001 |
Color Harmonies of #7C7057
Complementary color
Monochromatic Colors of #7C7057
Black with #7C7057
Text Example
Text Example
White with #7C7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7057; }
p { color: rgb(124,112,87); }
H1.HeaderClassName
{
color: #7C7057;
}
.AnyTagClassName
{
color: #7C7057;
}
</style>
background-color css
<style>
a { background-color: #7C7057; }
a { background-color: rgb(124,112,87); }
div.DivClassName
{
background-color: #7C7057;
}
.BgClassName
{
background-color: #7C7057;
}
</style>
border-color css
<style>
span { border-color: #7C7057; }
span { border-color: rgb(124,112,87); }
td.TdClassName
{
border-color: #7C7057;
}
.TagClassName
{
border-color: #7C7057;
}
</style>