Shades of Cigar #784E3E
Tints of Cigar #784E3E
RGB
CMYK
RGB Variations
Color information
#784E3E (or 0x784E3E) is known color: Cigar. HEX triplet: 78, 4E and 3E. RGB value is (120,78,62). Sum of RGB (Red+Green+Blue) = 120+78+62=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E3E is #87B1C1. Grayscale: #585858. Windows color (decimal): -8892866 or 4083320. OLE color: 4083320.
HSL color Cylindrical-coordinate representation of color #784E3E: hue angle of 16.55º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784E3E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 62 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.53 |
| HSL | 16.55º | 0.32% | 0.36% | - |
| HSV(B) | 16.55º | 0.48% | 0.47% | - |
| XYZ | 11.34 | 9.79 | 5.85 | - |
| YUV | 88.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 62 | 0 | 0.35 | 0.48 | 0.53 | 16.55 | 0.32 | 0.36 |
| Hex | 78 | 4E | 3E | 0 | 23 | 30 | 35 | 11 | 20 | 24 |
| Octal | 170 | 116 | 76 | 0 | 43 | 60 | 65 | 21 | 40 | 44 |
| Binary | 1111000 | 1001110 | 111110 | 0 | 100011 | 110000 | 110101 | 10001 | 100000 | 100100 |
Color Harmonies of #784E3E
Complementary color
Monochromatic Colors of #784E3E
Black with #784E3E
Text Example
Text Example
White with #784E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E3E; }
p { color: rgb(120,78,62); }
H1.HeaderClassName
{
color: #784E3E;
}
.AnyTagClassName
{
color: #784E3E;
}
</style>
background-color css
<style>
a { background-color: #784E3E; }
a { background-color: rgb(120,78,62); }
div.DivClassName
{
background-color: #784E3E;
}
.BgClassName
{
background-color: #784E3E;
}
</style>
border-color css
<style>
span { border-color: #784E3E; }
span { border-color: rgb(120,78,62); }
td.TdClassName
{
border-color: #784E3E;
}
.TagClassName
{
border-color: #784E3E;
}
</style>