Shades of Cigar #784F3C
Tints of Cigar #784F3C
RGB
CMYK
RGB Variations
Color information
#784F3C (or 0x784F3C) is known color: Cigar. HEX triplet: 78, 4F and 3C. RGB value is (120,79,60). Sum of RGB (Red+Green+Blue) = 120+79+60=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F3C is #87B0C3. Grayscale: #595959. Windows color (decimal): -8892612 or 3952504. OLE color: 3952504.
HSL color Cylindrical-coordinate representation of color #784F3C: hue angle of 19º degrees, saturation: 0.33, 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 #784F3C is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 60 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.53 |
| HSL | 19º | 0.33% | 0.35% | - |
| HSV(B) | 19º | 0.5% | 0.47% | - |
| XYZ | 11.36 | 9.91 | 5.59 | - |
| YUV | 89.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 60 | 0 | 0.34 | 0.5 | 0.53 | 19 | 0.33 | 0.35 |
| Hex | 78 | 4F | 3C | 0 | 22 | 32 | 35 | 13 | 21 | 23 |
| Octal | 170 | 117 | 74 | 0 | 42 | 62 | 65 | 23 | 41 | 43 |
| Binary | 1111000 | 1001111 | 111100 | 0 | 100010 | 110010 | 110101 | 10011 | 100001 | 100011 |
Color Harmonies of #784F3C
Complementary color
Monochromatic Colors of #784F3C
Black with #784F3C
Text Example
Text Example
White with #784F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F3C; }
p { color: rgb(120,79,60); }
H1.HeaderClassName
{
color: #784F3C;
}
.AnyTagClassName
{
color: #784F3C;
}
</style>
background-color css
<style>
a { background-color: #784F3C; }
a { background-color: rgb(120,79,60); }
div.DivClassName
{
background-color: #784F3C;
}
.BgClassName
{
background-color: #784F3C;
}
</style>
border-color css
<style>
span { border-color: #784F3C; }
span { border-color: rgb(120,79,60); }
td.TdClassName
{
border-color: #784F3C;
}
.TagClassName
{
border-color: #784F3C;
}
</style>