Shades of Pablo #7B7158
Tints of Pablo #7B7158
RGB
CMYK
RGB Variations
Color information
#7B7158 (or 0x7B7158) is known color: Pablo. HEX triplet: 7B, 71 and 58. RGB value is (123,113,88). Sum of RGB (Red+Green+Blue) = 123+113+88=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7158 is #848EA7. Grayscale: #717171. Windows color (decimal): -8687272 or 5796219. OLE color: 5796219.
HSL color Cylindrical-coordinate representation of color #7B7158: hue angle of 42.86º 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 #7B7158 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 88 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.52 |
| HSL | 42.86º | 0.17% | 0.41% | - |
| HSV(B) | 42.86º | 0.28% | 0.48% | - |
| XYZ | 15.83 | 16.73 | 11.63 | - |
| YUV | 113.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 88 | 0 | 0.08 | 0.28 | 0.52 | 42.86 | 0.17 | 0.41 |
| Hex | 7B | 71 | 58 | 0 | 8 | 1C | 34 | 2B | 11 | 29 |
| Octal | 173 | 161 | 130 | 0 | 10 | 34 | 64 | 53 | 21 | 51 |
| Binary | 1111011 | 1110001 | 1011000 | 0 | 1000 | 11100 | 110100 | 101011 | 10001 | 101001 |
Color Harmonies of #7B7158
Complementary color
Monochromatic Colors of #7B7158
Black with #7B7158
Text Example
Text Example
White with #7B7158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7158; }
p { color: rgb(123,113,88); }
H1.HeaderClassName
{
color: #7B7158;
}
.AnyTagClassName
{
color: #7B7158;
}
</style>
background-color css
<style>
a { background-color: #7B7158; }
a { background-color: rgb(123,113,88); }
div.DivClassName
{
background-color: #7B7158;
}
.BgClassName
{
background-color: #7B7158;
}
</style>
border-color css
<style>
span { border-color: #7B7158; }
span { border-color: rgb(123,113,88); }
td.TdClassName
{
border-color: #7B7158;
}
.TagClassName
{
border-color: #7B7158;
}
</style>