Shades of Cigar #7C533C
Tints of Cigar #7C533C
RGB
CMYK
RGB Variations
Color information
#7C533C (or 0x7C533C) is known color: Cigar. HEX triplet: 7C, 53 and 3C. RGB value is (124,83,60). Sum of RGB (Red+Green+Blue) = 124+83+60=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C533C is #83ACC3. Grayscale: #5C5C5C. Windows color (decimal): -8629444 or 3953532. OLE color: 3953532.
HSL color Cylindrical-coordinate representation of color #7C533C: hue angle of 21.56º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C533C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 60 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.51 |
| HSL | 21.56º | 0.35% | 0.36% | - |
| HSV(B) | 21.56º | 0.52% | 0.49% | - |
| XYZ | 12.22 | 10.8 | 5.72 | - |
| YUV | 92.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 60 | 0 | 0.33 | 0.52 | 0.51 | 21.56 | 0.35 | 0.36 |
| Hex | 7C | 53 | 3C | 0 | 21 | 34 | 33 | 16 | 23 | 24 |
| Octal | 174 | 123 | 74 | 0 | 41 | 64 | 63 | 26 | 43 | 44 |
| Binary | 1111100 | 1010011 | 111100 | 0 | 100001 | 110100 | 110011 | 10110 | 100011 | 100100 |
Color Harmonies of #7C533C
Complementary color
Monochromatic Colors of #7C533C
Black with #7C533C
Text Example
Text Example
White with #7C533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C533C; }
p { color: rgb(124,83,60); }
H1.HeaderClassName
{
color: #7C533C;
}
.AnyTagClassName
{
color: #7C533C;
}
</style>
background-color css
<style>
a { background-color: #7C533C; }
a { background-color: rgb(124,83,60); }
div.DivClassName
{
background-color: #7C533C;
}
.BgClassName
{
background-color: #7C533C;
}
</style>
border-color css
<style>
span { border-color: #7C533C; }
span { border-color: rgb(124,83,60); }
td.TdClassName
{
border-color: #7C533C;
}
.TagClassName
{
border-color: #7C533C;
}
</style>