Shades of Pablo #7E735B
Tints of Pablo #7E735B
RGB
CMYK
RGB Variations
Color information
#7E735B (or 0x7E735B) is known color: Pablo. HEX triplet: 7E, 73 and 5B. RGB value is (126,115,91). Sum of RGB (Red+Green+Blue) = 126+115+91=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E735B is #818CA4. Grayscale: #737373. Windows color (decimal): -8490149 or 5993342. OLE color: 5993342.
HSL color Cylindrical-coordinate representation of color #7E735B: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E735B is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 91 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.51 |
| HSL | 41.14º | 0.16% | 0.43% | - |
| HSV(B) | 41.14º | 0.28% | 0.49% | - |
| XYZ | 16.62 | 17.45 | 12.39 | - |
| YUV | 115.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 91 | 0 | 0.09 | 0.28 | 0.51 | 41.14 | 0.16 | 0.43 |
| Hex | 7E | 73 | 5B | 0 | 9 | 1C | 33 | 29 | 10 | 2B |
| Octal | 176 | 163 | 133 | 0 | 11 | 34 | 63 | 51 | 20 | 53 |
| Binary | 1111110 | 1110011 | 1011011 | 0 | 1001 | 11100 | 110011 | 101001 | 10000 | 101011 |
Color Harmonies of #7E735B
Complementary color
Monochromatic Colors of #7E735B
Black with #7E735B
Text Example
Text Example
White with #7E735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E735B; }
p { color: rgb(126,115,91); }
H1.HeaderClassName
{
color: #7E735B;
}
.AnyTagClassName
{
color: #7E735B;
}
</style>
background-color css
<style>
a { background-color: #7E735B; }
a { background-color: rgb(126,115,91); }
div.DivClassName
{
background-color: #7E735B;
}
.BgClassName
{
background-color: #7E735B;
}
</style>
border-color css
<style>
span { border-color: #7E735B; }
span { border-color: rgb(126,115,91); }
td.TdClassName
{
border-color: #7E735B;
}
.TagClassName
{
border-color: #7E735B;
}
</style>