Shades of Cigar #7F5038
Tints of Cigar #7F5038
RGB
CMYK
RGB Variations
Color information
#7F5038 (or 0x7F5038) is known color: Cigar. HEX triplet: 7F, 50 and 38. RGB value is (127,80,56). Sum of RGB (Red+Green+Blue) = 127+80+56=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5038 is #80AFC7. Grayscale: #5B5B5B. Windows color (decimal): -8433608 or 3690623. OLE color: 3690623.
HSL color Cylindrical-coordinate representation of color #7F5038: hue angle of 20.28º 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 #7F5038 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 56 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.50 |
| HSL | 20.28º | 0.39% | 0.36% | - |
| HSV(B) | 20.28º | 0.56% | 0.5% | - |
| XYZ | 12.33 | 10.53 | 5.12 | - |
| YUV | 91.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 56 | 0 | 0.37 | 0.56 | 0.50 | 20.28 | 0.39 | 0.36 |
| Hex | 7F | 50 | 38 | 0 | 25 | 38 | 32 | 14 | 27 | 24 |
| Octal | 177 | 120 | 70 | 0 | 45 | 70 | 62 | 24 | 47 | 44 |
| Binary | 1111111 | 1010000 | 111000 | 0 | 100101 | 111000 | 110010 | 10100 | 100111 | 100100 |
Color Harmonies of #7F5038
Complementary color
Monochromatic Colors of #7F5038
Black with #7F5038
Text Example
Text Example
White with #7F5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5038; }
p { color: rgb(127,80,56); }
H1.HeaderClassName
{
color: #7F5038;
}
.AnyTagClassName
{
color: #7F5038;
}
</style>
background-color css
<style>
a { background-color: #7F5038; }
a { background-color: rgb(127,80,56); }
div.DivClassName
{
background-color: #7F5038;
}
.BgClassName
{
background-color: #7F5038;
}
</style>
border-color css
<style>
span { border-color: #7F5038; }
span { border-color: rgb(127,80,56); }
td.TdClassName
{
border-color: #7F5038;
}
.TagClassName
{
border-color: #7F5038;
}
</style>