Shades of Cigar #7C553F
Tints of Cigar #7C553F
RGB
CMYK
RGB Variations
Color information
#7C553F (or 0x7C553F) is known color: Cigar. HEX triplet: 7C, 55 and 3F. RGB value is (124,85,63). Sum of RGB (Red+Green+Blue) = 124+85+63=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C553F is #83AAC0. Grayscale: #5E5E5E. Windows color (decimal): -8628929 or 4150652. OLE color: 4150652.
HSL color Cylindrical-coordinate representation of color #7C553F: hue angle of 21.64º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C553F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 63 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.51 |
| HSL | 21.64º | 0.33% | 0.37% | - |
| HSV(B) | 21.64º | 0.49% | 0.49% | - |
| XYZ | 12.46 | 11.14 | 6.2 | - |
| YUV | 94.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 63 | 0 | 0.31 | 0.49 | 0.51 | 21.64 | 0.33 | 0.37 |
| Hex | 7C | 55 | 3F | 0 | 1F | 31 | 33 | 16 | 21 | 25 |
| Octal | 174 | 125 | 77 | 0 | 37 | 61 | 63 | 26 | 41 | 45 |
| Binary | 1111100 | 1010101 | 111111 | 0 | 11111 | 110001 | 110011 | 10110 | 100001 | 100101 |
Color Harmonies of #7C553F
Complementary color
Monochromatic Colors of #7C553F
Black with #7C553F
Text Example
Text Example
White with #7C553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C553F; }
p { color: rgb(124,85,63); }
H1.HeaderClassName
{
color: #7C553F;
}
.AnyTagClassName
{
color: #7C553F;
}
</style>
background-color css
<style>
a { background-color: #7C553F; }
a { background-color: rgb(124,85,63); }
div.DivClassName
{
background-color: #7C553F;
}
.BgClassName
{
background-color: #7C553F;
}
</style>
border-color css
<style>
span { border-color: #7C553F; }
span { border-color: rgb(124,85,63); }
td.TdClassName
{
border-color: #7C553F;
}
.TagClassName
{
border-color: #7C553F;
}
</style>