Shades of Cigar #7C503C
Tints of Cigar #7C503C
RGB
CMYK
RGB Variations
Color information
#7C503C (or 0x7C503C) is known color: Cigar. HEX triplet: 7C, 50 and 3C. RGB value is (124,80,60). Sum of RGB (Red+Green+Blue) = 124+80+60=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C503C is #83AFC3. Grayscale: #5A5A5A. Windows color (decimal): -8630212 or 3952764. OLE color: 3952764.
HSL color Cylindrical-coordinate representation of color #7C503C: hue angle of 18.75º 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 #7C503C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 60 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.51 |
| HSL | 18.75º | 0.35% | 0.36% | - |
| HSV(B) | 18.75º | 0.52% | 0.49% | - |
| XYZ | 12 | 10.35 | 5.64 | - |
| YUV | 90.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 60 | 0 | 0.35 | 0.52 | 0.51 | 18.75 | 0.35 | 0.36 |
| Hex | 7C | 50 | 3C | 0 | 23 | 34 | 33 | 13 | 23 | 24 |
| Octal | 174 | 120 | 74 | 0 | 43 | 64 | 63 | 23 | 43 | 44 |
| Binary | 1111100 | 1010000 | 111100 | 0 | 100011 | 110100 | 110011 | 10011 | 100011 | 100100 |
Color Harmonies of #7C503C
Complementary color
Monochromatic Colors of #7C503C
Black with #7C503C
Text Example
Text Example
White with #7C503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C503C; }
p { color: rgb(124,80,60); }
H1.HeaderClassName
{
color: #7C503C;
}
.AnyTagClassName
{
color: #7C503C;
}
</style>
background-color css
<style>
a { background-color: #7C503C; }
a { background-color: rgb(124,80,60); }
div.DivClassName
{
background-color: #7C503C;
}
.BgClassName
{
background-color: #7C503C;
}
</style>
border-color css
<style>
span { border-color: #7C503C; }
span { border-color: rgb(124,80,60); }
td.TdClassName
{
border-color: #7C503C;
}
.TagClassName
{
border-color: #7C503C;
}
</style>