Shades of Korma #7A522D
Tints of Korma #7A522D
RGB
CMYK
RGB Variations
Color information
#7A522D (or 0x7A522D) is known color: Korma. HEX triplet: 7A, 52 and 2D. RGB value is (122,82,45). Sum of RGB (Red+Green+Blue) = 122+82+45=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A522D is #85ADD2. Grayscale: #595959. Windows color (decimal): -8760787 or 2970234. OLE color: 2970234.
HSL color Cylindrical-coordinate representation of color #7A522D: hue angle of 28.83º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A522D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 45 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.52 |
| HSL | 28.83º | 0.46% | 0.33% | - |
| HSV(B) | 28.83º | 0.63% | 0.48% | - |
| XYZ | 11.52 | 10.36 | 3.88 | - |
| YUV | 89.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 45 | 0 | 0.33 | 0.63 | 0.52 | 28.83 | 0.46 | 0.33 |
| Hex | 7A | 52 | 2D | 0 | 21 | 3F | 34 | 1D | 2E | 21 |
| Octal | 172 | 122 | 55 | 0 | 41 | 77 | 64 | 35 | 56 | 41 |
| Binary | 1111010 | 1010010 | 101101 | 0 | 100001 | 111111 | 110100 | 11101 | 101110 | 100001 |
Color Harmonies of #7A522D
Complementary color
Monochromatic Colors of #7A522D
Black with #7A522D
Text Example
Text Example
White with #7A522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A522D; }
p { color: rgb(122,82,45); }
H1.HeaderClassName
{
color: #7A522D;
}
.AnyTagClassName
{
color: #7A522D;
}
</style>
background-color css
<style>
a { background-color: #7A522D; }
a { background-color: rgb(122,82,45); }
div.DivClassName
{
background-color: #7A522D;
}
.BgClassName
{
background-color: #7A522D;
}
</style>
border-color css
<style>
span { border-color: #7A522D; }
span { border-color: rgb(122,82,45); }
td.TdClassName
{
border-color: #7A522D;
}
.TagClassName
{
border-color: #7A522D;
}
</style>