Shades of Cigar #7B4E36
Tints of Cigar #7B4E36
RGB
CMYK
RGB Variations
Color information
#7B4E36 (or 0x7B4E36) is known color: Cigar. HEX triplet: 7B, 4E and 36. RGB value is (123,78,54). Sum of RGB (Red+Green+Blue) = 123+78+54=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4E36 is #84B1C9. Grayscale: #585858. Windows color (decimal): -8696266 or 3559035. OLE color: 3559035.
HSL color Cylindrical-coordinate representation of color #7B4E36: hue angle of 20.87º 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 #7B4E36 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 54 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.52 |
| HSL | 20.87º | 0.39% | 0.35% | - |
| HSV(B) | 20.87º | 0.56% | 0.48% | - |
| XYZ | 11.56 | 9.93 | 4.8 | - |
| YUV | 88.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 54 | 0 | 0.37 | 0.56 | 0.52 | 20.87 | 0.39 | 0.35 |
| Hex | 7B | 4E | 36 | 0 | 25 | 38 | 34 | 15 | 27 | 23 |
| Octal | 173 | 116 | 66 | 0 | 45 | 70 | 64 | 25 | 47 | 43 |
| Binary | 1111011 | 1001110 | 110110 | 0 | 100101 | 111000 | 110100 | 10101 | 100111 | 100011 |
Color Harmonies of #7B4E36
Complementary color
Monochromatic Colors of #7B4E36
Black with #7B4E36
Text Example
Text Example
White with #7B4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E36; }
p { color: rgb(123,78,54); }
H1.HeaderClassName
{
color: #7B4E36;
}
.AnyTagClassName
{
color: #7B4E36;
}
</style>
background-color css
<style>
a { background-color: #7B4E36; }
a { background-color: rgb(123,78,54); }
div.DivClassName
{
background-color: #7B4E36;
}
.BgClassName
{
background-color: #7B4E36;
}
</style>
border-color css
<style>
span { border-color: #7B4E36; }
span { border-color: rgb(123,78,54); }
td.TdClassName
{
border-color: #7B4E36;
}
.TagClassName
{
border-color: #7B4E36;
}
</style>