Shades of Pablo #7E745B
Tints of Pablo #7E745B
RGB
CMYK
RGB Variations
Color information
#7E745B (or 0x7E745B) is known color: Pablo. HEX triplet: 7E, 74 and 5B. RGB value is (126,116,91). Sum of RGB (Red+Green+Blue) = 126+116+91=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E745B is #818BA4. Grayscale: #747474. Windows color (decimal): -8489893 or 5993598. OLE color: 5993598.
HSL color Cylindrical-coordinate representation of color #7E745B: hue angle of 42.86º 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 #7E745B is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 91 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.51 |
| HSL | 42.86º | 0.16% | 0.43% | - |
| HSV(B) | 42.86º | 0.28% | 0.49% | - |
| XYZ | 16.74 | 17.68 | 12.43 | - |
| YUV | 116.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 91 | 0 | 0.08 | 0.28 | 0.51 | 42.86 | 0.16 | 0.43 |
| Hex | 7E | 74 | 5B | 0 | 8 | 1C | 33 | 2B | 10 | 2B |
| Octal | 176 | 164 | 133 | 0 | 10 | 34 | 63 | 53 | 20 | 53 |
| Binary | 1111110 | 1110100 | 1011011 | 0 | 1000 | 11100 | 110011 | 101011 | 10000 | 101011 |
Color Harmonies of #7E745B
Complementary color
Monochromatic Colors of #7E745B
Black with #7E745B
Text Example
Text Example
White with #7E745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E745B; }
p { color: rgb(126,116,91); }
H1.HeaderClassName
{
color: #7E745B;
}
.AnyTagClassName
{
color: #7E745B;
}
</style>
background-color css
<style>
a { background-color: #7E745B; }
a { background-color: rgb(126,116,91); }
div.DivClassName
{
background-color: #7E745B;
}
.BgClassName
{
background-color: #7E745B;
}
</style>
border-color css
<style>
span { border-color: #7E745B; }
span { border-color: rgb(126,116,91); }
td.TdClassName
{
border-color: #7E745B;
}
.TagClassName
{
border-color: #7E745B;
}
</style>