Shades of Korma #7E472A
Tints of Korma #7E472A
RGB
CMYK
RGB Variations
Color information
#7E472A (or 0x7E472A) is known color: Korma. HEX triplet: 7E, 47 and 2A. RGB value is (126,71,42). Sum of RGB (Red+Green+Blue) = 126+71+42=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E472A is #81B8D5. Grayscale: #545454. Windows color (decimal): -8501462 or 2770814. OLE color: 2770814.
HSL color Cylindrical-coordinate representation of color #7E472A: hue angle of 20.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E472A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 42 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.51 |
| HSL | 20.71º | 0.5% | 0.33% | - |
| HSV(B) | 20.71º | 0.67% | 0.49% | - |
| XYZ | 11.28 | 9.11 | 3.35 | - |
| YUV | 84.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 42 | 0 | 0.44 | 0.67 | 0.51 | 20.71 | 0.5 | 0.33 |
| Hex | 7E | 47 | 2A | 0 | 2C | 43 | 33 | 15 | 32 | 21 |
| Octal | 176 | 107 | 52 | 0 | 54 | 103 | 63 | 25 | 62 | 41 |
| Binary | 1111110 | 1000111 | 101010 | 0 | 101100 | 1000011 | 110011 | 10101 | 110010 | 100001 |
Color Harmonies of #7E472A
Complementary color
Monochromatic Colors of #7E472A
Black with #7E472A
Text Example
Text Example
White with #7E472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E472A; }
p { color: rgb(126,71,42); }
H1.HeaderClassName
{
color: #7E472A;
}
.AnyTagClassName
{
color: #7E472A;
}
</style>
background-color css
<style>
a { background-color: #7E472A; }
a { background-color: rgb(126,71,42); }
div.DivClassName
{
background-color: #7E472A;
}
.BgClassName
{
background-color: #7E472A;
}
</style>
border-color css
<style>
span { border-color: #7E472A; }
span { border-color: rgb(126,71,42); }
td.TdClassName
{
border-color: #7E472A;
}
.TagClassName
{
border-color: #7E472A;
}
</style>