Shades of Cigar #7C513B
Tints of Cigar #7C513B
RGB
CMYK
RGB Variations
Color information
#7C513B (or 0x7C513B) is known color: Cigar. HEX triplet: 7C, 51 and 3B. RGB value is (124,81,59). Sum of RGB (Red+Green+Blue) = 124+81+59=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C513B is #83AEC4. Grayscale: #5B5B5B. Windows color (decimal): -8629957 or 3887484. OLE color: 3887484.
HSL color Cylindrical-coordinate representation of color #7C513B: hue angle of 20.31º 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 #7C513B is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 59 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.51 |
| HSL | 20.31º | 0.36% | 0.36% | - |
| HSV(B) | 20.31º | 0.52% | 0.49% | - |
| XYZ | 12.04 | 10.49 | 5.53 | - |
| YUV | 91.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 59 | 0 | 0.35 | 0.52 | 0.51 | 20.31 | 0.36 | 0.36 |
| Hex | 7C | 51 | 3B | 0 | 23 | 34 | 33 | 14 | 24 | 24 |
| Octal | 174 | 121 | 73 | 0 | 43 | 64 | 63 | 24 | 44 | 44 |
| Binary | 1111100 | 1010001 | 111011 | 0 | 100011 | 110100 | 110011 | 10100 | 100100 | 100100 |
Color Harmonies of #7C513B
Complementary color
Monochromatic Colors of #7C513B
Black with #7C513B
Text Example
Text Example
White with #7C513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C513B; }
p { color: rgb(124,81,59); }
H1.HeaderClassName
{
color: #7C513B;
}
.AnyTagClassName
{
color: #7C513B;
}
</style>
background-color css
<style>
a { background-color: #7C513B; }
a { background-color: rgb(124,81,59); }
div.DivClassName
{
background-color: #7C513B;
}
.BgClassName
{
background-color: #7C513B;
}
</style>
border-color css
<style>
span { border-color: #7C513B; }
span { border-color: rgb(124,81,59); }
td.TdClassName
{
border-color: #7C513B;
}
.TagClassName
{
border-color: #7C513B;
}
</style>