Shades of Pablo #7B7261
Tints of Pablo #7B7261
RGB
CMYK
RGB Variations
Color information
#7B7261 (or 0x7B7261) is known color: Pablo. HEX triplet: 7B, 72 and 61. RGB value is (123,114,97). Sum of RGB (Red+Green+Blue) = 123+114+97=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7261 is #848D9E. Grayscale: #727272. Windows color (decimal): -8687007 or 6386299. OLE color: 6386299.
HSL color Cylindrical-coordinate representation of color #7B7261: hue angle of 39.23º 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 #7B7261 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 97 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.52 |
| HSL | 39.23º | 0.12% | 0.43% | - |
| HSV(B) | 39.23º | 0.21% | 0.48% | - |
| XYZ | 16.34 | 17.11 | 13.75 | - |
| YUV | 114.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 97 | 0 | 0.07 | 0.21 | 0.52 | 39.23 | 0.12 | 0.43 |
| Hex | 7B | 72 | 61 | 0 | 7 | 15 | 34 | 27 | C | 2B |
| Octal | 173 | 162 | 141 | 0 | 7 | 25 | 64 | 47 | 14 | 53 |
| Binary | 1111011 | 1110010 | 1100001 | 0 | 111 | 10101 | 110100 | 100111 | 1100 | 101011 |
Color Harmonies of #7B7261
Complementary color
Monochromatic Colors of #7B7261
Black with #7B7261
Text Example
Text Example
White with #7B7261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7261; }
p { color: rgb(123,114,97); }
H1.HeaderClassName
{
color: #7B7261;
}
.AnyTagClassName
{
color: #7B7261;
}
</style>
background-color css
<style>
a { background-color: #7B7261; }
a { background-color: rgb(123,114,97); }
div.DivClassName
{
background-color: #7B7261;
}
.BgClassName
{
background-color: #7B7261;
}
</style>
border-color css
<style>
span { border-color: #7B7261; }
span { border-color: rgb(123,114,97); }
td.TdClassName
{
border-color: #7B7261;
}
.TagClassName
{
border-color: #7B7261;
}
</style>