Shades of Korma #7C512B
Tints of Korma #7C512B
RGB
CMYK
RGB Variations
Color information
#7C512B (or 0x7C512B) is known color: Korma. HEX triplet: 7C, 51 and 2B. RGB value is (124,81,43). Sum of RGB (Red+Green+Blue) = 124+81+43=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C512B is #83AED4. Grayscale: #595959. Windows color (decimal): -8629973 or 2838908. OLE color: 2838908.
HSL color Cylindrical-coordinate representation of color #7C512B: hue angle of 28.15º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C512B is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 43 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.51 |
| HSL | 28.15º | 0.49% | 0.33% | - |
| HSV(B) | 28.15º | 0.65% | 0.49% | - |
| XYZ | 11.69 | 10.34 | 3.67 | - |
| YUV | 89.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 43 | 0 | 0.35 | 0.65 | 0.51 | 28.15 | 0.49 | 0.33 |
| Hex | 7C | 51 | 2B | 0 | 23 | 41 | 33 | 1C | 31 | 21 |
| Octal | 174 | 121 | 53 | 0 | 43 | 101 | 63 | 34 | 61 | 41 |
| Binary | 1111100 | 1010001 | 101011 | 0 | 100011 | 1000001 | 110011 | 11100 | 110001 | 100001 |
Color Harmonies of #7C512B
Complementary color
Monochromatic Colors of #7C512B
Black with #7C512B
Text Example
Text Example
White with #7C512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C512B; }
p { color: rgb(124,81,43); }
H1.HeaderClassName
{
color: #7C512B;
}
.AnyTagClassName
{
color: #7C512B;
}
</style>
background-color css
<style>
a { background-color: #7C512B; }
a { background-color: rgb(124,81,43); }
div.DivClassName
{
background-color: #7C512B;
}
.BgClassName
{
background-color: #7C512B;
}
</style>
border-color css
<style>
span { border-color: #7C512B; }
span { border-color: rgb(124,81,43); }
td.TdClassName
{
border-color: #7C512B;
}
.TagClassName
{
border-color: #7C512B;
}
</style>