Shades of Cigar #7B4D34
Tints of Cigar #7B4D34
RGB
CMYK
RGB Variations
Color information
#7B4D34 (or 0x7B4D34) is known color: Cigar. HEX triplet: 7B, 4D and 34. RGB value is (123,77,52). Sum of RGB (Red+Green+Blue) = 123+77+52=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D34 is #84B2CB. Grayscale: #585858. Windows color (decimal): -8696524 or 3427707. OLE color: 3427707.
HSL color Cylindrical-coordinate representation of color #7B4D34: hue angle of 21.13º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B4D34 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 52 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.52 |
| HSL | 21.13º | 0.41% | 0.34% | - |
| HSV(B) | 21.13º | 0.58% | 0.48% | - |
| XYZ | 11.44 | 9.77 | 4.53 | - |
| YUV | 87.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 52 | 0 | 0.37 | 0.58 | 0.52 | 21.13 | 0.41 | 0.34 |
| Hex | 7B | 4D | 34 | 0 | 25 | 3A | 34 | 15 | 29 | 22 |
| Octal | 173 | 115 | 64 | 0 | 45 | 72 | 64 | 25 | 51 | 42 |
| Binary | 1111011 | 1001101 | 110100 | 0 | 100101 | 111010 | 110100 | 10101 | 101001 | 100010 |
Color Harmonies of #7B4D34
Complementary color
Monochromatic Colors of #7B4D34
Black with #7B4D34
Text Example
Text Example
White with #7B4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D34; }
p { color: rgb(123,77,52); }
H1.HeaderClassName
{
color: #7B4D34;
}
.AnyTagClassName
{
color: #7B4D34;
}
</style>
background-color css
<style>
a { background-color: #7B4D34; }
a { background-color: rgb(123,77,52); }
div.DivClassName
{
background-color: #7B4D34;
}
.BgClassName
{
background-color: #7B4D34;
}
</style>
border-color css
<style>
span { border-color: #7B4D34; }
span { border-color: rgb(123,77,52); }
td.TdClassName
{
border-color: #7B4D34;
}
.TagClassName
{
border-color: #7B4D34;
}
</style>