Shades of Korma #7A4C2B
Tints of Korma #7A4C2B
RGB
CMYK
RGB Variations
Color information
#7A4C2B (or 0x7A4C2B) is known color: Korma. HEX triplet: 7A, 4C and 2B. RGB value is (122,76,43). Sum of RGB (Red+Green+Blue) = 122+76+43=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C2B is #85B3D4. Grayscale: #565656. Windows color (decimal): -8762325 or 2837626. OLE color: 2837626.
HSL color Cylindrical-coordinate representation of color #7A4C2B: hue angle of 25.06º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A4C2B is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 76 | 43 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.52 |
| HSL | 25.06º | 0.48% | 0.32% | - |
| HSV(B) | 25.06º | 0.65% | 0.48% | - |
| XYZ | 11.05 | 9.48 | 3.53 | - |
| YUV | 85.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 43 | 0 | 0.38 | 0.65 | 0.52 | 25.06 | 0.48 | 0.32 |
| Hex | 7A | 4C | 2B | 0 | 26 | 41 | 34 | 19 | 30 | 20 |
| Octal | 172 | 114 | 53 | 0 | 46 | 101 | 64 | 31 | 60 | 40 |
| Binary | 1111010 | 1001100 | 101011 | 0 | 100110 | 1000001 | 110100 | 11001 | 110000 | 100000 |
Color Harmonies of #7A4C2B
Complementary color
Monochromatic Colors of #7A4C2B
Black with #7A4C2B
Text Example
Text Example
White with #7A4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4C2B; }
p { color: rgb(122,76,43); }
H1.HeaderClassName
{
color: #7A4C2B;
}
.AnyTagClassName
{
color: #7A4C2B;
}
</style>
background-color css
<style>
a { background-color: #7A4C2B; }
a { background-color: rgb(122,76,43); }
div.DivClassName
{
background-color: #7A4C2B;
}
.BgClassName
{
background-color: #7A4C2B;
}
</style>
border-color css
<style>
span { border-color: #7A4C2B; }
span { border-color: rgb(122,76,43); }
td.TdClassName
{
border-color: #7A4C2B;
}
.TagClassName
{
border-color: #7A4C2B;
}
</style>