Shades of Cigar #7B4D38
Tints of Cigar #7B4D38
RGB
CMYK
RGB Variations
Color information
#7B4D38 (or 0x7B4D38) is known color: Cigar. HEX triplet: 7B, 4D and 38. RGB value is (123,77,56). Sum of RGB (Red+Green+Blue) = 123+77+56=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D38 is #84B2C7. Grayscale: #585858. Windows color (decimal): -8696520 or 3689851. OLE color: 3689851.
HSL color Cylindrical-coordinate representation of color #7B4D38: hue angle of 18.81º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B4D38 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 56 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.52 |
| HSL | 18.81º | 0.37% | 0.35% | - |
| HSV(B) | 18.81º | 0.54% | 0.48% | - |
| XYZ | 11.54 | 9.8 | 5.03 | - |
| YUV | 88.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 56 | 0 | 0.37 | 0.54 | 0.52 | 18.81 | 0.37 | 0.35 |
| Hex | 7B | 4D | 38 | 0 | 25 | 36 | 34 | 13 | 25 | 23 |
| Octal | 173 | 115 | 70 | 0 | 45 | 66 | 64 | 23 | 45 | 43 |
| Binary | 1111011 | 1001101 | 111000 | 0 | 100101 | 110110 | 110100 | 10011 | 100101 | 100011 |
Color Harmonies of #7B4D38
Complementary color
Monochromatic Colors of #7B4D38
Black with #7B4D38
Text Example
Text Example
White with #7B4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D38; }
p { color: rgb(123,77,56); }
H1.HeaderClassName
{
color: #7B4D38;
}
.AnyTagClassName
{
color: #7B4D38;
}
</style>
background-color css
<style>
a { background-color: #7B4D38; }
a { background-color: rgb(123,77,56); }
div.DivClassName
{
background-color: #7B4D38;
}
.BgClassName
{
background-color: #7B4D38;
}
</style>
border-color css
<style>
span { border-color: #7B4D38; }
span { border-color: rgb(123,77,56); }
td.TdClassName
{
border-color: #7B4D38;
}
.TagClassName
{
border-color: #7B4D38;
}
</style>