Shades of Korma #7C4D2B
Tints of Korma #7C4D2B
RGB
CMYK
RGB Variations
Color information
#7C4D2B (or 0x7C4D2B) is known color: Korma. HEX triplet: 7C, 4D and 2B. RGB value is (124,77,43). Sum of RGB (Red+Green+Blue) = 124+77+43=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D2B is #83B2D4. Grayscale: #575757. Windows color (decimal): -8630997 or 2837884. OLE color: 2837884.
HSL color Cylindrical-coordinate representation of color #7C4D2B: hue angle of 25.19º 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 #7C4D2B is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 43 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.51 |
| HSL | 25.19º | 0.49% | 0.33% | - |
| HSV(B) | 25.19º | 0.65% | 0.49% | - |
| XYZ | 11.4 | 9.77 | 3.57 | - |
| YUV | 87.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 43 | 0 | 0.38 | 0.65 | 0.51 | 25.19 | 0.49 | 0.33 |
| Hex | 7C | 4D | 2B | 0 | 26 | 41 | 33 | 19 | 31 | 21 |
| Octal | 174 | 115 | 53 | 0 | 46 | 101 | 63 | 31 | 61 | 41 |
| Binary | 1111100 | 1001101 | 101011 | 0 | 100110 | 1000001 | 110011 | 11001 | 110001 | 100001 |
Color Harmonies of #7C4D2B
Complementary color
Monochromatic Colors of #7C4D2B
Black with #7C4D2B
Text Example
Text Example
White with #7C4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D2B; }
p { color: rgb(124,77,43); }
H1.HeaderClassName
{
color: #7C4D2B;
}
.AnyTagClassName
{
color: #7C4D2B;
}
</style>
background-color css
<style>
a { background-color: #7C4D2B; }
a { background-color: rgb(124,77,43); }
div.DivClassName
{
background-color: #7C4D2B;
}
.BgClassName
{
background-color: #7C4D2B;
}
</style>
border-color css
<style>
span { border-color: #7C4D2B; }
span { border-color: rgb(124,77,43); }
td.TdClassName
{
border-color: #7C4D2B;
}
.TagClassName
{
border-color: #7C4D2B;
}
</style>