Shades of Cigar #7F553E
Tints of Cigar #7F553E
RGB
CMYK
RGB Variations
Color information
#7F553E (or 0x7F553E) is known color: Cigar. HEX triplet: 7F, 55 and 3E. RGB value is (127,85,62). Sum of RGB (Red+Green+Blue) = 127+85+62=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F553E is #80AAC1. Grayscale: #5F5F5F. Windows color (decimal): -8432322 or 4085119. OLE color: 4085119.
HSL color Cylindrical-coordinate representation of color #7F553E: hue angle of 21.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F553E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 62 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.50 |
| HSL | 21.23º | 0.34% | 0.37% | - |
| HSV(B) | 21.23º | 0.51% | 0.5% | - |
| XYZ | 12.87 | 11.36 | 6.07 | - |
| YUV | 94.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 62 | 0 | 0.33 | 0.51 | 0.50 | 21.23 | 0.34 | 0.37 |
| Hex | 7F | 55 | 3E | 0 | 21 | 33 | 32 | 15 | 22 | 25 |
| Octal | 177 | 125 | 76 | 0 | 41 | 63 | 62 | 25 | 42 | 45 |
| Binary | 1111111 | 1010101 | 111110 | 0 | 100001 | 110011 | 110010 | 10101 | 100010 | 100101 |
Color Harmonies of #7F553E
Complementary color
Monochromatic Colors of #7F553E
Black with #7F553E
Text Example
Text Example
White with #7F553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F553E; }
p { color: rgb(127,85,62); }
H1.HeaderClassName
{
color: #7F553E;
}
.AnyTagClassName
{
color: #7F553E;
}
</style>
background-color css
<style>
a { background-color: #7F553E; }
a { background-color: rgb(127,85,62); }
div.DivClassName
{
background-color: #7F553E;
}
.BgClassName
{
background-color: #7F553E;
}
</style>
border-color css
<style>
span { border-color: #7F553E; }
span { border-color: rgb(127,85,62); }
td.TdClassName
{
border-color: #7F553E;
}
.TagClassName
{
border-color: #7F553E;
}
</style>