Shades of Cigar #794E3C
Tints of Cigar #794E3C
RGB
CMYK
RGB Variations
Color information
#794E3C (or 0x794E3C) is known color: Cigar. HEX triplet: 79, 4E and 3C. RGB value is (121,78,60). Sum of RGB (Red+Green+Blue) = 121+78+60=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #794E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794E3C is #86B1C3. Grayscale: #585858. Windows color (decimal): -8827332 or 3952249. OLE color: 3952249.
HSL color Cylindrical-coordinate representation of color #794E3C: hue angle of 17.7º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794E3C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 60 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.53 |
| HSL | 17.7º | 0.34% | 0.35% | - |
| HSV(B) | 17.7º | 0.5% | 0.47% | - |
| XYZ | 11.43 | 9.84 | 5.57 | - |
| YUV | 88.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 60 | 0 | 0.36 | 0.50 | 0.53 | 17.7 | 0.34 | 0.35 |
| Hex | 79 | 4E | 3C | 0 | 24 | 32 | 35 | 12 | 22 | 23 |
| Octal | 171 | 116 | 74 | 0 | 44 | 62 | 65 | 22 | 42 | 43 |
| Binary | 1111001 | 1001110 | 111100 | 0 | 100100 | 110010 | 110101 | 10010 | 100010 | 100011 |
Color Harmonies of #794E3C
Complementary color
Monochromatic Colors of #794E3C
Black with #794E3C
Text Example
Text Example
White with #794E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E3C; }
p { color: rgb(121,78,60); }
H1.HeaderClassName
{
color: #794E3C;
}
.AnyTagClassName
{
color: #794E3C;
}
</style>
background-color css
<style>
a { background-color: #794E3C; }
a { background-color: rgb(121,78,60); }
div.DivClassName
{
background-color: #794E3C;
}
.BgClassName
{
background-color: #794E3C;
}
</style>
border-color css
<style>
span { border-color: #794E3C; }
span { border-color: rgb(121,78,60); }
td.TdClassName
{
border-color: #794E3C;
}
.TagClassName
{
border-color: #794E3C;
}
</style>