Shades of Pablo #7A7560
Tints of Pablo #7A7560
RGB
CMYK
RGB Variations
Color information
#7A7560 (or 0x7A7560) is known color: Pablo. HEX triplet: 7A, 75 and 60. RGB value is (122,117,96). Sum of RGB (Red+Green+Blue) = 122+117+96=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7560 is #858A9F. Grayscale: #747474. Windows color (decimal): -8751776 or 6321530. OLE color: 6321530.
HSL color Cylindrical-coordinate representation of color #7A7560: hue angle of 48.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7560 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 96 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.52 |
| HSL | 48.46º | 0.12% | 0.43% | - |
| HSV(B) | 48.46º | 0.21% | 0.48% | - |
| XYZ | 16.5 | 17.7 | 13.61 | - |
| YUV | 116.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 96 | 0 | 0.04 | 0.21 | 0.52 | 48.46 | 0.12 | 0.43 |
| Hex | 7A | 75 | 60 | 0 | 4 | 15 | 34 | 30 | C | 2B |
| Octal | 172 | 165 | 140 | 0 | 4 | 25 | 64 | 60 | 14 | 53 |
| Binary | 1111010 | 1110101 | 1100000 | 0 | 100 | 10101 | 110100 | 110000 | 1100 | 101011 |
Color Harmonies of #7A7560
Complementary color
Monochromatic Colors of #7A7560
Black with #7A7560
Text Example
Text Example
White with #7A7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7560; }
p { color: rgb(122,117,96); }
H1.HeaderClassName
{
color: #7A7560;
}
.AnyTagClassName
{
color: #7A7560;
}
</style>
background-color css
<style>
a { background-color: #7A7560; }
a { background-color: rgb(122,117,96); }
div.DivClassName
{
background-color: #7A7560;
}
.BgClassName
{
background-color: #7A7560;
}
</style>
border-color css
<style>
span { border-color: #7A7560; }
span { border-color: rgb(122,117,96); }
td.TdClassName
{
border-color: #7A7560;
}
.TagClassName
{
border-color: #7A7560;
}
</style>