Shades of Korma #7E4D2A
Tints of Korma #7E4D2A
RGB
CMYK
RGB Variations
Color information
#7E4D2A (or 0x7E4D2A) is known color: Korma. HEX triplet: 7E, 4D and 2A. RGB value is (126,77,42). Sum of RGB (Red+Green+Blue) = 126+77+42=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4D2A is #81B2D5. Grayscale: #575757. Windows color (decimal): -8499926 or 2772350. OLE color: 2772350.
HSL color Cylindrical-coordinate representation of color #7E4D2A: hue angle of 25º 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 #7E4D2A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 42 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.51 |
| HSL | 25º | 0.5% | 0.33% | - |
| HSV(B) | 25º | 0.67% | 0.49% | - |
| XYZ | 11.68 | 9.91 | 3.49 | - |
| YUV | 87.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 42 | 0 | 0.39 | 0.67 | 0.51 | 25 | 0.5 | 0.33 |
| Hex | 7E | 4D | 2A | 0 | 27 | 43 | 33 | 19 | 32 | 21 |
| Octal | 176 | 115 | 52 | 0 | 47 | 103 | 63 | 31 | 62 | 41 |
| Binary | 1111110 | 1001101 | 101010 | 0 | 100111 | 1000011 | 110011 | 11001 | 110010 | 100001 |
Color Harmonies of #7E4D2A
Complementary color
Monochromatic Colors of #7E4D2A
Black with #7E4D2A
Text Example
Text Example
White with #7E4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D2A; }
p { color: rgb(126,77,42); }
H1.HeaderClassName
{
color: #7E4D2A;
}
.AnyTagClassName
{
color: #7E4D2A;
}
</style>
background-color css
<style>
a { background-color: #7E4D2A; }
a { background-color: rgb(126,77,42); }
div.DivClassName
{
background-color: #7E4D2A;
}
.BgClassName
{
background-color: #7E4D2A;
}
</style>
border-color css
<style>
span { border-color: #7E4D2A; }
span { border-color: rgb(126,77,42); }
td.TdClassName
{
border-color: #7E4D2A;
}
.TagClassName
{
border-color: #7E4D2A;
}
</style>