Shades of Korma #7C512E
Tints of Korma #7C512E
RGB
CMYK
RGB Variations
Color information
#7C512E (or 0x7C512E) is known color: Korma. HEX triplet: 7C, 51 and 2E. RGB value is (124,81,46). Sum of RGB (Red+Green+Blue) = 124+81+46=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C512E is #83AED1. Grayscale: #5A5A5A. Windows color (decimal): -8629970 or 3035516. OLE color: 3035516.
HSL color Cylindrical-coordinate representation of color #7C512E: hue angle of 26.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C512E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 46 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.51 |
| HSL | 26.92º | 0.46% | 0.33% | - |
| HSV(B) | 26.92º | 0.63% | 0.49% | - |
| XYZ | 11.75 | 10.37 | 3.97 | - |
| YUV | 89.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 46 | 0 | 0.35 | 0.63 | 0.51 | 26.92 | 0.46 | 0.33 |
| Hex | 7C | 51 | 2E | 0 | 23 | 3F | 33 | 1B | 2E | 21 |
| Octal | 174 | 121 | 56 | 0 | 43 | 77 | 63 | 33 | 56 | 41 |
| Binary | 1111100 | 1010001 | 101110 | 0 | 100011 | 111111 | 110011 | 11011 | 101110 | 100001 |
Color Harmonies of #7C512E
Complementary color
Monochromatic Colors of #7C512E
Black with #7C512E
Text Example
Text Example
White with #7C512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C512E; }
p { color: rgb(124,81,46); }
H1.HeaderClassName
{
color: #7C512E;
}
.AnyTagClassName
{
color: #7C512E;
}
</style>
background-color css
<style>
a { background-color: #7C512E; }
a { background-color: rgb(124,81,46); }
div.DivClassName
{
background-color: #7C512E;
}
.BgClassName
{
background-color: #7C512E;
}
</style>
border-color css
<style>
span { border-color: #7C512E; }
span { border-color: rgb(124,81,46); }
td.TdClassName
{
border-color: #7C512E;
}
.TagClassName
{
border-color: #7C512E;
}
</style>