Shades of Cigar #7C553C
Tints of Cigar #7C553C
RGB
CMYK
RGB Variations
Color information
#7C553C (or 0x7C553C) is known color: Cigar. HEX triplet: 7C, 55 and 3C. RGB value is (124,85,60). Sum of RGB (Red+Green+Blue) = 124+85+60=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C553C is #83AAC3. Grayscale: #5D5D5D. Windows color (decimal): -8628932 or 3954044. OLE color: 3954044.
HSL color Cylindrical-coordinate representation of color #7C553C: hue angle of 23.44º 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 #7C553C is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 60 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.51 |
| HSL | 23.44º | 0.35% | 0.36% | - |
| HSV(B) | 23.44º | 0.52% | 0.49% | - |
| XYZ | 12.38 | 11.11 | 5.77 | - |
| YUV | 93.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 60 | 0 | 0.31 | 0.52 | 0.51 | 23.44 | 0.35 | 0.36 |
| Hex | 7C | 55 | 3C | 0 | 1F | 34 | 33 | 17 | 23 | 24 |
| Octal | 174 | 125 | 74 | 0 | 37 | 64 | 63 | 27 | 43 | 44 |
| Binary | 1111100 | 1010101 | 111100 | 0 | 11111 | 110100 | 110011 | 10111 | 100011 | 100100 |
Color Harmonies of #7C553C
Complementary color
Monochromatic Colors of #7C553C
Black with #7C553C
Text Example
Text Example
White with #7C553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C553C; }
p { color: rgb(124,85,60); }
H1.HeaderClassName
{
color: #7C553C;
}
.AnyTagClassName
{
color: #7C553C;
}
</style>
background-color css
<style>
a { background-color: #7C553C; }
a { background-color: rgb(124,85,60); }
div.DivClassName
{
background-color: #7C553C;
}
.BgClassName
{
background-color: #7C553C;
}
</style>
border-color css
<style>
span { border-color: #7C553C; }
span { border-color: rgb(124,85,60); }
td.TdClassName
{
border-color: #7C553C;
}
.TagClassName
{
border-color: #7C553C;
}
</style>