Shades of Cigar #7C553B
Tints of Cigar #7C553B
RGB
CMYK
RGB Variations
Color information
#7C553B (or 0x7C553B) is known color: Cigar. HEX triplet: 7C, 55 and 3B. RGB value is (124,85,59). Sum of RGB (Red+Green+Blue) = 124+85+59=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C553B is #83AAC4. Grayscale: #5D5D5D. Windows color (decimal): -8628933 or 3888508. OLE color: 3888508.
HSL color Cylindrical-coordinate representation of color #7C553B: hue angle of 24º degrees, saturation: 0.36, 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 #7C553B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 59 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.51 |
| HSL | 24º | 0.36% | 0.36% | - |
| HSV(B) | 24º | 0.52% | 0.49% | - |
| XYZ | 12.35 | 11.1 | 5.63 | - |
| YUV | 93.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 59 | 0 | 0.31 | 0.52 | 0.51 | 24 | 0.36 | 0.36 |
| Hex | 7C | 55 | 3B | 0 | 1F | 34 | 33 | 18 | 24 | 24 |
| Octal | 174 | 125 | 73 | 0 | 37 | 64 | 63 | 30 | 44 | 44 |
| Binary | 1111100 | 1010101 | 111011 | 0 | 11111 | 110100 | 110011 | 11000 | 100100 | 100100 |
Color Harmonies of #7C553B
Complementary color
Monochromatic Colors of #7C553B
Black with #7C553B
Text Example
Text Example
White with #7C553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C553B; }
p { color: rgb(124,85,59); }
H1.HeaderClassName
{
color: #7C553B;
}
.AnyTagClassName
{
color: #7C553B;
}
</style>
background-color css
<style>
a { background-color: #7C553B; }
a { background-color: rgb(124,85,59); }
div.DivClassName
{
background-color: #7C553B;
}
.BgClassName
{
background-color: #7C553B;
}
</style>
border-color css
<style>
span { border-color: #7C553B; }
span { border-color: rgb(124,85,59); }
td.TdClassName
{
border-color: #7C553B;
}
.TagClassName
{
border-color: #7C553B;
}
</style>