Shades of Cigar #7C4E34
Tints of Cigar #7C4E34
RGB
CMYK
RGB Variations
Color information
#7C4E34 (or 0x7C4E34) is known color: Cigar. HEX triplet: 7C, 4E and 34. RGB value is (124,78,52). Sum of RGB (Red+Green+Blue) = 124+78+52=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4E34 is #83B1CB. Grayscale: #585858. Windows color (decimal): -8630732 or 3427964. OLE color: 3427964.
HSL color Cylindrical-coordinate representation of color #7C4E34: hue angle of 21.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C4E34 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 52 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.51 |
| HSL | 21.67º | 0.41% | 0.35% | - |
| HSV(B) | 21.67º | 0.58% | 0.49% | - |
| XYZ | 11.66 | 9.98 | 4.56 | - |
| YUV | 88.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 52 | 0 | 0.37 | 0.58 | 0.51 | 21.67 | 0.41 | 0.35 |
| Hex | 7C | 4E | 34 | 0 | 25 | 3A | 33 | 16 | 29 | 23 |
| Octal | 174 | 116 | 64 | 0 | 45 | 72 | 63 | 26 | 51 | 43 |
| Binary | 1111100 | 1001110 | 110100 | 0 | 100101 | 111010 | 110011 | 10110 | 101001 | 100011 |
Color Harmonies of #7C4E34
Complementary color
Monochromatic Colors of #7C4E34
Black with #7C4E34
Text Example
Text Example
White with #7C4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E34; }
p { color: rgb(124,78,52); }
H1.HeaderClassName
{
color: #7C4E34;
}
.AnyTagClassName
{
color: #7C4E34;
}
</style>
background-color css
<style>
a { background-color: #7C4E34; }
a { background-color: rgb(124,78,52); }
div.DivClassName
{
background-color: #7C4E34;
}
.BgClassName
{
background-color: #7C4E34;
}
</style>
border-color css
<style>
span { border-color: #7C4E34; }
span { border-color: rgb(124,78,52); }
td.TdClassName
{
border-color: #7C4E34;
}
.TagClassName
{
border-color: #7C4E34;
}
</style>