Shades of Pablo #7E7555
Tints of Pablo #7E7555
RGB
CMYK
RGB Variations
Color information
#7E7555 (or 0x7E7555) is known color: Pablo. HEX triplet: 7E, 75 and 55. RGB value is (126,117,85). Sum of RGB (Red+Green+Blue) = 126+117+85=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7555 is #818AAA. Grayscale: #747474. Windows color (decimal): -8489643 or 5600638. OLE color: 5600638.
HSL color Cylindrical-coordinate representation of color #7E7555: hue angle of 46.83º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E7555 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 85 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.51 |
| HSL | 46.83º | 0.19% | 0.41% | - |
| HSV(B) | 46.83º | 0.33% | 0.49% | - |
| XYZ | 16.61 | 17.81 | 11.16 | - |
| YUV | 116.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 85 | 0 | 0.07 | 0.33 | 0.51 | 46.83 | 0.19 | 0.41 |
| Hex | 7E | 75 | 55 | 0 | 7 | 21 | 33 | 2F | 13 | 29 |
| Octal | 176 | 165 | 125 | 0 | 7 | 41 | 63 | 57 | 23 | 51 |
| Binary | 1111110 | 1110101 | 1010101 | 0 | 111 | 100001 | 110011 | 101111 | 10011 | 101001 |
Color Harmonies of #7E7555
Complementary color
Monochromatic Colors of #7E7555
Black with #7E7555
Text Example
Text Example
White with #7E7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7555; }
p { color: rgb(126,117,85); }
H1.HeaderClassName
{
color: #7E7555;
}
.AnyTagClassName
{
color: #7E7555;
}
</style>
background-color css
<style>
a { background-color: #7E7555; }
a { background-color: rgb(126,117,85); }
div.DivClassName
{
background-color: #7E7555;
}
.BgClassName
{
background-color: #7E7555;
}
</style>
border-color css
<style>
span { border-color: #7E7555; }
span { border-color: rgb(126,117,85); }
td.TdClassName
{
border-color: #7E7555;
}
.TagClassName
{
border-color: #7E7555;
}
</style>