Shades of Cigar #7E4F39
Tints of Cigar #7E4F39
RGB
CMYK
RGB Variations
Color information
#7E4F39 (or 0x7E4F39) is known color: Cigar. HEX triplet: 7E, 4F and 39. RGB value is (126,79,57). Sum of RGB (Red+Green+Blue) = 126+79+57=262 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.09% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4F39 is #81B0C6. Grayscale: #5A5A5A. Windows color (decimal): -8499399 or 3755902. OLE color: 3755902.
HSL color Cylindrical-coordinate representation of color #7E4F39: hue angle of 19.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4F39 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 79 | 57 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.51 |
| HSL | 19.13º | 0.38% | 0.36% | - |
| HSV(B) | 19.13º | 0.55% | 0.49% | - |
| XYZ | 12.14 | 10.32 | 5.22 | - |
| YUV | 90.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 57 | 0 | 0.37 | 0.55 | 0.51 | 19.13 | 0.38 | 0.36 |
| Hex | 7E | 4F | 39 | 0 | 25 | 37 | 33 | 13 | 26 | 24 |
| Octal | 176 | 117 | 71 | 0 | 45 | 67 | 63 | 23 | 46 | 44 |
| Binary | 1111110 | 1001111 | 111001 | 0 | 100101 | 110111 | 110011 | 10011 | 100110 | 100100 |
Color Harmonies of #7E4F39
Complementary color
Monochromatic Colors of #7E4F39
Black with #7E4F39
Text Example
Text Example
White with #7E4F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F39; }
p { color: rgb(126,79,57); }
H1.HeaderClassName
{
color: #7E4F39;
}
.AnyTagClassName
{
color: #7E4F39;
}
</style>
background-color css
<style>
a { background-color: #7E4F39; }
a { background-color: rgb(126,79,57); }
div.DivClassName
{
background-color: #7E4F39;
}
.BgClassName
{
background-color: #7E4F39;
}
</style>
border-color css
<style>
span { border-color: #7E4F39; }
span { border-color: rgb(126,79,57); }
td.TdClassName
{
border-color: #7E4F39;
}
.TagClassName
{
border-color: #7E4F39;
}
</style>