Shades of Pablo #7B7459
Tints of Pablo #7B7459
RGB
CMYK
RGB Variations
Color information
#7B7459 (or 0x7B7459) is known color: Pablo. HEX triplet: 7B, 74 and 59. RGB value is (123,116,89). Sum of RGB (Red+Green+Blue) = 123+116+89=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7459 is #848BA6. Grayscale: #737373. Windows color (decimal): -8686503 or 5862523. OLE color: 5862523.
HSL color Cylindrical-coordinate representation of color #7B7459: hue angle of 47.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B7459 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 89 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.52 |
| HSL | 47.65º | 0.16% | 0.42% | - |
| HSV(B) | 47.65º | 0.28% | 0.48% | - |
| XYZ | 16.22 | 17.42 | 11.96 | - |
| YUV | 115.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 89 | 0 | 0.06 | 0.28 | 0.52 | 47.65 | 0.16 | 0.42 |
| Hex | 7B | 74 | 59 | 0 | 6 | 1C | 34 | 30 | 10 | 2A |
| Octal | 173 | 164 | 131 | 0 | 6 | 34 | 64 | 60 | 20 | 52 |
| Binary | 1111011 | 1110100 | 1011001 | 0 | 110 | 11100 | 110100 | 110000 | 10000 | 101010 |
Color Harmonies of #7B7459
Complementary color
Monochromatic Colors of #7B7459
Black with #7B7459
Text Example
Text Example
White with #7B7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7459; }
p { color: rgb(123,116,89); }
H1.HeaderClassName
{
color: #7B7459;
}
.AnyTagClassName
{
color: #7B7459;
}
</style>
background-color css
<style>
a { background-color: #7B7459; }
a { background-color: rgb(123,116,89); }
div.DivClassName
{
background-color: #7B7459;
}
.BgClassName
{
background-color: #7B7459;
}
</style>
border-color css
<style>
span { border-color: #7B7459; }
span { border-color: rgb(123,116,89); }
td.TdClassName
{
border-color: #7B7459;
}
.TagClassName
{
border-color: #7B7459;
}
</style>