Shades of Cigar #7A5240
Tints of Cigar #7A5240
RGB
CMYK
RGB Variations
Color information
#7A5240 (or 0x7A5240) is known color: Cigar. HEX triplet: 7A, 52 and 40. RGB value is (122,82,64). Sum of RGB (Red+Green+Blue) = 122+82+64=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5240 is #85ADBF. Grayscale: #5C5C5C. Windows color (decimal): -8760768 or 4215418. OLE color: 4215418.
HSL color Cylindrical-coordinate representation of color #7A5240: hue angle of 18.62º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5240 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 64 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.52 |
| HSL | 18.62º | 0.31% | 0.36% | - |
| HSV(B) | 18.62º | 0.48% | 0.48% | - |
| XYZ | 11.97 | 10.54 | 6.25 | - |
| YUV | 91.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 64 | 0 | 0.33 | 0.48 | 0.52 | 18.62 | 0.31 | 0.36 |
| Hex | 7A | 52 | 40 | 0 | 21 | 30 | 34 | 13 | 1F | 24 |
| Octal | 172 | 122 | 100 | 0 | 41 | 60 | 64 | 23 | 37 | 44 |
| Binary | 1111010 | 1010010 | 1000000 | 0 | 100001 | 110000 | 110100 | 10011 | 11111 | 100100 |
Color Harmonies of #7A5240
Complementary color
Monochromatic Colors of #7A5240
Black with #7A5240
Text Example
Text Example
White with #7A5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5240; }
p { color: rgb(122,82,64); }
H1.HeaderClassName
{
color: #7A5240;
}
.AnyTagClassName
{
color: #7A5240;
}
</style>
background-color css
<style>
a { background-color: #7A5240; }
a { background-color: rgb(122,82,64); }
div.DivClassName
{
background-color: #7A5240;
}
.BgClassName
{
background-color: #7A5240;
}
</style>
border-color css
<style>
span { border-color: #7A5240; }
span { border-color: rgb(122,82,64); }
td.TdClassName
{
border-color: #7A5240;
}
.TagClassName
{
border-color: #7A5240;
}
</style>