Shades of Pablo #7A7360
Tints of Pablo #7A7360
RGB
CMYK
RGB Variations
Color information
#7A7360 (or 0x7A7360) is known color: Pablo. HEX triplet: 7A, 73 and 60. RGB value is (122,115,96). Sum of RGB (Red+Green+Blue) = 122+115+96=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7360 is #858C9F. Grayscale: #737373. Windows color (decimal): -8752288 or 6321018. OLE color: 6321018.
HSL color Cylindrical-coordinate representation of color #7A7360: hue angle of 43.85º 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 #7A7360 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 96 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.52 |
| HSL | 43.85º | 0.12% | 0.43% | - |
| HSV(B) | 43.85º | 0.21% | 0.48% | - |
| XYZ | 16.27 | 17.24 | 13.54 | - |
| YUV | 114.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 96 | 0 | 0.06 | 0.21 | 0.52 | 43.85 | 0.12 | 0.43 |
| Hex | 7A | 73 | 60 | 0 | 6 | 15 | 34 | 2C | C | 2B |
| Octal | 172 | 163 | 140 | 0 | 6 | 25 | 64 | 54 | 14 | 53 |
| Binary | 1111010 | 1110011 | 1100000 | 0 | 110 | 10101 | 110100 | 101100 | 1100 | 101011 |
Color Harmonies of #7A7360
Complementary color
Monochromatic Colors of #7A7360
Black with #7A7360
Text Example
Text Example
White with #7A7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7360; }
p { color: rgb(122,115,96); }
H1.HeaderClassName
{
color: #7A7360;
}
.AnyTagClassName
{
color: #7A7360;
}
</style>
background-color css
<style>
a { background-color: #7A7360; }
a { background-color: rgb(122,115,96); }
div.DivClassName
{
background-color: #7A7360;
}
.BgClassName
{
background-color: #7A7360;
}
</style>
border-color css
<style>
span { border-color: #7A7360; }
span { border-color: rgb(122,115,96); }
td.TdClassName
{
border-color: #7A7360;
}
.TagClassName
{
border-color: #7A7360;
}
</style>