Shades of Pablo #7B6E55
Tints of Pablo #7B6E55
RGB
CMYK
RGB Variations
Color information
#7B6E55 (or 0x7B6E55) is known color: Pablo. HEX triplet: 7B, 6E and 55. RGB value is (123,110,85). Sum of RGB (Red+Green+Blue) = 123+110+85=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E55 is #8491AA. Grayscale: #6F6F6F. Windows color (decimal): -8688043 or 5598843. OLE color: 5598843.
HSL color Cylindrical-coordinate representation of color #7B6E55: hue angle of 39.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6E55 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 110 | 85 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.52 |
| HSL | 39.47º | 0.18% | 0.41% | - |
| HSV(B) | 39.47º | 0.31% | 0.48% | - |
| XYZ | 15.38 | 16.02 | 10.88 | - |
| YUV | 111.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 85 | 0 | 0.11 | 0.31 | 0.52 | 39.47 | 0.18 | 0.41 |
| Hex | 7B | 6E | 55 | 0 | B | 1F | 34 | 27 | 12 | 29 |
| Octal | 173 | 156 | 125 | 0 | 13 | 37 | 64 | 47 | 22 | 51 |
| Binary | 1111011 | 1101110 | 1010101 | 0 | 1011 | 11111 | 110100 | 100111 | 10010 | 101001 |
Color Harmonies of #7B6E55
Complementary color
Monochromatic Colors of #7B6E55
Black with #7B6E55
Text Example
Text Example
White with #7B6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E55; }
p { color: rgb(123,110,85); }
H1.HeaderClassName
{
color: #7B6E55;
}
.AnyTagClassName
{
color: #7B6E55;
}
</style>
background-color css
<style>
a { background-color: #7B6E55; }
a { background-color: rgb(123,110,85); }
div.DivClassName
{
background-color: #7B6E55;
}
.BgClassName
{
background-color: #7B6E55;
}
</style>
border-color css
<style>
span { border-color: #7B6E55; }
span { border-color: rgb(123,110,85); }
td.TdClassName
{
border-color: #7B6E55;
}
.TagClassName
{
border-color: #7B6E55;
}
</style>