Shades of Pablo #7B6F56
Tints of Pablo #7B6F56
RGB
CMYK
RGB Variations
Color information
#7B6F56 (or 0x7B6F56) is known color: Pablo. HEX triplet: 7B, 6F and 56. RGB value is (123,111,86). Sum of RGB (Red+Green+Blue) = 123+111+86=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F56 is #8490A9. Grayscale: #6F6F6F. Windows color (decimal): -8687786 or 5664635. OLE color: 5664635.
HSL color Cylindrical-coordinate representation of color #7B6F56: hue angle of 40.54º 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 #7B6F56 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 86 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.52 |
| HSL | 40.54º | 0.18% | 0.41% | - |
| HSV(B) | 40.54º | 0.3% | 0.48% | - |
| XYZ | 15.53 | 16.25 | 11.12 | - |
| YUV | 111.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 86 | 0 | 0.10 | 0.30 | 0.52 | 40.54 | 0.18 | 0.41 |
| Hex | 7B | 6F | 56 | 0 | A | 1E | 34 | 29 | 12 | 29 |
| Octal | 173 | 157 | 126 | 0 | 12 | 36 | 64 | 51 | 22 | 51 |
| Binary | 1111011 | 1101111 | 1010110 | 0 | 1010 | 11110 | 110100 | 101001 | 10010 | 101001 |
Color Harmonies of #7B6F56
Complementary color
Monochromatic Colors of #7B6F56
Black with #7B6F56
Text Example
Text Example
White with #7B6F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F56; }
p { color: rgb(123,111,86); }
H1.HeaderClassName
{
color: #7B6F56;
}
.AnyTagClassName
{
color: #7B6F56;
}
</style>
background-color css
<style>
a { background-color: #7B6F56; }
a { background-color: rgb(123,111,86); }
div.DivClassName
{
background-color: #7B6F56;
}
.BgClassName
{
background-color: #7B6F56;
}
</style>
border-color css
<style>
span { border-color: #7B6F56; }
span { border-color: rgb(123,111,86); }
td.TdClassName
{
border-color: #7B6F56;
}
.TagClassName
{
border-color: #7B6F56;
}
</style>