Shades of Cigar #7F5538
Tints of Cigar #7F5538
RGB
CMYK
RGB Variations
Color information
#7F5538 (or 0x7F5538) is known color: Cigar. HEX triplet: 7F, 55 and 38. RGB value is (127,85,56). Sum of RGB (Red+Green+Blue) = 127+85+56=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5538 is #80AAC7. Grayscale: #5E5E5E. Windows color (decimal): -8432328 or 3691903. OLE color: 3691903.
HSL color Cylindrical-coordinate representation of color #7F5538: hue angle of 24.51º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F5538 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 56 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.50 |
| HSL | 24.51º | 0.39% | 0.36% | - |
| HSV(B) | 24.51º | 0.56% | 0.5% | - |
| XYZ | 12.71 | 11.29 | 5.25 | - |
| YUV | 94.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 56 | 0 | 0.33 | 0.56 | 0.50 | 24.51 | 0.39 | 0.36 |
| Hex | 7F | 55 | 38 | 0 | 21 | 38 | 32 | 19 | 27 | 24 |
| Octal | 177 | 125 | 70 | 0 | 41 | 70 | 62 | 31 | 47 | 44 |
| Binary | 1111111 | 1010101 | 111000 | 0 | 100001 | 111000 | 110010 | 11001 | 100111 | 100100 |
Color Harmonies of #7F5538
Complementary color
Monochromatic Colors of #7F5538
Black with #7F5538
Text Example
Text Example
White with #7F5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5538; }
p { color: rgb(127,85,56); }
H1.HeaderClassName
{
color: #7F5538;
}
.AnyTagClassName
{
color: #7F5538;
}
</style>
background-color css
<style>
a { background-color: #7F5538; }
a { background-color: rgb(127,85,56); }
div.DivClassName
{
background-color: #7F5538;
}
.BgClassName
{
background-color: #7F5538;
}
</style>
border-color css
<style>
span { border-color: #7F5538; }
span { border-color: rgb(127,85,56); }
td.TdClassName
{
border-color: #7F5538;
}
.TagClassName
{
border-color: #7F5538;
}
</style>