Shades of Cigar #784E3A
Tints of Cigar #784E3A
RGB
CMYK
RGB Variations
Color information
#784E3A (or 0x784E3A) is known color: Cigar. HEX triplet: 78, 4E and 3A. RGB value is (120,78,58). Sum of RGB (Red+Green+Blue) = 120+78+58=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E3A is #87B1C5. Grayscale: #585858. Windows color (decimal): -8892870 or 3821176. OLE color: 3821176.
HSL color Cylindrical-coordinate representation of color #784E3A: hue angle of 19.35º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784E3A is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 58 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.53 |
| HSL | 19.35º | 0.35% | 0.35% | - |
| HSV(B) | 19.35º | 0.52% | 0.47% | - |
| XYZ | 11.23 | 9.75 | 5.29 | - |
| YUV | 88.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 58 | 0 | 0.35 | 0.52 | 0.53 | 19.35 | 0.35 | 0.35 |
| Hex | 78 | 4E | 3A | 0 | 23 | 34 | 35 | 13 | 23 | 23 |
| Octal | 170 | 116 | 72 | 0 | 43 | 64 | 65 | 23 | 43 | 43 |
| Binary | 1111000 | 1001110 | 111010 | 0 | 100011 | 110100 | 110101 | 10011 | 100011 | 100011 |
Color Harmonies of #784E3A
Complementary color
Monochromatic Colors of #784E3A
Black with #784E3A
Text Example
Text Example
White with #784E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E3A; }
p { color: rgb(120,78,58); }
H1.HeaderClassName
{
color: #784E3A;
}
.AnyTagClassName
{
color: #784E3A;
}
</style>
background-color css
<style>
a { background-color: #784E3A; }
a { background-color: rgb(120,78,58); }
div.DivClassName
{
background-color: #784E3A;
}
.BgClassName
{
background-color: #784E3A;
}
</style>
border-color css
<style>
span { border-color: #784E3A; }
span { border-color: rgb(120,78,58); }
td.TdClassName
{
border-color: #784E3A;
}
.TagClassName
{
border-color: #784E3A;
}
</style>