Shades of Cigar #7E5134
Tints of Cigar #7E5134
RGB
CMYK
RGB Variations
Color information
#7E5134 (or 0x7E5134) is known color: Cigar. HEX triplet: 7E, 51 and 34. RGB value is (126,81,52). Sum of RGB (Red+Green+Blue) = 126+81+52=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5134 is #81AECB. Grayscale: #5B5B5B. Windows color (decimal): -8498892 or 3428734. OLE color: 3428734.
HSL color Cylindrical-coordinate representation of color #7E5134: hue angle of 23.51º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E5134 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 52 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.51 |
| HSL | 23.51º | 0.42% | 0.35% | - |
| HSV(B) | 23.51º | 0.59% | 0.49% | - |
| XYZ | 12.17 | 10.57 | 4.65 | - |
| YUV | 91.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 52 | 0 | 0.36 | 0.59 | 0.51 | 23.51 | 0.42 | 0.35 |
| Hex | 7E | 51 | 34 | 0 | 24 | 3B | 33 | 18 | 2A | 23 |
| Octal | 176 | 121 | 64 | 0 | 44 | 73 | 63 | 30 | 52 | 43 |
| Binary | 1111110 | 1010001 | 110100 | 0 | 100100 | 111011 | 110011 | 11000 | 101010 | 100011 |
Color Harmonies of #7E5134
Complementary color
Monochromatic Colors of #7E5134
Black with #7E5134
Text Example
Text Example
White with #7E5134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5134; }
p { color: rgb(126,81,52); }
H1.HeaderClassName
{
color: #7E5134;
}
.AnyTagClassName
{
color: #7E5134;
}
</style>
background-color css
<style>
a { background-color: #7E5134; }
a { background-color: rgb(126,81,52); }
div.DivClassName
{
background-color: #7E5134;
}
.BgClassName
{
background-color: #7E5134;
}
</style>
border-color css
<style>
span { border-color: #7E5134; }
span { border-color: rgb(126,81,52); }
td.TdClassName
{
border-color: #7E5134;
}
.TagClassName
{
border-color: #7E5134;
}
</style>