Shades of Cigar #7E553B
Tints of Cigar #7E553B
RGB
CMYK
RGB Variations
Color information
#7E553B (or 0x7E553B) is known color: Cigar. HEX triplet: 7E, 55 and 3B. RGB value is (126,85,59). Sum of RGB (Red+Green+Blue) = 126+85+59=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E553B is #81AAC4. Grayscale: #5E5E5E. Windows color (decimal): -8497861 or 3888510. OLE color: 3888510.
HSL color Cylindrical-coordinate representation of color #7E553B: hue angle of 23.28º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E553B is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 59 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.51 |
| HSL | 23.28º | 0.36% | 0.36% | - |
| HSV(B) | 23.28º | 0.53% | 0.49% | - |
| XYZ | 12.64 | 11.25 | 5.64 | - |
| YUV | 94.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 59 | 0 | 0.33 | 0.53 | 0.51 | 23.28 | 0.36 | 0.36 |
| Hex | 7E | 55 | 3B | 0 | 21 | 35 | 33 | 17 | 24 | 24 |
| Octal | 176 | 125 | 73 | 0 | 41 | 65 | 63 | 27 | 44 | 44 |
| Binary | 1111110 | 1010101 | 111011 | 0 | 100001 | 110101 | 110011 | 10111 | 100100 | 100100 |
Color Harmonies of #7E553B
Complementary color
Monochromatic Colors of #7E553B
Black with #7E553B
Text Example
Text Example
White with #7E553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E553B; }
p { color: rgb(126,85,59); }
H1.HeaderClassName
{
color: #7E553B;
}
.AnyTagClassName
{
color: #7E553B;
}
</style>
background-color css
<style>
a { background-color: #7E553B; }
a { background-color: rgb(126,85,59); }
div.DivClassName
{
background-color: #7E553B;
}
.BgClassName
{
background-color: #7E553B;
}
</style>
border-color css
<style>
span { border-color: #7E553B; }
span { border-color: rgb(126,85,59); }
td.TdClassName
{
border-color: #7E553B;
}
.TagClassName
{
border-color: #7E553B;
}
</style>