Shades of Cigar #7C523B
Tints of Cigar #7C523B
RGB
CMYK
RGB Variations
Color information
#7C523B (or 0x7C523B) is known color: Cigar. HEX triplet: 7C, 52 and 3B. RGB value is (124,82,59). Sum of RGB (Red+Green+Blue) = 124+82+59=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C523B is #83ADC4. Grayscale: #5C5C5C. Windows color (decimal): -8629701 or 3887740. OLE color: 3887740.
HSL color Cylindrical-coordinate representation of color #7C523B: hue angle of 21.23º 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 #7C523B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 59 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.51 |
| HSL | 21.23º | 0.36% | 0.36% | - |
| HSV(B) | 21.23º | 0.52% | 0.49% | - |
| XYZ | 12.12 | 10.64 | 5.55 | - |
| YUV | 91.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 59 | 0 | 0.34 | 0.52 | 0.51 | 21.23 | 0.36 | 0.36 |
| Hex | 7C | 52 | 3B | 0 | 22 | 34 | 33 | 15 | 24 | 24 |
| Octal | 174 | 122 | 73 | 0 | 42 | 64 | 63 | 25 | 44 | 44 |
| Binary | 1111100 | 1010010 | 111011 | 0 | 100010 | 110100 | 110011 | 10101 | 100100 | 100100 |
Color Harmonies of #7C523B
Complementary color
Monochromatic Colors of #7C523B
Black with #7C523B
Text Example
Text Example
White with #7C523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C523B; }
p { color: rgb(124,82,59); }
H1.HeaderClassName
{
color: #7C523B;
}
.AnyTagClassName
{
color: #7C523B;
}
</style>
background-color css
<style>
a { background-color: #7C523B; }
a { background-color: rgb(124,82,59); }
div.DivClassName
{
background-color: #7C523B;
}
.BgClassName
{
background-color: #7C523B;
}
</style>
border-color css
<style>
span { border-color: #7C523B; }
span { border-color: rgb(124,82,59); }
td.TdClassName
{
border-color: #7C523B;
}
.TagClassName
{
border-color: #7C523B;
}
</style>