Shades of Cigar #7D4F39
Tints of Cigar #7D4F39
RGB
CMYK
RGB Variations
Color information
#7D4F39 (or 0x7D4F39) is known color: Cigar. HEX triplet: 7D, 4F and 39. RGB value is (125,79,57). Sum of RGB (Red+Green+Blue) = 125+79+57=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4F39 is #82B0C6. Grayscale: #5A5A5A. Windows color (decimal): -8564935 or 3755901. OLE color: 3755901.
HSL color Cylindrical-coordinate representation of color #7D4F39: hue angle of 19.41º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D4F39 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 79 | 57 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.51 |
| HSL | 19.41º | 0.37% | 0.36% | - |
| HSV(B) | 19.41º | 0.54% | 0.49% | - |
| XYZ | 11.99 | 10.25 | 5.22 | - |
| YUV | 90.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 57 | 0 | 0.37 | 0.54 | 0.51 | 19.41 | 0.37 | 0.36 |
| Hex | 7D | 4F | 39 | 0 | 25 | 36 | 33 | 13 | 25 | 24 |
| Octal | 175 | 117 | 71 | 0 | 45 | 66 | 63 | 23 | 45 | 44 |
| Binary | 1111101 | 1001111 | 111001 | 0 | 100101 | 110110 | 110011 | 10011 | 100101 | 100100 |
Color Harmonies of #7D4F39
Complementary color
Monochromatic Colors of #7D4F39
Black with #7D4F39
Text Example
Text Example
White with #7D4F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F39; }
p { color: rgb(125,79,57); }
H1.HeaderClassName
{
color: #7D4F39;
}
.AnyTagClassName
{
color: #7D4F39;
}
</style>
background-color css
<style>
a { background-color: #7D4F39; }
a { background-color: rgb(125,79,57); }
div.DivClassName
{
background-color: #7D4F39;
}
.BgClassName
{
background-color: #7D4F39;
}
</style>
border-color css
<style>
span { border-color: #7D4F39; }
span { border-color: rgb(125,79,57); }
td.TdClassName
{
border-color: #7D4F39;
}
.TagClassName
{
border-color: #7D4F39;
}
</style>