Shades of Pablo #7A7358
Tints of Pablo #7A7358
RGB
CMYK
RGB Variations
Color information
#7A7358 (or 0x7A7358) is known color: Pablo. HEX triplet: 7A, 73 and 58. RGB value is (122,115,88). Sum of RGB (Red+Green+Blue) = 122+115+88=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7358 is #858CA7. Grayscale: #727272. Windows color (decimal): -8752296 or 5796730. OLE color: 5796730.
HSL color Cylindrical-coordinate representation of color #7A7358: hue angle of 47.65º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7358 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 88 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.52 |
| HSL | 47.65º | 0.16% | 0.41% | - |
| HSV(B) | 47.65º | 0.28% | 0.48% | - |
| XYZ | 15.92 | 17.1 | 11.69 | - |
| YUV | 114.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 88 | 0 | 0.06 | 0.28 | 0.52 | 47.65 | 0.16 | 0.41 |
| Hex | 7A | 73 | 58 | 0 | 6 | 1C | 34 | 30 | 10 | 29 |
| Octal | 172 | 163 | 130 | 0 | 6 | 34 | 64 | 60 | 20 | 51 |
| Binary | 1111010 | 1110011 | 1011000 | 0 | 110 | 11100 | 110100 | 110000 | 10000 | 101001 |
Color Harmonies of #7A7358
Complementary color
Monochromatic Colors of #7A7358
Black with #7A7358
Text Example
Text Example
White with #7A7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7358; }
p { color: rgb(122,115,88); }
H1.HeaderClassName
{
color: #7A7358;
}
.AnyTagClassName
{
color: #7A7358;
}
</style>
background-color css
<style>
a { background-color: #7A7358; }
a { background-color: rgb(122,115,88); }
div.DivClassName
{
background-color: #7A7358;
}
.BgClassName
{
background-color: #7A7358;
}
</style>
border-color css
<style>
span { border-color: #7A7358; }
span { border-color: rgb(122,115,88); }
td.TdClassName
{
border-color: #7A7358;
}
.TagClassName
{
border-color: #7A7358;
}
</style>