Shades of Cigar #7F543D
Tints of Cigar #7F543D
RGB
CMYK
RGB Variations
Color information
#7F543D (or 0x7F543D) is known color: Cigar. HEX triplet: 7F, 54 and 3D. RGB value is (127,84,61). Sum of RGB (Red+Green+Blue) = 127+84+61=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F543D is #80ABC2. Grayscale: #5E5E5E. Windows color (decimal): -8432579 or 4019327. OLE color: 4019327.
HSL color Cylindrical-coordinate representation of color #7F543D: hue angle of 20.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F543D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 61 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.50 |
| HSL | 20.91º | 0.35% | 0.37% | - |
| HSV(B) | 20.91º | 0.52% | 0.5% | - |
| XYZ | 12.77 | 11.19 | 5.9 | - |
| YUV | 94.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 61 | 0 | 0.34 | 0.52 | 0.50 | 20.91 | 0.35 | 0.37 |
| Hex | 7F | 54 | 3D | 0 | 22 | 34 | 32 | 15 | 23 | 25 |
| Octal | 177 | 124 | 75 | 0 | 42 | 64 | 62 | 25 | 43 | 45 |
| Binary | 1111111 | 1010100 | 111101 | 0 | 100010 | 110100 | 110010 | 10101 | 100011 | 100101 |
Color Harmonies of #7F543D
Complementary color
Monochromatic Colors of #7F543D
Black with #7F543D
Text Example
Text Example
White with #7F543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F543D; }
p { color: rgb(127,84,61); }
H1.HeaderClassName
{
color: #7F543D;
}
.AnyTagClassName
{
color: #7F543D;
}
</style>
background-color css
<style>
a { background-color: #7F543D; }
a { background-color: rgb(127,84,61); }
div.DivClassName
{
background-color: #7F543D;
}
.BgClassName
{
background-color: #7F543D;
}
</style>
border-color css
<style>
span { border-color: #7F543D; }
span { border-color: rgb(127,84,61); }
td.TdClassName
{
border-color: #7F543D;
}
.TagClassName
{
border-color: #7F543D;
}
</style>