Shades of Pablo #7E7556
Tints of Pablo #7E7556
RGB
CMYK
RGB Variations
Color information
#7E7556 (or 0x7E7556) is known color: Pablo. HEX triplet: 7E, 75 and 56. RGB value is (126,117,86). Sum of RGB (Red+Green+Blue) = 126+117+86=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7556 is #818AA9. Grayscale: #747474. Windows color (decimal): -8489642 or 5666174. OLE color: 5666174.
HSL color Cylindrical-coordinate representation of color #7E7556: hue angle of 46.5º 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 #7E7556 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 86 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.51 |
| HSL | 46.5º | 0.19% | 0.42% | - |
| HSV(B) | 46.5º | 0.32% | 0.49% | - |
| XYZ | 16.65 | 17.83 | 11.37 | - |
| YUV | 116.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 86 | 0 | 0.07 | 0.32 | 0.51 | 46.5 | 0.19 | 0.42 |
| Hex | 7E | 75 | 56 | 0 | 7 | 20 | 33 | 2E | 13 | 2A |
| Octal | 176 | 165 | 126 | 0 | 7 | 40 | 63 | 56 | 23 | 52 |
| Binary | 1111110 | 1110101 | 1010110 | 0 | 111 | 100000 | 110011 | 101110 | 10011 | 101010 |
Color Harmonies of #7E7556
Complementary color
Monochromatic Colors of #7E7556
Black with #7E7556
Text Example
Text Example
White with #7E7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7556; }
p { color: rgb(126,117,86); }
H1.HeaderClassName
{
color: #7E7556;
}
.AnyTagClassName
{
color: #7E7556;
}
</style>
background-color css
<style>
a { background-color: #7E7556; }
a { background-color: rgb(126,117,86); }
div.DivClassName
{
background-color: #7E7556;
}
.BgClassName
{
background-color: #7E7556;
}
</style>
border-color css
<style>
span { border-color: #7E7556; }
span { border-color: rgb(126,117,86); }
td.TdClassName
{
border-color: #7E7556;
}
.TagClassName
{
border-color: #7E7556;
}
</style>