Shades of Cigar #7A4935
Tints of Cigar #7A4935
RGB
CMYK
RGB Variations
Color information
#7A4935 (or 0x7A4935) is known color: Cigar. HEX triplet: 7A, 49 and 35. RGB value is (122,73,53). Sum of RGB (Red+Green+Blue) = 122+73+53=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4935 is #85B6CA. Grayscale: #555555. Windows color (decimal): -8763083 or 3492218. OLE color: 3492218.
HSL color Cylindrical-coordinate representation of color #7A4935: hue angle of 17.39º 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 #7A4935 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 53 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.52 |
| HSL | 17.39º | 0.39% | 0.34% | - |
| HSV(B) | 17.39º | 0.57% | 0.48% | - |
| XYZ | 11.05 | 9.16 | 4.55 | - |
| YUV | 85.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 53 | 0 | 0.40 | 0.57 | 0.52 | 17.39 | 0.39 | 0.34 |
| Hex | 7A | 49 | 35 | 0 | 28 | 39 | 34 | 11 | 27 | 22 |
| Octal | 172 | 111 | 65 | 0 | 50 | 71 | 64 | 21 | 47 | 42 |
| Binary | 1111010 | 1001001 | 110101 | 0 | 101000 | 111001 | 110100 | 10001 | 100111 | 100010 |
Color Harmonies of #7A4935
Complementary color
Monochromatic Colors of #7A4935
Black with #7A4935
Text Example
Text Example
White with #7A4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4935; }
p { color: rgb(122,73,53); }
H1.HeaderClassName
{
color: #7A4935;
}
.AnyTagClassName
{
color: #7A4935;
}
</style>
background-color css
<style>
a { background-color: #7A4935; }
a { background-color: rgb(122,73,53); }
div.DivClassName
{
background-color: #7A4935;
}
.BgClassName
{
background-color: #7A4935;
}
</style>
border-color css
<style>
span { border-color: #7A4935; }
span { border-color: rgb(122,73,53); }
td.TdClassName
{
border-color: #7A4935;
}
.TagClassName
{
border-color: #7A4935;
}
</style>