Shades of Korma #7C4E26
Tints of Korma #7C4E26
RGB
CMYK
RGB Variations
Color information
#7C4E26 (or 0x7C4E26) is known color: Korma. HEX triplet: 7C, 4E and 26. RGB value is (124,78,38). Sum of RGB (Red+Green+Blue) = 124+78+38=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4E26 is #83B1D9. Grayscale: #575757. Windows color (decimal): -8630746 or 2510460. OLE color: 2510460.
HSL color Cylindrical-coordinate representation of color #7C4E26: hue angle of 27.91º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C4E26 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 38 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.51 |
| HSL | 27.91º | 0.53% | 0.32% | - |
| HSV(B) | 27.91º | 0.69% | 0.49% | - |
| XYZ | 11.39 | 9.87 | 3.14 | - |
| YUV | 87.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 38 | 0 | 0.37 | 0.69 | 0.51 | 27.91 | 0.53 | 0.32 |
| Hex | 7C | 4E | 26 | 0 | 25 | 45 | 33 | 1C | 35 | 20 |
| Octal | 174 | 116 | 46 | 0 | 45 | 105 | 63 | 34 | 65 | 40 |
| Binary | 1111100 | 1001110 | 100110 | 0 | 100101 | 1000101 | 110011 | 11100 | 110101 | 100000 |
Color Harmonies of #7C4E26
Complementary color
Monochromatic Colors of #7C4E26
Black with #7C4E26
Text Example
Text Example
White with #7C4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E26; }
p { color: rgb(124,78,38); }
H1.HeaderClassName
{
color: #7C4E26;
}
.AnyTagClassName
{
color: #7C4E26;
}
</style>
background-color css
<style>
a { background-color: #7C4E26; }
a { background-color: rgb(124,78,38); }
div.DivClassName
{
background-color: #7C4E26;
}
.BgClassName
{
background-color: #7C4E26;
}
</style>
border-color css
<style>
span { border-color: #7C4E26; }
span { border-color: rgb(124,78,38); }
td.TdClassName
{
border-color: #7C4E26;
}
.TagClassName
{
border-color: #7C4E26;
}
</style>