Shades of Pablo #7A725B
Tints of Pablo #7A725B
RGB
CMYK
RGB Variations
Color information
#7A725B (or 0x7A725B) is known color: Pablo. HEX triplet: 7A, 72 and 5B. RGB value is (122,114,91). Sum of RGB (Red+Green+Blue) = 122+114+91=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A725B is #858DA4. Grayscale: #717171. Windows color (decimal): -8752549 or 5993082. OLE color: 5993082.
HSL color Cylindrical-coordinate representation of color #7A725B: hue angle of 44.52º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A725B is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 91 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.52 |
| HSL | 44.52º | 0.15% | 0.42% | - |
| HSV(B) | 44.52º | 0.25% | 0.48% | - |
| XYZ | 15.93 | 16.93 | 12.33 | - |
| YUV | 113.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 91 | 0 | 0.07 | 0.25 | 0.52 | 44.52 | 0.15 | 0.42 |
| Hex | 7A | 72 | 5B | 0 | 7 | 19 | 34 | 2D | F | 2A |
| Octal | 172 | 162 | 133 | 0 | 7 | 31 | 64 | 55 | 17 | 52 |
| Binary | 1111010 | 1110010 | 1011011 | 0 | 111 | 11001 | 110100 | 101101 | 1111 | 101010 |
Color Harmonies of #7A725B
Complementary color
Monochromatic Colors of #7A725B
Black with #7A725B
Text Example
Text Example
White with #7A725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A725B; }
p { color: rgb(122,114,91); }
H1.HeaderClassName
{
color: #7A725B;
}
.AnyTagClassName
{
color: #7A725B;
}
</style>
background-color css
<style>
a { background-color: #7A725B; }
a { background-color: rgb(122,114,91); }
div.DivClassName
{
background-color: #7A725B;
}
.BgClassName
{
background-color: #7A725B;
}
</style>
border-color css
<style>
span { border-color: #7A725B; }
span { border-color: rgb(122,114,91); }
td.TdClassName
{
border-color: #7A725B;
}
.TagClassName
{
border-color: #7A725B;
}
</style>