Shades of Cigar #7E5036
Tints of Cigar #7E5036
RGB
CMYK
RGB Variations
Color information
#7E5036 (or 0x7E5036) is known color: Cigar. HEX triplet: 7E, 50 and 36. RGB value is (126,80,54). Sum of RGB (Red+Green+Blue) = 126+80+54=260 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5036 is #81AFC9. Grayscale: #5A5A5A. Windows color (decimal): -8499146 or 3559550. OLE color: 3559550.
HSL color Cylindrical-coordinate representation of color #7E5036: hue angle of 21.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5036 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 54 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.51 |
| HSL | 21.67º | 0.4% | 0.35% | - |
| HSV(B) | 21.67º | 0.57% | 0.49% | - |
| XYZ | 12.14 | 10.44 | 4.87 | - |
| YUV | 90.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 54 | 0 | 0.37 | 0.57 | 0.51 | 21.67 | 0.4 | 0.35 |
| Hex | 7E | 50 | 36 | 0 | 25 | 39 | 33 | 16 | 28 | 23 |
| Octal | 176 | 120 | 66 | 0 | 45 | 71 | 63 | 26 | 50 | 43 |
| Binary | 1111110 | 1010000 | 110110 | 0 | 100101 | 111001 | 110011 | 10110 | 101000 | 100011 |
Color Harmonies of #7E5036
Complementary color
Monochromatic Colors of #7E5036
Black with #7E5036
Text Example
Text Example
White with #7E5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5036; }
p { color: rgb(126,80,54); }
H1.HeaderClassName
{
color: #7E5036;
}
.AnyTagClassName
{
color: #7E5036;
}
</style>
background-color css
<style>
a { background-color: #7E5036; }
a { background-color: rgb(126,80,54); }
div.DivClassName
{
background-color: #7E5036;
}
.BgClassName
{
background-color: #7E5036;
}
</style>
border-color css
<style>
span { border-color: #7E5036; }
span { border-color: rgb(126,80,54); }
td.TdClassName
{
border-color: #7E5036;
}
.TagClassName
{
border-color: #7E5036;
}
</style>