Shades of Cigar #7D4F35
Tints of Cigar #7D4F35
RGB
CMYK
RGB Variations
Color information
#7D4F35 (or 0x7D4F35) is known color: Cigar. HEX triplet: 7D, 4F and 35. RGB value is (125,79,53). Sum of RGB (Red+Green+Blue) = 125+79+53=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4F35 is #82B0CA. Grayscale: #595959. Windows color (decimal): -8564939 or 3493757. OLE color: 3493757.
HSL color Cylindrical-coordinate representation of color #7D4F35: hue angle of 21.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D4F35 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 79 | 53 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.51 |
| HSL | 21.67º | 0.4% | 0.35% | - |
| HSV(B) | 21.67º | 0.58% | 0.49% | - |
| XYZ | 11.9 | 10.21 | 4.71 | - |
| YUV | 89.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 53 | 0 | 0.37 | 0.58 | 0.51 | 21.67 | 0.4 | 0.35 |
| Hex | 7D | 4F | 35 | 0 | 25 | 3A | 33 | 16 | 28 | 23 |
| Octal | 175 | 117 | 65 | 0 | 45 | 72 | 63 | 26 | 50 | 43 |
| Binary | 1111101 | 1001111 | 110101 | 0 | 100101 | 111010 | 110011 | 10110 | 101000 | 100011 |
Color Harmonies of #7D4F35
Complementary color
Monochromatic Colors of #7D4F35
Black with #7D4F35
Text Example
Text Example
White with #7D4F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F35; }
p { color: rgb(125,79,53); }
H1.HeaderClassName
{
color: #7D4F35;
}
.AnyTagClassName
{
color: #7D4F35;
}
</style>
background-color css
<style>
a { background-color: #7D4F35; }
a { background-color: rgb(125,79,53); }
div.DivClassName
{
background-color: #7D4F35;
}
.BgClassName
{
background-color: #7D4F35;
}
</style>
border-color css
<style>
span { border-color: #7D4F35; }
span { border-color: rgb(125,79,53); }
td.TdClassName
{
border-color: #7D4F35;
}
.TagClassName
{
border-color: #7D4F35;
}
</style>