Shades of Cigar #7A5134
Tints of Cigar #7A5134
RGB
CMYK
RGB Variations
Color information
#7A5134 (or 0x7A5134) is known color: Cigar. HEX triplet: 7A, 51 and 34. RGB value is (122,81,52). Sum of RGB (Red+Green+Blue) = 122+81+52=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5134 is #85AECB. Grayscale: #5A5A5A. Windows color (decimal): -8761036 or 3428730. OLE color: 3428730.
HSL color Cylindrical-coordinate representation of color #7A5134: hue angle of 24.86º degrees, saturation: 0.4, 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 #7A5134 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 52 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.52 |
| HSL | 24.86º | 0.4% | 0.34% | - |
| HSV(B) | 24.86º | 0.57% | 0.48% | - |
| XYZ | 11.59 | 10.27 | 4.62 | - |
| YUV | 89.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 52 | 0 | 0.34 | 0.57 | 0.52 | 24.86 | 0.4 | 0.34 |
| Hex | 7A | 51 | 34 | 0 | 22 | 39 | 34 | 19 | 28 | 22 |
| Octal | 172 | 121 | 64 | 0 | 42 | 71 | 64 | 31 | 50 | 42 |
| Binary | 1111010 | 1010001 | 110100 | 0 | 100010 | 111001 | 110100 | 11001 | 101000 | 100010 |
Color Harmonies of #7A5134
Complementary color
Monochromatic Colors of #7A5134
Black with #7A5134
Text Example
Text Example
White with #7A5134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5134; }
p { color: rgb(122,81,52); }
H1.HeaderClassName
{
color: #7A5134;
}
.AnyTagClassName
{
color: #7A5134;
}
</style>
background-color css
<style>
a { background-color: #7A5134; }
a { background-color: rgb(122,81,52); }
div.DivClassName
{
background-color: #7A5134;
}
.BgClassName
{
background-color: #7A5134;
}
</style>
border-color css
<style>
span { border-color: #7A5134; }
span { border-color: rgb(122,81,52); }
td.TdClassName
{
border-color: #7A5134;
}
.TagClassName
{
border-color: #7A5134;
}
</style>