Shades of Cigar #7E4E36
Tints of Cigar #7E4E36
RGB
CMYK
RGB Variations
Color information
#7E4E36 (or 0x7E4E36) is known color: Cigar. HEX triplet: 7E, 4E and 36. RGB value is (126,78,54). Sum of RGB (Red+Green+Blue) = 126+78+54=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4E36 is #81B1C9. Grayscale: #595959. Windows color (decimal): -8499658 or 3559038. OLE color: 3559038.
HSL color Cylindrical-coordinate representation of color #7E4E36: hue angle of 20º 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 #7E4E36 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 54 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.51 |
| HSL | 20º | 0.4% | 0.35% | - |
| HSV(B) | 20º | 0.57% | 0.49% | - |
| XYZ | 11.99 | 10.15 | 4.82 | - |
| YUV | 89.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 54 | 0 | 0.38 | 0.57 | 0.51 | 20 | 0.4 | 0.35 |
| Hex | 7E | 4E | 36 | 0 | 26 | 39 | 33 | 14 | 28 | 23 |
| Octal | 176 | 116 | 66 | 0 | 46 | 71 | 63 | 24 | 50 | 43 |
| Binary | 1111110 | 1001110 | 110110 | 0 | 100110 | 111001 | 110011 | 10100 | 101000 | 100011 |
Color Harmonies of #7E4E36
Complementary color
Monochromatic Colors of #7E4E36
Black with #7E4E36
Text Example
Text Example
White with #7E4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E36; }
p { color: rgb(126,78,54); }
H1.HeaderClassName
{
color: #7E4E36;
}
.AnyTagClassName
{
color: #7E4E36;
}
</style>
background-color css
<style>
a { background-color: #7E4E36; }
a { background-color: rgb(126,78,54); }
div.DivClassName
{
background-color: #7E4E36;
}
.BgClassName
{
background-color: #7E4E36;
}
</style>
border-color css
<style>
span { border-color: #7E4E36; }
span { border-color: rgb(126,78,54); }
td.TdClassName
{
border-color: #7E4E36;
}
.TagClassName
{
border-color: #7E4E36;
}
</style>