Shades of Cigar #7C4B32
Tints of Cigar #7C4B32
RGB
CMYK
RGB Variations
Color information
#7C4B32 (or 0x7C4B32) is known color: Cigar. HEX triplet: 7C, 4B and 32. RGB value is (124,75,50). Sum of RGB (Red+Green+Blue) = 124+75+50=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4B32 is #83B4CD. Grayscale: #565656. Windows color (decimal): -8631502 or 3296124. OLE color: 3296124.
HSL color Cylindrical-coordinate representation of color #7C4B32: hue angle of 20.27º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4B32 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 50 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.51 |
| HSL | 20.27º | 0.43% | 0.34% | - |
| HSV(B) | 20.27º | 0.6% | 0.49% | - |
| XYZ | 11.4 | 9.55 | 4.26 | - |
| YUV | 86.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 50 | 0 | 0.40 | 0.60 | 0.51 | 20.27 | 0.43 | 0.34 |
| Hex | 7C | 4B | 32 | 0 | 28 | 3C | 33 | 14 | 2B | 22 |
| Octal | 174 | 113 | 62 | 0 | 50 | 74 | 63 | 24 | 53 | 42 |
| Binary | 1111100 | 1001011 | 110010 | 0 | 101000 | 111100 | 110011 | 10100 | 101011 | 100010 |
Color Harmonies of #7C4B32
Complementary color
Monochromatic Colors of #7C4B32
Black with #7C4B32
Text Example
Text Example
White with #7C4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B32; }
p { color: rgb(124,75,50); }
H1.HeaderClassName
{
color: #7C4B32;
}
.AnyTagClassName
{
color: #7C4B32;
}
</style>
background-color css
<style>
a { background-color: #7C4B32; }
a { background-color: rgb(124,75,50); }
div.DivClassName
{
background-color: #7C4B32;
}
.BgClassName
{
background-color: #7C4B32;
}
</style>
border-color css
<style>
span { border-color: #7C4B32; }
span { border-color: rgb(124,75,50); }
td.TdClassName
{
border-color: #7C4B32;
}
.TagClassName
{
border-color: #7C4B32;
}
</style>