Shades of Pablo #7B7361
Tints of Pablo #7B7361
RGB
CMYK
RGB Variations
Color information
#7B7361 (or 0x7B7361) is known color: Pablo. HEX triplet: 7B, 73 and 61. RGB value is (123,115,97). Sum of RGB (Red+Green+Blue) = 123+115+97=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7361 is #848C9E. Grayscale: #737373. Windows color (decimal): -8686751 or 6386555. OLE color: 6386555.
HSL color Cylindrical-coordinate representation of color #7B7361: hue angle of 41.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7361 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 97 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.52 |
| HSL | 41.54º | 0.12% | 0.43% | - |
| HSV(B) | 41.54º | 0.21% | 0.48% | - |
| XYZ | 16.46 | 17.34 | 13.79 | - |
| YUV | 115.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 97 | 0 | 0.07 | 0.21 | 0.52 | 41.54 | 0.12 | 0.43 |
| Hex | 7B | 73 | 61 | 0 | 7 | 15 | 34 | 2A | C | 2B |
| Octal | 173 | 163 | 141 | 0 | 7 | 25 | 64 | 52 | 14 | 53 |
| Binary | 1111011 | 1110011 | 1100001 | 0 | 111 | 10101 | 110100 | 101010 | 1100 | 101011 |
Color Harmonies of #7B7361
Complementary color
Monochromatic Colors of #7B7361
Black with #7B7361
Text Example
Text Example
White with #7B7361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7361; }
p { color: rgb(123,115,97); }
H1.HeaderClassName
{
color: #7B7361;
}
.AnyTagClassName
{
color: #7B7361;
}
</style>
background-color css
<style>
a { background-color: #7B7361; }
a { background-color: rgb(123,115,97); }
div.DivClassName
{
background-color: #7B7361;
}
.BgClassName
{
background-color: #7B7361;
}
</style>
border-color css
<style>
span { border-color: #7B7361; }
span { border-color: rgb(123,115,97); }
td.TdClassName
{
border-color: #7B7361;
}
.TagClassName
{
border-color: #7B7361;
}
</style>