Shades of Pablo #7C7560
Tints of Pablo #7C7560
RGB
CMYK
RGB Variations
Color information
#7C7560 (or 0x7C7560) is known color: Pablo. HEX triplet: 7C, 75 and 60. RGB value is (124,117,96). Sum of RGB (Red+Green+Blue) = 124+117+96=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7560 is #838A9F. Grayscale: #747474. Windows color (decimal): -8620704 or 6321532. OLE color: 6321532.
HSL color Cylindrical-coordinate representation of color #7C7560: hue angle of 45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C7560 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 96 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.51 |
| HSL | 45º | 0.13% | 0.43% | - |
| HSV(B) | 45º | 0.23% | 0.49% | - |
| XYZ | 16.78 | 17.85 | 13.63 | - |
| YUV | 116.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 96 | 0 | 0.06 | 0.23 | 0.51 | 45 | 0.13 | 0.43 |
| Hex | 7C | 75 | 60 | 0 | 6 | 17 | 33 | 2D | D | 2B |
| Octal | 174 | 165 | 140 | 0 | 6 | 27 | 63 | 55 | 15 | 53 |
| Binary | 1111100 | 1110101 | 1100000 | 0 | 110 | 10111 | 110011 | 101101 | 1101 | 101011 |
Color Harmonies of #7C7560
Complementary color
Monochromatic Colors of #7C7560
Black with #7C7560
Text Example
Text Example
White with #7C7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7560; }
p { color: rgb(124,117,96); }
H1.HeaderClassName
{
color: #7C7560;
}
.AnyTagClassName
{
color: #7C7560;
}
</style>
background-color css
<style>
a { background-color: #7C7560; }
a { background-color: rgb(124,117,96); }
div.DivClassName
{
background-color: #7C7560;
}
.BgClassName
{
background-color: #7C7560;
}
</style>
border-color css
<style>
span { border-color: #7C7560; }
span { border-color: rgb(124,117,96); }
td.TdClassName
{
border-color: #7C7560;
}
.TagClassName
{
border-color: #7C7560;
}
</style>