Shades of Cigar #7A4B33
Tints of Cigar #7A4B33
RGB
CMYK
RGB Variations
Color information
#7A4B33 (or 0x7A4B33) is known color: Cigar. HEX triplet: 7A, 4B and 33. RGB value is (122,75,51). Sum of RGB (Red+Green+Blue) = 122+75+51=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4B33 is #85B4CC. Grayscale: #565656. Windows color (decimal): -8762573 or 3361658. OLE color: 3361658.
HSL color Cylindrical-coordinate representation of color #7A4B33: hue angle of 20.28º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A4B33 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 75 | 51 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.52 |
| HSL | 20.28º | 0.41% | 0.34% | - |
| HSV(B) | 20.28º | 0.58% | 0.48% | - |
| XYZ | 11.14 | 9.41 | 4.36 | - |
| YUV | 86.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 51 | 0 | 0.39 | 0.58 | 0.52 | 20.28 | 0.41 | 0.34 |
| Hex | 7A | 4B | 33 | 0 | 27 | 3A | 34 | 14 | 29 | 22 |
| Octal | 172 | 113 | 63 | 0 | 47 | 72 | 64 | 24 | 51 | 42 |
| Binary | 1111010 | 1001011 | 110011 | 0 | 100111 | 111010 | 110100 | 10100 | 101001 | 100010 |
Color Harmonies of #7A4B33
Complementary color
Monochromatic Colors of #7A4B33
Black with #7A4B33
Text Example
Text Example
White with #7A4B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4B33; }
p { color: rgb(122,75,51); }
H1.HeaderClassName
{
color: #7A4B33;
}
.AnyTagClassName
{
color: #7A4B33;
}
</style>
background-color css
<style>
a { background-color: #7A4B33; }
a { background-color: rgb(122,75,51); }
div.DivClassName
{
background-color: #7A4B33;
}
.BgClassName
{
background-color: #7A4B33;
}
</style>
border-color css
<style>
span { border-color: #7A4B33; }
span { border-color: rgb(122,75,51); }
td.TdClassName
{
border-color: #7A4B33;
}
.TagClassName
{
border-color: #7A4B33;
}
</style>