Shades of Pablo #7B7156
Tints of Pablo #7B7156
RGB
CMYK
RGB Variations
Color information
#7B7156 (or 0x7B7156) is known color: Pablo. HEX triplet: 7B, 71 and 56. RGB value is (123,113,86). Sum of RGB (Red+Green+Blue) = 123+113+86=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7156 is #848EA9. Grayscale: #717171. Windows color (decimal): -8687274 or 5665147. OLE color: 5665147.
HSL color Cylindrical-coordinate representation of color #7B7156: hue angle of 43.78º 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 #7B7156 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 86 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.52 |
| HSL | 43.78º | 0.18% | 0.41% | - |
| HSV(B) | 43.78º | 0.3% | 0.48% | - |
| XYZ | 15.75 | 16.69 | 11.2 | - |
| YUV | 112.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 86 | 0 | 0.08 | 0.30 | 0.52 | 43.78 | 0.18 | 0.41 |
| Hex | 7B | 71 | 56 | 0 | 8 | 1E | 34 | 2C | 12 | 29 |
| Octal | 173 | 161 | 126 | 0 | 10 | 36 | 64 | 54 | 22 | 51 |
| Binary | 1111011 | 1110001 | 1010110 | 0 | 1000 | 11110 | 110100 | 101100 | 10010 | 101001 |
Color Harmonies of #7B7156
Complementary color
Monochromatic Colors of #7B7156
Black with #7B7156
Text Example
Text Example
White with #7B7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7156; }
p { color: rgb(123,113,86); }
H1.HeaderClassName
{
color: #7B7156;
}
.AnyTagClassName
{
color: #7B7156;
}
</style>
background-color css
<style>
a { background-color: #7B7156; }
a { background-color: rgb(123,113,86); }
div.DivClassName
{
background-color: #7B7156;
}
.BgClassName
{
background-color: #7B7156;
}
</style>
border-color css
<style>
span { border-color: #7B7156; }
span { border-color: rgb(123,113,86); }
td.TdClassName
{
border-color: #7B7156;
}
.TagClassName
{
border-color: #7B7156;
}
</style>