Shades of Korma #7C5129
Tints of Korma #7C5129
RGB
CMYK
RGB Variations
Color information
#7C5129 (or 0x7C5129) is known color: Korma. HEX triplet: 7C, 51 and 29. RGB value is (124,81,41). Sum of RGB (Red+Green+Blue) = 124+81+41=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5129 is #83AED6. Grayscale: #595959. Windows color (decimal): -8629975 or 2707836. OLE color: 2707836.
HSL color Cylindrical-coordinate representation of color #7C5129: hue angle of 28.92º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C5129 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 41 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.51 |
| HSL | 28.92º | 0.5% | 0.32% | - |
| HSV(B) | 28.92º | 0.67% | 0.49% | - |
| XYZ | 11.65 | 10.33 | 3.48 | - |
| YUV | 89.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 41 | 0 | 0.35 | 0.67 | 0.51 | 28.92 | 0.5 | 0.32 |
| Hex | 7C | 51 | 29 | 0 | 23 | 43 | 33 | 1D | 32 | 20 |
| Octal | 174 | 121 | 51 | 0 | 43 | 103 | 63 | 35 | 62 | 40 |
| Binary | 1111100 | 1010001 | 101001 | 0 | 100011 | 1000011 | 110011 | 11101 | 110010 | 100000 |
Color Harmonies of #7C5129
Complementary color
Monochromatic Colors of #7C5129
Black with #7C5129
Text Example
Text Example
White with #7C5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5129; }
p { color: rgb(124,81,41); }
H1.HeaderClassName
{
color: #7C5129;
}
.AnyTagClassName
{
color: #7C5129;
}
</style>
background-color css
<style>
a { background-color: #7C5129; }
a { background-color: rgb(124,81,41); }
div.DivClassName
{
background-color: #7C5129;
}
.BgClassName
{
background-color: #7C5129;
}
</style>
border-color css
<style>
span { border-color: #7C5129; }
span { border-color: rgb(124,81,41); }
td.TdClassName
{
border-color: #7C5129;
}
.TagClassName
{
border-color: #7C5129;
}
</style>