Shades of Cigar #7E5136
Tints of Cigar #7E5136
RGB
CMYK
RGB Variations
Color information
#7E5136 (or 0x7E5136) is known color: Cigar. HEX triplet: 7E, 51 and 36. RGB value is (126,81,54). Sum of RGB (Red+Green+Blue) = 126+81+54=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5136 is #81AEC9. Grayscale: #5B5B5B. Windows color (decimal): -8498890 or 3559806. OLE color: 3559806.
HSL color Cylindrical-coordinate representation of color #7E5136: hue angle of 22.5º 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 #7E5136 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 54 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.51 |
| HSL | 22.5º | 0.4% | 0.35% | - |
| HSV(B) | 22.5º | 0.57% | 0.49% | - |
| XYZ | 12.21 | 10.59 | 4.89 | - |
| YUV | 91.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 54 | 0 | 0.36 | 0.57 | 0.51 | 22.5 | 0.4 | 0.35 |
| Hex | 7E | 51 | 36 | 0 | 24 | 39 | 33 | 16 | 28 | 23 |
| Octal | 176 | 121 | 66 | 0 | 44 | 71 | 63 | 26 | 50 | 43 |
| Binary | 1111110 | 1010001 | 110110 | 0 | 100100 | 111001 | 110011 | 10110 | 101000 | 100011 |
Color Harmonies of #7E5136
Complementary color
Monochromatic Colors of #7E5136
Black with #7E5136
Text Example
Text Example
White with #7E5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5136; }
p { color: rgb(126,81,54); }
H1.HeaderClassName
{
color: #7E5136;
}
.AnyTagClassName
{
color: #7E5136;
}
</style>
background-color css
<style>
a { background-color: #7E5136; }
a { background-color: rgb(126,81,54); }
div.DivClassName
{
background-color: #7E5136;
}
.BgClassName
{
background-color: #7E5136;
}
</style>
border-color css
<style>
span { border-color: #7E5136; }
span { border-color: rgb(126,81,54); }
td.TdClassName
{
border-color: #7E5136;
}
.TagClassName
{
border-color: #7E5136;
}
</style>