Shades of Korma #7C4E27
Tints of Korma #7C4E27
RGB
CMYK
RGB Variations
Color information
#7C4E27 (or 0x7C4E27) is known color: Korma. HEX triplet: 7C, 4E and 27. RGB value is (124,78,39). Sum of RGB (Red+Green+Blue) = 124+78+39=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4E27 is #83B1D8. Grayscale: #575757. Windows color (decimal): -8630745 or 2575996. OLE color: 2575996.
HSL color Cylindrical-coordinate representation of color #7C4E27: hue angle of 27.53º degrees, saturation: 0.52, 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 #7C4E27 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 39 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.51 |
| HSL | 27.53º | 0.52% | 0.32% | - |
| HSV(B) | 27.53º | 0.69% | 0.49% | - |
| XYZ | 11.4 | 9.88 | 3.23 | - |
| YUV | 87.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 39 | 0 | 0.37 | 0.69 | 0.51 | 27.53 | 0.52 | 0.32 |
| Hex | 7C | 4E | 27 | 0 | 25 | 45 | 33 | 1C | 34 | 20 |
| Octal | 174 | 116 | 47 | 0 | 45 | 105 | 63 | 34 | 64 | 40 |
| Binary | 1111100 | 1001110 | 100111 | 0 | 100101 | 1000101 | 110011 | 11100 | 110100 | 100000 |
Color Harmonies of #7C4E27
Complementary color
Monochromatic Colors of #7C4E27
Black with #7C4E27
Text Example
Text Example
White with #7C4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E27; }
p { color: rgb(124,78,39); }
H1.HeaderClassName
{
color: #7C4E27;
}
.AnyTagClassName
{
color: #7C4E27;
}
</style>
background-color css
<style>
a { background-color: #7C4E27; }
a { background-color: rgb(124,78,39); }
div.DivClassName
{
background-color: #7C4E27;
}
.BgClassName
{
background-color: #7C4E27;
}
</style>
border-color css
<style>
span { border-color: #7C4E27; }
span { border-color: rgb(124,78,39); }
td.TdClassName
{
border-color: #7C4E27;
}
.TagClassName
{
border-color: #7C4E27;
}
</style>