Shades of Cigar #7D4D38
Tints of Cigar #7D4D38
RGB
CMYK
RGB Variations
Color information
#7D4D38 (or 0x7D4D38) is known color: Cigar. HEX triplet: 7D, 4D and 38. RGB value is (125,77,56). Sum of RGB (Red+Green+Blue) = 125+77+56=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D38 is #82B2C7. Grayscale: #595959. Windows color (decimal): -8565448 or 3689853. OLE color: 3689853.
HSL color Cylindrical-coordinate representation of color #7D4D38: hue angle of 18.26º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4D38 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 77 | 56 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.51 |
| HSL | 18.26º | 0.38% | 0.35% | - |
| HSV(B) | 18.26º | 0.55% | 0.49% | - |
| XYZ | 11.83 | 9.95 | 5.04 | - |
| YUV | 88.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 56 | 0 | 0.38 | 0.55 | 0.51 | 18.26 | 0.38 | 0.35 |
| Hex | 7D | 4D | 38 | 0 | 26 | 37 | 33 | 12 | 26 | 23 |
| Octal | 175 | 115 | 70 | 0 | 46 | 67 | 63 | 22 | 46 | 43 |
| Binary | 1111101 | 1001101 | 111000 | 0 | 100110 | 110111 | 110011 | 10010 | 100110 | 100011 |
Color Harmonies of #7D4D38
Complementary color
Monochromatic Colors of #7D4D38
Black with #7D4D38
Text Example
Text Example
White with #7D4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4D38; }
p { color: rgb(125,77,56); }
H1.HeaderClassName
{
color: #7D4D38;
}
.AnyTagClassName
{
color: #7D4D38;
}
</style>
background-color css
<style>
a { background-color: #7D4D38; }
a { background-color: rgb(125,77,56); }
div.DivClassName
{
background-color: #7D4D38;
}
.BgClassName
{
background-color: #7D4D38;
}
</style>
border-color css
<style>
span { border-color: #7D4D38; }
span { border-color: rgb(125,77,56); }
td.TdClassName
{
border-color: #7D4D38;
}
.TagClassName
{
border-color: #7D4D38;
}
</style>