Shades of Cigar #7B5342
Tints of Cigar #7B5342
RGB
CMYK
RGB Variations
Color information
#7B5342 (or 0x7B5342) is known color: Cigar. HEX triplet: 7B, 53 and 42. RGB value is (123,83,66). Sum of RGB (Red+Green+Blue) = 123+83+66=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5342 is #84ACBD. Grayscale: #5D5D5D. Windows color (decimal): -8694974 or 4346747. OLE color: 4346747.
HSL color Cylindrical-coordinate representation of color #7B5342: hue angle of 17.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B5342 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 66 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.52 |
| HSL | 17.89º | 0.3% | 0.37% | - |
| HSV(B) | 17.89º | 0.46% | 0.48% | - |
| XYZ | 12.25 | 10.79 | 6.59 | - |
| YUV | 93.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 66 | 0 | 0.33 | 0.46 | 0.52 | 17.89 | 0.3 | 0.37 |
| Hex | 7B | 53 | 42 | 0 | 21 | 2E | 34 | 12 | 1E | 25 |
| Octal | 173 | 123 | 102 | 0 | 41 | 56 | 64 | 22 | 36 | 45 |
| Binary | 1111011 | 1010011 | 1000010 | 0 | 100001 | 101110 | 110100 | 10010 | 11110 | 100101 |
Color Harmonies of #7B5342
Complementary color
Monochromatic Colors of #7B5342
Black with #7B5342
Text Example
Text Example
White with #7B5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5342; }
p { color: rgb(123,83,66); }
H1.HeaderClassName
{
color: #7B5342;
}
.AnyTagClassName
{
color: #7B5342;
}
</style>
background-color css
<style>
a { background-color: #7B5342; }
a { background-color: rgb(123,83,66); }
div.DivClassName
{
background-color: #7B5342;
}
.BgClassName
{
background-color: #7B5342;
}
</style>
border-color css
<style>
span { border-color: #7B5342; }
span { border-color: rgb(123,83,66); }
td.TdClassName
{
border-color: #7B5342;
}
.TagClassName
{
border-color: #7B5342;
}
</style>