Shades of Cigar #7B4D33
Tints of Cigar #7B4D33
RGB
CMYK
RGB Variations
Color information
#7B4D33 (or 0x7B4D33) is known color: Cigar. HEX triplet: 7B, 4D and 33. RGB value is (123,77,51). Sum of RGB (Red+Green+Blue) = 123+77+51=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D33 is #84B2CC. Grayscale: #575757. Windows color (decimal): -8696525 or 3362171. OLE color: 3362171.
HSL color Cylindrical-coordinate representation of color #7B4D33: hue angle of 21.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B4D33 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 51 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.52 |
| HSL | 21.67º | 0.41% | 0.34% | - |
| HSV(B) | 21.67º | 0.59% | 0.48% | - |
| XYZ | 11.42 | 9.76 | 4.41 | - |
| YUV | 87.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 51 | 0 | 0.37 | 0.59 | 0.52 | 21.67 | 0.41 | 0.34 |
| Hex | 7B | 4D | 33 | 0 | 25 | 3B | 34 | 16 | 29 | 22 |
| Octal | 173 | 115 | 63 | 0 | 45 | 73 | 64 | 26 | 51 | 42 |
| Binary | 1111011 | 1001101 | 110011 | 0 | 100101 | 111011 | 110100 | 10110 | 101001 | 100010 |
Color Harmonies of #7B4D33
Complementary color
Monochromatic Colors of #7B4D33
Black with #7B4D33
Text Example
Text Example
White with #7B4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D33; }
p { color: rgb(123,77,51); }
H1.HeaderClassName
{
color: #7B4D33;
}
.AnyTagClassName
{
color: #7B4D33;
}
</style>
background-color css
<style>
a { background-color: #7B4D33; }
a { background-color: rgb(123,77,51); }
div.DivClassName
{
background-color: #7B4D33;
}
.BgClassName
{
background-color: #7B4D33;
}
</style>
border-color css
<style>
span { border-color: #7B4D33; }
span { border-color: rgb(123,77,51); }
td.TdClassName
{
border-color: #7B4D33;
}
.TagClassName
{
border-color: #7B4D33;
}
</style>