Shades of Cigar #785040
Tints of Cigar #785040
RGB
CMYK
RGB Variations
Color information
#785040 (or 0x785040) is known color: Cigar. HEX triplet: 78, 50 and 40. RGB value is (120,80,64). Sum of RGB (Red+Green+Blue) = 120+80+64=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #785040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785040 is #87AFBF. Grayscale: #5A5A5A. Windows color (decimal): -8892352 or 4214904. OLE color: 4214904.
HSL color Cylindrical-coordinate representation of color #785040: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785040 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 64 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.53 |
| HSL | 17.14º | 0.3% | 0.36% | - |
| HSV(B) | 17.14º | 0.47% | 0.47% | - |
| XYZ | 11.54 | 10.1 | 6.19 | - |
| YUV | 90.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 64 | 0 | 0.33 | 0.47 | 0.53 | 17.14 | 0.3 | 0.36 |
| Hex | 78 | 50 | 40 | 0 | 21 | 2F | 35 | 11 | 1E | 24 |
| Octal | 170 | 120 | 100 | 0 | 41 | 57 | 65 | 21 | 36 | 44 |
| Binary | 1111000 | 1010000 | 1000000 | 0 | 100001 | 101111 | 110101 | 10001 | 11110 | 100100 |
Color Harmonies of #785040
Complementary color
Monochromatic Colors of #785040
Black with #785040
Text Example
Text Example
White with #785040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785040; }
p { color: rgb(120,80,64); }
H1.HeaderClassName
{
color: #785040;
}
.AnyTagClassName
{
color: #785040;
}
</style>
background-color css
<style>
a { background-color: #785040; }
a { background-color: rgb(120,80,64); }
div.DivClassName
{
background-color: #785040;
}
.BgClassName
{
background-color: #785040;
}
</style>
border-color css
<style>
span { border-color: #785040; }
span { border-color: rgb(120,80,64); }
td.TdClassName
{
border-color: #785040;
}
.TagClassName
{
border-color: #785040;
}
</style>