Shades of Korma #7D4E2B
Tints of Korma #7D4E2B
RGB
CMYK
RGB Variations
Color information
#7D4E2B (or 0x7D4E2B) is known color: Korma. HEX triplet: 7D, 4E and 2B. RGB value is (125,78,43). Sum of RGB (Red+Green+Blue) = 125+78+43=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4E2B is #82B1D4. Grayscale: #585858. Windows color (decimal): -8565205 or 2838141. OLE color: 2838141.
HSL color Cylindrical-coordinate representation of color #7D4E2B: hue angle of 25.61º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4E2B is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 78 | 43 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.51 |
| HSL | 25.61º | 0.49% | 0.33% | - |
| HSV(B) | 25.61º | 0.66% | 0.49% | - |
| XYZ | 11.62 | 9.98 | 3.6 | - |
| YUV | 88.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 43 | 0 | 0.38 | 0.66 | 0.51 | 25.61 | 0.49 | 0.33 |
| Hex | 7D | 4E | 2B | 0 | 26 | 42 | 33 | 1A | 31 | 21 |
| Octal | 175 | 116 | 53 | 0 | 46 | 102 | 63 | 32 | 61 | 41 |
| Binary | 1111101 | 1001110 | 101011 | 0 | 100110 | 1000010 | 110011 | 11010 | 110001 | 100001 |
Color Harmonies of #7D4E2B
Complementary color
Monochromatic Colors of #7D4E2B
Black with #7D4E2B
Text Example
Text Example
White with #7D4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4E2B; }
p { color: rgb(125,78,43); }
H1.HeaderClassName
{
color: #7D4E2B;
}
.AnyTagClassName
{
color: #7D4E2B;
}
</style>
background-color css
<style>
a { background-color: #7D4E2B; }
a { background-color: rgb(125,78,43); }
div.DivClassName
{
background-color: #7D4E2B;
}
.BgClassName
{
background-color: #7D4E2B;
}
</style>
border-color css
<style>
span { border-color: #7D4E2B; }
span { border-color: rgb(125,78,43); }
td.TdClassName
{
border-color: #7D4E2B;
}
.TagClassName
{
border-color: #7D4E2B;
}
</style>