Shades of Pablo #7E7456
Tints of Pablo #7E7456
RGB
CMYK
RGB Variations
Color information
#7E7456 (or 0x7E7456) is known color: Pablo. HEX triplet: 7E, 74 and 56. RGB value is (126,116,86). Sum of RGB (Red+Green+Blue) = 126+116+86=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7456 is #818BA9. Grayscale: #737373. Windows color (decimal): -8489898 or 5665918. OLE color: 5665918.
HSL color Cylindrical-coordinate representation of color #7E7456: hue angle of 45º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E7456 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 86 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.51 |
| HSL | 45º | 0.19% | 0.42% | - |
| HSV(B) | 45º | 0.32% | 0.49% | - |
| XYZ | 16.53 | 17.6 | 11.33 | - |
| YUV | 115.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 86 | 0 | 0.08 | 0.32 | 0.51 | 45 | 0.19 | 0.42 |
| Hex | 7E | 74 | 56 | 0 | 8 | 20 | 33 | 2D | 13 | 2A |
| Octal | 176 | 164 | 126 | 0 | 10 | 40 | 63 | 55 | 23 | 52 |
| Binary | 1111110 | 1110100 | 1010110 | 0 | 1000 | 100000 | 110011 | 101101 | 10011 | 101010 |
Color Harmonies of #7E7456
Complementary color
Monochromatic Colors of #7E7456
Black with #7E7456
Text Example
Text Example
White with #7E7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7456; }
p { color: rgb(126,116,86); }
H1.HeaderClassName
{
color: #7E7456;
}
.AnyTagClassName
{
color: #7E7456;
}
</style>
background-color css
<style>
a { background-color: #7E7456; }
a { background-color: rgb(126,116,86); }
div.DivClassName
{
background-color: #7E7456;
}
.BgClassName
{
background-color: #7E7456;
}
</style>
border-color css
<style>
span { border-color: #7E7456; }
span { border-color: rgb(126,116,86); }
td.TdClassName
{
border-color: #7E7456;
}
.TagClassName
{
border-color: #7E7456;
}
</style>