Shades of Korma #7A4D2E
Tints of Korma #7A4D2E
RGB
CMYK
RGB Variations
Color information
#7A4D2E (or 0x7A4D2E) is known color: Korma. HEX triplet: 7A, 4D and 2E. RGB value is (122,77,46). Sum of RGB (Red+Green+Blue) = 122+77+46=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4D2E is #85B2D1. Grayscale: #575757. Windows color (decimal): -8762066 or 3034490. OLE color: 3034490.
HSL color Cylindrical-coordinate representation of color #7A4D2E: hue angle of 24.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A4D2E is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 77 | 46 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.52 |
| HSL | 24.47º | 0.45% | 0.33% | - |
| HSV(B) | 24.47º | 0.62% | 0.48% | - |
| XYZ | 11.17 | 9.64 | 3.86 | - |
| YUV | 86.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 46 | 0 | 0.37 | 0.62 | 0.52 | 24.47 | 0.45 | 0.33 |
| Hex | 7A | 4D | 2E | 0 | 25 | 3E | 34 | 18 | 2D | 21 |
| Octal | 172 | 115 | 56 | 0 | 45 | 76 | 64 | 30 | 55 | 41 |
| Binary | 1111010 | 1001101 | 101110 | 0 | 100101 | 111110 | 110100 | 11000 | 101101 | 100001 |
Color Harmonies of #7A4D2E
Complementary color
Monochromatic Colors of #7A4D2E
Black with #7A4D2E
Text Example
Text Example
White with #7A4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4D2E; }
p { color: rgb(122,77,46); }
H1.HeaderClassName
{
color: #7A4D2E;
}
.AnyTagClassName
{
color: #7A4D2E;
}
</style>
background-color css
<style>
a { background-color: #7A4D2E; }
a { background-color: rgb(122,77,46); }
div.DivClassName
{
background-color: #7A4D2E;
}
.BgClassName
{
background-color: #7A4D2E;
}
</style>
border-color css
<style>
span { border-color: #7A4D2E; }
span { border-color: rgb(122,77,46); }
td.TdClassName
{
border-color: #7A4D2E;
}
.TagClassName
{
border-color: #7A4D2E;
}
</style>