Shades of Cigar #7A4E36
Tints of Cigar #7A4E36
RGB
CMYK
RGB Variations
Color information
#7A4E36 (or 0x7A4E36) is known color: Cigar. HEX triplet: 7A, 4E and 36. RGB value is (122,78,54). Sum of RGB (Red+Green+Blue) = 122+78+54=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4E36 is #85B1C9. Grayscale: #585858. Windows color (decimal): -8761802 or 3559034. OLE color: 3559034.
HSL color Cylindrical-coordinate representation of color #7A4E36: hue angle of 21.18º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A4E36 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 78 | 54 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.52 |
| HSL | 21.18º | 0.39% | 0.35% | - |
| HSV(B) | 21.18º | 0.56% | 0.48% | - |
| XYZ | 11.42 | 9.85 | 4.79 | - |
| YUV | 88.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 78 | 54 | 0 | 0.36 | 0.56 | 0.52 | 21.18 | 0.39 | 0.35 |
| Hex | 7A | 4E | 36 | 0 | 24 | 38 | 34 | 15 | 27 | 23 |
| Octal | 172 | 116 | 66 | 0 | 44 | 70 | 64 | 25 | 47 | 43 |
| Binary | 1111010 | 1001110 | 110110 | 0 | 100100 | 111000 | 110100 | 10101 | 100111 | 100011 |
Color Harmonies of #7A4E36
Complementary color
Monochromatic Colors of #7A4E36
Black with #7A4E36
Text Example
Text Example
White with #7A4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4E36; }
p { color: rgb(122,78,54); }
H1.HeaderClassName
{
color: #7A4E36;
}
.AnyTagClassName
{
color: #7A4E36;
}
</style>
background-color css
<style>
a { background-color: #7A4E36; }
a { background-color: rgb(122,78,54); }
div.DivClassName
{
background-color: #7A4E36;
}
.BgClassName
{
background-color: #7A4E36;
}
</style>
border-color css
<style>
span { border-color: #7A4E36; }
span { border-color: rgb(122,78,54); }
td.TdClassName
{
border-color: #7A4E36;
}
.TagClassName
{
border-color: #7A4E36;
}
</style>