Shades of Pablo #7B7056
Tints of Pablo #7B7056
RGB
CMYK
RGB Variations
Color information
#7B7056 (or 0x7B7056) is known color: Pablo. HEX triplet: 7B, 70 and 56. RGB value is (123,112,86). Sum of RGB (Red+Green+Blue) = 123+112+86=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7056 is #848FA9. Grayscale: #707070. Windows color (decimal): -8687530 or 5664891. OLE color: 5664891.
HSL color Cylindrical-coordinate representation of color #7B7056: hue angle of 42.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B7056 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 86 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.52 |
| HSL | 42.16º | 0.18% | 0.41% | - |
| HSV(B) | 42.16º | 0.3% | 0.48% | - |
| XYZ | 15.64 | 16.47 | 11.16 | - |
| YUV | 112.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 86 | 0 | 0.09 | 0.30 | 0.52 | 42.16 | 0.18 | 0.41 |
| Hex | 7B | 70 | 56 | 0 | 9 | 1E | 34 | 2A | 12 | 29 |
| Octal | 173 | 160 | 126 | 0 | 11 | 36 | 64 | 52 | 22 | 51 |
| Binary | 1111011 | 1110000 | 1010110 | 0 | 1001 | 11110 | 110100 | 101010 | 10010 | 101001 |
Color Harmonies of #7B7056
Complementary color
Monochromatic Colors of #7B7056
Black with #7B7056
Text Example
Text Example
White with #7B7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7056; }
p { color: rgb(123,112,86); }
H1.HeaderClassName
{
color: #7B7056;
}
.AnyTagClassName
{
color: #7B7056;
}
</style>
background-color css
<style>
a { background-color: #7B7056; }
a { background-color: rgb(123,112,86); }
div.DivClassName
{
background-color: #7B7056;
}
.BgClassName
{
background-color: #7B7056;
}
</style>
border-color css
<style>
span { border-color: #7B7056; }
span { border-color: rgb(123,112,86); }
td.TdClassName
{
border-color: #7B7056;
}
.TagClassName
{
border-color: #7B7056;
}
</style>