Shades of Cigar #7D4D36
Tints of Cigar #7D4D36
RGB
CMYK
RGB Variations
Color information
#7D4D36 (or 0x7D4D36) is known color: Cigar. HEX triplet: 7D, 4D and 36. RGB value is (125,77,54). Sum of RGB (Red+Green+Blue) = 125+77+54=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D36 is #82B2C9. Grayscale: #585858. Windows color (decimal): -8565450 or 3558781. OLE color: 3558781.
HSL color Cylindrical-coordinate representation of color #7D4D36: hue angle of 19.44º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D4D36 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 77 | 54 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.51 |
| HSL | 19.44º | 0.4% | 0.35% | - |
| HSV(B) | 19.44º | 0.57% | 0.49% | - |
| XYZ | 11.78 | 9.93 | 4.79 | - |
| YUV | 88.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 54 | 0 | 0.38 | 0.57 | 0.51 | 19.44 | 0.4 | 0.35 |
| Hex | 7D | 4D | 36 | 0 | 26 | 39 | 33 | 13 | 28 | 23 |
| Octal | 175 | 115 | 66 | 0 | 46 | 71 | 63 | 23 | 50 | 43 |
| Binary | 1111101 | 1001101 | 110110 | 0 | 100110 | 111001 | 110011 | 10011 | 101000 | 100011 |
Color Harmonies of #7D4D36
Complementary color
Monochromatic Colors of #7D4D36
Black with #7D4D36
Text Example
Text Example
White with #7D4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4D36; }
p { color: rgb(125,77,54); }
H1.HeaderClassName
{
color: #7D4D36;
}
.AnyTagClassName
{
color: #7D4D36;
}
</style>
background-color css
<style>
a { background-color: #7D4D36; }
a { background-color: rgb(125,77,54); }
div.DivClassName
{
background-color: #7D4D36;
}
.BgClassName
{
background-color: #7D4D36;
}
</style>
border-color css
<style>
span { border-color: #7D4D36; }
span { border-color: rgb(125,77,54); }
td.TdClassName
{
border-color: #7D4D36;
}
.TagClassName
{
border-color: #7D4D36;
}
</style>