Shades of Cigar #7C523C
Tints of Cigar #7C523C
RGB
CMYK
RGB Variations
Color information
#7C523C (or 0x7C523C) is known color: Cigar. HEX triplet: 7C, 52 and 3C. RGB value is (124,82,60). Sum of RGB (Red+Green+Blue) = 124+82+60=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C523C is #83ADC3. Grayscale: #5C5C5C. Windows color (decimal): -8629700 or 3953276. OLE color: 3953276.
HSL color Cylindrical-coordinate representation of color #7C523C: hue angle of 20.62º 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 #7C523C is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 60 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.51 |
| HSL | 20.63º | 0.35% | 0.36% | - |
| HSV(B) | 20.63º | 0.52% | 0.49% | - |
| XYZ | 12.15 | 10.65 | 5.69 | - |
| YUV | 92.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 60 | 0 | 0.34 | 0.52 | 0.51 | 20.63 | 0.35 | 0.36 |
| Hex | 7C | 52 | 3C | 0 | 22 | 34 | 33 | 15 | 23 | 24 |
| Octal | 174 | 122 | 74 | 0 | 42 | 64 | 63 | 25 | 43 | 44 |
| Binary | 1111100 | 1010010 | 111100 | 0 | 100010 | 110100 | 110011 | 10101 | 100011 | 100100 |
Color Harmonies of #7C523C
Complementary color
Monochromatic Colors of #7C523C
Black with #7C523C
Text Example
Text Example
White with #7C523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C523C; }
p { color: rgb(124,82,60); }
H1.HeaderClassName
{
color: #7C523C;
}
.AnyTagClassName
{
color: #7C523C;
}
</style>
background-color css
<style>
a { background-color: #7C523C; }
a { background-color: rgb(124,82,60); }
div.DivClassName
{
background-color: #7C523C;
}
.BgClassName
{
background-color: #7C523C;
}
</style>
border-color css
<style>
span { border-color: #7C523C; }
span { border-color: rgb(124,82,60); }
td.TdClassName
{
border-color: #7C523C;
}
.TagClassName
{
border-color: #7C523C;
}
</style>