Shades of Cigar #7F523D
Tints of Cigar #7F523D
RGB
CMYK
RGB Variations
Color information
#7F523D (or 0x7F523D) is known color: Cigar. HEX triplet: 7F, 52 and 3D. RGB value is (127,82,61). Sum of RGB (Red+Green+Blue) = 127+82+61=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F523D is #80ADC2. Grayscale: #5D5D5D. Windows color (decimal): -8433091 or 4018815. OLE color: 4018815.
HSL color Cylindrical-coordinate representation of color #7F523D: hue angle of 19.09º 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 #7F523D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 61 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.50 |
| HSL | 19.09º | 0.35% | 0.37% | - |
| HSV(B) | 19.09º | 0.52% | 0.5% | - |
| XYZ | 12.61 | 10.88 | 5.85 | - |
| YUV | 93.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 61 | 0 | 0.35 | 0.52 | 0.50 | 19.09 | 0.35 | 0.37 |
| Hex | 7F | 52 | 3D | 0 | 23 | 34 | 32 | 13 | 23 | 25 |
| Octal | 177 | 122 | 75 | 0 | 43 | 64 | 62 | 23 | 43 | 45 |
| Binary | 1111111 | 1010010 | 111101 | 0 | 100011 | 110100 | 110010 | 10011 | 100011 | 100101 |
Color Harmonies of #7F523D
Complementary color
Monochromatic Colors of #7F523D
Black with #7F523D
Text Example
Text Example
White with #7F523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F523D; }
p { color: rgb(127,82,61); }
H1.HeaderClassName
{
color: #7F523D;
}
.AnyTagClassName
{
color: #7F523D;
}
</style>
background-color css
<style>
a { background-color: #7F523D; }
a { background-color: rgb(127,82,61); }
div.DivClassName
{
background-color: #7F523D;
}
.BgClassName
{
background-color: #7F523D;
}
</style>
border-color css
<style>
span { border-color: #7F523D; }
span { border-color: rgb(127,82,61); }
td.TdClassName
{
border-color: #7F523D;
}
.TagClassName
{
border-color: #7F523D;
}
</style>