Shades of Cigar #7C503A
Tints of Cigar #7C503A
RGB
CMYK
RGB Variations
Color information
#7C503A (or 0x7C503A) is known color: Cigar. HEX triplet: 7C, 50 and 3A. RGB value is (124,80,58). Sum of RGB (Red+Green+Blue) = 124+80+58=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C503A is #83AFC5. Grayscale: #5A5A5A. Windows color (decimal): -8630214 or 3821692. OLE color: 3821692.
HSL color Cylindrical-coordinate representation of color #7C503A: hue angle of 20º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C503A is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 58 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.51 |
| HSL | 20º | 0.36% | 0.36% | - |
| HSV(B) | 20º | 0.53% | 0.49% | - |
| XYZ | 11.94 | 10.33 | 5.37 | - |
| YUV | 90.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 58 | 0 | 0.35 | 0.53 | 0.51 | 20 | 0.36 | 0.36 |
| Hex | 7C | 50 | 3A | 0 | 23 | 35 | 33 | 14 | 24 | 24 |
| Octal | 174 | 120 | 72 | 0 | 43 | 65 | 63 | 24 | 44 | 44 |
| Binary | 1111100 | 1010000 | 111010 | 0 | 100011 | 110101 | 110011 | 10100 | 100100 | 100100 |
Color Harmonies of #7C503A
Complementary color
Monochromatic Colors of #7C503A
Black with #7C503A
Text Example
Text Example
White with #7C503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C503A; }
p { color: rgb(124,80,58); }
H1.HeaderClassName
{
color: #7C503A;
}
.AnyTagClassName
{
color: #7C503A;
}
</style>
background-color css
<style>
a { background-color: #7C503A; }
a { background-color: rgb(124,80,58); }
div.DivClassName
{
background-color: #7C503A;
}
.BgClassName
{
background-color: #7C503A;
}
</style>
border-color css
<style>
span { border-color: #7C503A; }
span { border-color: rgb(124,80,58); }
td.TdClassName
{
border-color: #7C503A;
}
.TagClassName
{
border-color: #7C503A;
}
</style>