Shades of Pablo #7C7460
Tints of Pablo #7C7460
RGB
CMYK
RGB Variations
Color information
#7C7460 (or 0x7C7460) is known color: Pablo. HEX triplet: 7C, 74 and 60. RGB value is (124,116,96). Sum of RGB (Red+Green+Blue) = 124+116+96=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7460 is #838B9F. Grayscale: #747474. Windows color (decimal): -8620960 or 6321276. OLE color: 6321276.
HSL color Cylindrical-coordinate representation of color #7C7460: hue angle of 42.86º 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 #7C7460 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 96 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.51 |
| HSL | 42.86º | 0.13% | 0.43% | - |
| HSV(B) | 42.86º | 0.23% | 0.49% | - |
| XYZ | 16.67 | 17.62 | 13.59 | - |
| YUV | 116.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 96 | 0 | 0.06 | 0.23 | 0.51 | 42.86 | 0.13 | 0.43 |
| Hex | 7C | 74 | 60 | 0 | 6 | 17 | 33 | 2B | D | 2B |
| Octal | 174 | 164 | 140 | 0 | 6 | 27 | 63 | 53 | 15 | 53 |
| Binary | 1111100 | 1110100 | 1100000 | 0 | 110 | 10111 | 110011 | 101011 | 1101 | 101011 |
Color Harmonies of #7C7460
Complementary color
Monochromatic Colors of #7C7460
Black with #7C7460
Text Example
Text Example
White with #7C7460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7460; }
p { color: rgb(124,116,96); }
H1.HeaderClassName
{
color: #7C7460;
}
.AnyTagClassName
{
color: #7C7460;
}
</style>
background-color css
<style>
a { background-color: #7C7460; }
a { background-color: rgb(124,116,96); }
div.DivClassName
{
background-color: #7C7460;
}
.BgClassName
{
background-color: #7C7460;
}
</style>
border-color css
<style>
span { border-color: #7C7460; }
span { border-color: rgb(124,116,96); }
td.TdClassName
{
border-color: #7C7460;
}
.TagClassName
{
border-color: #7C7460;
}
</style>