Shades of Pablo #7B6F5B
Tints of Pablo #7B6F5B
RGB
CMYK
RGB Variations
Color information
#7B6F5B (or 0x7B6F5B) is known color: Pablo. HEX triplet: 7B, 6F and 5B. RGB value is (123,111,91). Sum of RGB (Red+Green+Blue) = 123+111+91=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F5B is #8490A4. Grayscale: #707070. Windows color (decimal): -8687781 or 5992315. OLE color: 5992315.
HSL color Cylindrical-coordinate representation of color #7B6F5B: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B6F5B is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 91 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.52 |
| HSL | 37.5º | 0.15% | 0.42% | - |
| HSV(B) | 37.5º | 0.26% | 0.48% | - |
| XYZ | 15.74 | 16.34 | 12.22 | - |
| YUV | 112.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 91 | 0 | 0.10 | 0.26 | 0.52 | 37.5 | 0.15 | 0.42 |
| Hex | 7B | 6F | 5B | 0 | A | 1A | 34 | 26 | F | 2A |
| Octal | 173 | 157 | 133 | 0 | 12 | 32 | 64 | 46 | 17 | 52 |
| Binary | 1111011 | 1101111 | 1011011 | 0 | 1010 | 11010 | 110100 | 100110 | 1111 | 101010 |
Color Harmonies of #7B6F5B
Complementary color
Monochromatic Colors of #7B6F5B
Black with #7B6F5B
Text Example
Text Example
White with #7B6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F5B; }
p { color: rgb(123,111,91); }
H1.HeaderClassName
{
color: #7B6F5B;
}
.AnyTagClassName
{
color: #7B6F5B;
}
</style>
background-color css
<style>
a { background-color: #7B6F5B; }
a { background-color: rgb(123,111,91); }
div.DivClassName
{
background-color: #7B6F5B;
}
.BgClassName
{
background-color: #7B6F5B;
}
</style>
border-color css
<style>
span { border-color: #7B6F5B; }
span { border-color: rgb(123,111,91); }
td.TdClassName
{
border-color: #7B6F5B;
}
.TagClassName
{
border-color: #7B6F5B;
}
</style>