Shades of Cigar #7E4A34
Tints of Cigar #7E4A34
RGB
CMYK
RGB Variations
Color information
#7E4A34 (or 0x7E4A34) is known color: Cigar. HEX triplet: 7E, 4A and 34. RGB value is (126,74,52). Sum of RGB (Red+Green+Blue) = 126+74+52=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4A34 is #81B5CB. Grayscale: #575757. Windows color (decimal): -8500684 or 3426942. OLE color: 3426942.
HSL color Cylindrical-coordinate representation of color #7E4A34: hue angle of 17.84º 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 #7E4A34 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 74 | 52 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.51 |
| HSL | 17.84º | 0.42% | 0.35% | - |
| HSV(B) | 17.84º | 0.59% | 0.49% | - |
| XYZ | 11.67 | 9.58 | 4.48 | - |
| YUV | 87.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 52 | 0 | 0.41 | 0.59 | 0.51 | 17.84 | 0.42 | 0.35 |
| Hex | 7E | 4A | 34 | 0 | 29 | 3B | 33 | 12 | 2A | 23 |
| Octal | 176 | 112 | 64 | 0 | 51 | 73 | 63 | 22 | 52 | 43 |
| Binary | 1111110 | 1001010 | 110100 | 0 | 101001 | 111011 | 110011 | 10010 | 101010 | 100011 |
Color Harmonies of #7E4A34
Complementary color
Monochromatic Colors of #7E4A34
Black with #7E4A34
Text Example
Text Example
White with #7E4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4A34; }
p { color: rgb(126,74,52); }
H1.HeaderClassName
{
color: #7E4A34;
}
.AnyTagClassName
{
color: #7E4A34;
}
</style>
background-color css
<style>
a { background-color: #7E4A34; }
a { background-color: rgb(126,74,52); }
div.DivClassName
{
background-color: #7E4A34;
}
.BgClassName
{
background-color: #7E4A34;
}
</style>
border-color css
<style>
span { border-color: #7E4A34; }
span { border-color: rgb(126,74,52); }
td.TdClassName
{
border-color: #7E4A34;
}
.TagClassName
{
border-color: #7E4A34;
}
</style>