Shades of Cigar #7F4D34
Tints of Cigar #7F4D34
RGB
CMYK
RGB Variations
Color information
#7F4D34 (or 0x7F4D34) is known color: Cigar. HEX triplet: 7F, 4D and 34. RGB value is (127,77,52). Sum of RGB (Red+Green+Blue) = 127+77+52=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D34 is #80B2CB. Grayscale: #595959. Windows color (decimal): -8434380 or 3427711. OLE color: 3427711.
HSL color Cylindrical-coordinate representation of color #7F4D34: hue angle of 20º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F4D34 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 52 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.50 |
| HSL | 20º | 0.42% | 0.35% | - |
| HSV(B) | 20º | 0.59% | 0.5% | - |
| XYZ | 12.03 | 10.07 | 4.56 | - |
| YUV | 89.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 52 | 0 | 0.39 | 0.59 | 0.50 | 20 | 0.42 | 0.35 |
| Hex | 7F | 4D | 34 | 0 | 27 | 3B | 32 | 14 | 2A | 23 |
| Octal | 177 | 115 | 64 | 0 | 47 | 73 | 62 | 24 | 52 | 43 |
| Binary | 1111111 | 1001101 | 110100 | 0 | 100111 | 111011 | 110010 | 10100 | 101010 | 100011 |
Color Harmonies of #7F4D34
Complementary color
Monochromatic Colors of #7F4D34
Black with #7F4D34
Text Example
Text Example
White with #7F4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D34; }
p { color: rgb(127,77,52); }
H1.HeaderClassName
{
color: #7F4D34;
}
.AnyTagClassName
{
color: #7F4D34;
}
</style>
background-color css
<style>
a { background-color: #7F4D34; }
a { background-color: rgb(127,77,52); }
div.DivClassName
{
background-color: #7F4D34;
}
.BgClassName
{
background-color: #7F4D34;
}
</style>
border-color css
<style>
span { border-color: #7F4D34; }
span { border-color: rgb(127,77,52); }
td.TdClassName
{
border-color: #7F4D34;
}
.TagClassName
{
border-color: #7F4D34;
}
</style>