Shades of Cigar #7A5140
Tints of Cigar #7A5140
RGB
CMYK
RGB Variations
Color information
#7A5140 (or 0x7A5140) is known color: Cigar. HEX triplet: 7A, 51 and 40. RGB value is (122,81,64). Sum of RGB (Red+Green+Blue) = 122+81+64=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5140 is #85AEBF. Grayscale: #5B5B5B. Windows color (decimal): -8761024 or 4215162. OLE color: 4215162.
HSL color Cylindrical-coordinate representation of color #7A5140: hue angle of 17.59º 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 #7A5140 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 64 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.52 |
| HSL | 17.59º | 0.31% | 0.36% | - |
| HSV(B) | 17.59º | 0.48% | 0.48% | - |
| XYZ | 11.89 | 10.39 | 6.23 | - |
| YUV | 91.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 64 | 0 | 0.34 | 0.48 | 0.52 | 17.59 | 0.31 | 0.36 |
| Hex | 7A | 51 | 40 | 0 | 22 | 30 | 34 | 12 | 1F | 24 |
| Octal | 172 | 121 | 100 | 0 | 42 | 60 | 64 | 22 | 37 | 44 |
| Binary | 1111010 | 1010001 | 1000000 | 0 | 100010 | 110000 | 110100 | 10010 | 11111 | 100100 |
Color Harmonies of #7A5140
Complementary color
Monochromatic Colors of #7A5140
Black with #7A5140
Text Example
Text Example
White with #7A5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5140; }
p { color: rgb(122,81,64); }
H1.HeaderClassName
{
color: #7A5140;
}
.AnyTagClassName
{
color: #7A5140;
}
</style>
background-color css
<style>
a { background-color: #7A5140; }
a { background-color: rgb(122,81,64); }
div.DivClassName
{
background-color: #7A5140;
}
.BgClassName
{
background-color: #7A5140;
}
</style>
border-color css
<style>
span { border-color: #7A5140; }
span { border-color: rgb(122,81,64); }
td.TdClassName
{
border-color: #7A5140;
}
.TagClassName
{
border-color: #7A5140;
}
</style>