Shades of Cigar #7E4F36
Tints of Cigar #7E4F36
RGB
CMYK
RGB Variations
Color information
#7E4F36 (or 0x7E4F36) is known color: Cigar. HEX triplet: 7E, 4F and 36. RGB value is (126,79,54). Sum of RGB (Red+Green+Blue) = 126+79+54=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4F36 is #81B0C9. Grayscale: #5A5A5A. Windows color (decimal): -8499402 or 3559294. OLE color: 3559294.
HSL color Cylindrical-coordinate representation of color #7E4F36: hue angle of 20.83º 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 #7E4F36 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 79 | 54 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.51 |
| HSL | 20.83º | 0.4% | 0.35% | - |
| HSV(B) | 20.83º | 0.57% | 0.49% | - |
| XYZ | 12.07 | 10.29 | 4.84 | - |
| YUV | 90.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 54 | 0 | 0.37 | 0.57 | 0.51 | 20.83 | 0.4 | 0.35 |
| Hex | 7E | 4F | 36 | 0 | 25 | 39 | 33 | 15 | 28 | 23 |
| Octal | 176 | 117 | 66 | 0 | 45 | 71 | 63 | 25 | 50 | 43 |
| Binary | 1111110 | 1001111 | 110110 | 0 | 100101 | 111001 | 110011 | 10101 | 101000 | 100011 |
Color Harmonies of #7E4F36
Complementary color
Monochromatic Colors of #7E4F36
Black with #7E4F36
Text Example
Text Example
White with #7E4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F36; }
p { color: rgb(126,79,54); }
H1.HeaderClassName
{
color: #7E4F36;
}
.AnyTagClassName
{
color: #7E4F36;
}
</style>
background-color css
<style>
a { background-color: #7E4F36; }
a { background-color: rgb(126,79,54); }
div.DivClassName
{
background-color: #7E4F36;
}
.BgClassName
{
background-color: #7E4F36;
}
</style>
border-color css
<style>
span { border-color: #7E4F36; }
span { border-color: rgb(126,79,54); }
td.TdClassName
{
border-color: #7E4F36;
}
.TagClassName
{
border-color: #7E4F36;
}
</style>