Shades of Korma #7A4A26
Tints of Korma #7A4A26
RGB
CMYK
RGB Variations
Color information
#7A4A26 (or 0x7A4A26) is known color: Korma. HEX triplet: 7A, 4A and 26. RGB value is (122,74,38). Sum of RGB (Red+Green+Blue) = 122+74+38=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A26 is #85B5D9. Grayscale: #545454. Windows color (decimal): -8762842 or 2509434. OLE color: 2509434.
HSL color Cylindrical-coordinate representation of color #7A4A26: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A4A26 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 74 | 38 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.52 |
| HSL | 25.71º | 0.53% | 0.31% | - |
| HSV(B) | 25.71º | 0.69% | 0.48% | - |
| XYZ | 10.82 | 9.18 | 3.03 | - |
| YUV | 84.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 38 | 0 | 0.39 | 0.69 | 0.52 | 25.71 | 0.53 | 0.31 |
| Hex | 7A | 4A | 26 | 0 | 27 | 45 | 34 | 1A | 34 | 1F |
| Octal | 172 | 112 | 46 | 0 | 47 | 105 | 64 | 32 | 64 | 37 |
| Binary | 1111010 | 1001010 | 100110 | 0 | 100111 | 1000101 | 110100 | 11010 | 110100 | 11111 |
Color Harmonies of #7A4A26
Complementary color
Monochromatic Colors of #7A4A26
Black with #7A4A26
Text Example
Text Example
White with #7A4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A26; }
p { color: rgb(122,74,38); }
H1.HeaderClassName
{
color: #7A4A26;
}
.AnyTagClassName
{
color: #7A4A26;
}
</style>
background-color css
<style>
a { background-color: #7A4A26; }
a { background-color: rgb(122,74,38); }
div.DivClassName
{
background-color: #7A4A26;
}
.BgClassName
{
background-color: #7A4A26;
}
</style>
border-color css
<style>
span { border-color: #7A4A26; }
span { border-color: rgb(122,74,38); }
td.TdClassName
{
border-color: #7A4A26;
}
.TagClassName
{
border-color: #7A4A26;
}
</style>