Shades of Korma #7C512D
Tints of Korma #7C512D
RGB
CMYK
RGB Variations
Color information
#7C512D (or 0x7C512D) is known color: Korma. HEX triplet: 7C, 51 and 2D. RGB value is (124,81,45). Sum of RGB (Red+Green+Blue) = 124+81+45=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C512D is #83AED2. Grayscale: #595959. Windows color (decimal): -8629971 or 2969980. OLE color: 2969980.
HSL color Cylindrical-coordinate representation of color #7C512D: hue angle of 27.34º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C512D is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 45 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.51 |
| HSL | 27.34º | 0.47% | 0.33% | - |
| HSV(B) | 27.34º | 0.64% | 0.49% | - |
| XYZ | 11.73 | 10.36 | 3.86 | - |
| YUV | 89.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 45 | 0 | 0.35 | 0.64 | 0.51 | 27.34 | 0.47 | 0.33 |
| Hex | 7C | 51 | 2D | 0 | 23 | 40 | 33 | 1B | 2F | 21 |
| Octal | 174 | 121 | 55 | 0 | 43 | 100 | 63 | 33 | 57 | 41 |
| Binary | 1111100 | 1010001 | 101101 | 0 | 100011 | 1000000 | 110011 | 11011 | 101111 | 100001 |
Color Harmonies of #7C512D
Complementary color
Monochromatic Colors of #7C512D
Black with #7C512D
Text Example
Text Example
White with #7C512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C512D; }
p { color: rgb(124,81,45); }
H1.HeaderClassName
{
color: #7C512D;
}
.AnyTagClassName
{
color: #7C512D;
}
</style>
background-color css
<style>
a { background-color: #7C512D; }
a { background-color: rgb(124,81,45); }
div.DivClassName
{
background-color: #7C512D;
}
.BgClassName
{
background-color: #7C512D;
}
</style>
border-color css
<style>
span { border-color: #7C512D; }
span { border-color: rgb(124,81,45); }
td.TdClassName
{
border-color: #7C512D;
}
.TagClassName
{
border-color: #7C512D;
}
</style>