Shades of Pablo #7B7458
Tints of Pablo #7B7458
RGB
CMYK
RGB Variations
Color information
#7B7458 (or 0x7B7458) is known color: Pablo. HEX triplet: 7B, 74 and 58. RGB value is (123,116,88). Sum of RGB (Red+Green+Blue) = 123+116+88=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7458 is #848BA7. Grayscale: #737373. Windows color (decimal): -8686504 or 5796987. OLE color: 5796987.
HSL color Cylindrical-coordinate representation of color #7B7458: hue angle of 48º degrees, saturation: 0.17, 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 #7B7458 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 88 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.52 |
| HSL | 48º | 0.17% | 0.41% | - |
| HSV(B) | 48º | 0.28% | 0.48% | - |
| XYZ | 16.18 | 17.41 | 11.74 | - |
| YUV | 114.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 88 | 0 | 0.06 | 0.28 | 0.52 | 48 | 0.17 | 0.41 |
| Hex | 7B | 74 | 58 | 0 | 6 | 1C | 34 | 30 | 11 | 29 |
| Octal | 173 | 164 | 130 | 0 | 6 | 34 | 64 | 60 | 21 | 51 |
| Binary | 1111011 | 1110100 | 1011000 | 0 | 110 | 11100 | 110100 | 110000 | 10001 | 101001 |
Color Harmonies of #7B7458
Complementary color
Monochromatic Colors of #7B7458
Black with #7B7458
Text Example
Text Example
White with #7B7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7458; }
p { color: rgb(123,116,88); }
H1.HeaderClassName
{
color: #7B7458;
}
.AnyTagClassName
{
color: #7B7458;
}
</style>
background-color css
<style>
a { background-color: #7B7458; }
a { background-color: rgb(123,116,88); }
div.DivClassName
{
background-color: #7B7458;
}
.BgClassName
{
background-color: #7B7458;
}
</style>
border-color css
<style>
span { border-color: #7B7458; }
span { border-color: rgb(123,116,88); }
td.TdClassName
{
border-color: #7B7458;
}
.TagClassName
{
border-color: #7B7458;
}
</style>