Shades of Cigar #7B4A37
Tints of Cigar #7B4A37
RGB
CMYK
RGB Variations
Color information
#7B4A37 (or 0x7B4A37) is known color: Cigar. HEX triplet: 7B, 4A and 37. RGB value is (123,74,55). Sum of RGB (Red+Green+Blue) = 123+74+55=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4A37 is #84B5C8. Grayscale: #565656. Windows color (decimal): -8697289 or 3623547. OLE color: 3623547.
HSL color Cylindrical-coordinate representation of color #7B4A37: hue angle of 16.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B4A37 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 74 | 55 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.52 |
| HSL | 16.76º | 0.38% | 0.35% | - |
| HSV(B) | 16.76º | 0.55% | 0.48% | - |
| XYZ | 11.31 | 9.38 | 4.83 | - |
| YUV | 86.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 74 | 55 | 0 | 0.40 | 0.55 | 0.52 | 16.76 | 0.38 | 0.35 |
| Hex | 7B | 4A | 37 | 0 | 28 | 37 | 34 | 11 | 26 | 23 |
| Octal | 173 | 112 | 67 | 0 | 50 | 67 | 64 | 21 | 46 | 43 |
| Binary | 1111011 | 1001010 | 110111 | 0 | 101000 | 110111 | 110100 | 10001 | 100110 | 100011 |
Color Harmonies of #7B4A37
Complementary color
Monochromatic Colors of #7B4A37
Black with #7B4A37
Text Example
Text Example
White with #7B4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4A37; }
p { color: rgb(123,74,55); }
H1.HeaderClassName
{
color: #7B4A37;
}
.AnyTagClassName
{
color: #7B4A37;
}
</style>
background-color css
<style>
a { background-color: #7B4A37; }
a { background-color: rgb(123,74,55); }
div.DivClassName
{
background-color: #7B4A37;
}
.BgClassName
{
background-color: #7B4A37;
}
</style>
border-color css
<style>
span { border-color: #7B4A37; }
span { border-color: rgb(123,74,55); }
td.TdClassName
{
border-color: #7B4A37;
}
.TagClassName
{
border-color: #7B4A37;
}
</style>