Shades of Pablo #7B7662
Tints of Pablo #7B7662
RGB
CMYK
RGB Variations
Color information
#7B7662 (or 0x7B7662) is known color: Pablo. HEX triplet: 7B, 76 and 62. RGB value is (123,118,98). Sum of RGB (Red+Green+Blue) = 123+118+98=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7662 is #84899D. Grayscale: #757575. Windows color (decimal): -8685982 or 6452859. OLE color: 6452859.
HSL color Cylindrical-coordinate representation of color #7B7662: hue angle of 48º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B7662 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 98 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.52 |
| HSL | 48º | 0.11% | 0.43% | - |
| HSV(B) | 48º | 0.2% | 0.48% | - |
| XYZ | 16.85 | 18.05 | 14.15 | - |
| YUV | 117.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 98 | 0 | 0.04 | 0.20 | 0.52 | 48 | 0.11 | 0.43 |
| Hex | 7B | 76 | 62 | 0 | 4 | 14 | 34 | 30 | B | 2B |
| Octal | 173 | 166 | 142 | 0 | 4 | 24 | 64 | 60 | 13 | 53 |
| Binary | 1111011 | 1110110 | 1100010 | 0 | 100 | 10100 | 110100 | 110000 | 1011 | 101011 |
Color Harmonies of #7B7662
Complementary color
Monochromatic Colors of #7B7662
Black with #7B7662
Text Example
Text Example
White with #7B7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7662; }
p { color: rgb(123,118,98); }
H1.HeaderClassName
{
color: #7B7662;
}
.AnyTagClassName
{
color: #7B7662;
}
</style>
background-color css
<style>
a { background-color: #7B7662; }
a { background-color: rgb(123,118,98); }
div.DivClassName
{
background-color: #7B7662;
}
.BgClassName
{
background-color: #7B7662;
}
</style>
border-color css
<style>
span { border-color: #7B7662; }
span { border-color: rgb(123,118,98); }
td.TdClassName
{
border-color: #7B7662;
}
.TagClassName
{
border-color: #7B7662;
}
</style>