Shades of Cigar #7A5135
Tints of Cigar #7A5135
RGB
CMYK
RGB Variations
Color information
#7A5135 (or 0x7A5135) is known color: Cigar. HEX triplet: 7A, 51 and 35. RGB value is (122,81,53). Sum of RGB (Red+Green+Blue) = 122+81+53=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5135 is #85AECA. Grayscale: #5A5A5A. Windows color (decimal): -8761035 or 3494266. OLE color: 3494266.
HSL color Cylindrical-coordinate representation of color #7A5135: hue angle of 24.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A5135 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 53 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.52 |
| HSL | 24.35º | 0.39% | 0.34% | - |
| HSV(B) | 24.35º | 0.57% | 0.48% | - |
| XYZ | 11.61 | 10.28 | 4.74 | - |
| YUV | 90.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 53 | 0 | 0.34 | 0.57 | 0.52 | 24.35 | 0.39 | 0.34 |
| Hex | 7A | 51 | 35 | 0 | 22 | 39 | 34 | 18 | 27 | 22 |
| Octal | 172 | 121 | 65 | 0 | 42 | 71 | 64 | 30 | 47 | 42 |
| Binary | 1111010 | 1010001 | 110101 | 0 | 100010 | 111001 | 110100 | 11000 | 100111 | 100010 |
Color Harmonies of #7A5135
Complementary color
Monochromatic Colors of #7A5135
Black with #7A5135
Text Example
Text Example
White with #7A5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5135; }
p { color: rgb(122,81,53); }
H1.HeaderClassName
{
color: #7A5135;
}
.AnyTagClassName
{
color: #7A5135;
}
</style>
background-color css
<style>
a { background-color: #7A5135; }
a { background-color: rgb(122,81,53); }
div.DivClassName
{
background-color: #7A5135;
}
.BgClassName
{
background-color: #7A5135;
}
</style>
border-color css
<style>
span { border-color: #7A5135; }
span { border-color: rgb(122,81,53); }
td.TdClassName
{
border-color: #7A5135;
}
.TagClassName
{
border-color: #7A5135;
}
</style>