Shades of Cigar #7F523B
Tints of Cigar #7F523B
RGB
CMYK
RGB Variations
Color information
#7F523B (or 0x7F523B) is known color: Cigar. HEX triplet: 7F, 52 and 3B. RGB value is (127,82,59). Sum of RGB (Red+Green+Blue) = 127+82+59=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F523B is #80ADC4. Grayscale: #5C5C5C. Windows color (decimal): -8433093 or 3887743. OLE color: 3887743.
HSL color Cylindrical-coordinate representation of color #7F523B: hue angle of 20.29º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F523B is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 59 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.50 |
| HSL | 20.29º | 0.37% | 0.36% | - |
| HSV(B) | 20.29º | 0.54% | 0.5% | - |
| XYZ | 12.56 | 10.86 | 5.57 | - |
| YUV | 92.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 59 | 0 | 0.35 | 0.54 | 0.50 | 20.29 | 0.37 | 0.36 |
| Hex | 7F | 52 | 3B | 0 | 23 | 36 | 32 | 14 | 25 | 24 |
| Octal | 177 | 122 | 73 | 0 | 43 | 66 | 62 | 24 | 45 | 44 |
| Binary | 1111111 | 1010010 | 111011 | 0 | 100011 | 110110 | 110010 | 10100 | 100101 | 100100 |
Color Harmonies of #7F523B
Complementary color
Monochromatic Colors of #7F523B
Black with #7F523B
Text Example
Text Example
White with #7F523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F523B; }
p { color: rgb(127,82,59); }
H1.HeaderClassName
{
color: #7F523B;
}
.AnyTagClassName
{
color: #7F523B;
}
</style>
background-color css
<style>
a { background-color: #7F523B; }
a { background-color: rgb(127,82,59); }
div.DivClassName
{
background-color: #7F523B;
}
.BgClassName
{
background-color: #7F523B;
}
</style>
border-color css
<style>
span { border-color: #7F523B; }
span { border-color: rgb(127,82,59); }
td.TdClassName
{
border-color: #7F523B;
}
.TagClassName
{
border-color: #7F523B;
}
</style>