Shades of Korma #7A4925
Tints of Korma #7A4925
RGB
CMYK
RGB Variations
Color information
#7A4925 (or 0x7A4925) is known color: Korma. HEX triplet: 7A, 49 and 25. RGB value is (122,73,37). Sum of RGB (Red+Green+Blue) = 122+73+37=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4925 is #85B6DA. Grayscale: #535353. Windows color (decimal): -8763099 or 2443642. OLE color: 2443642.
HSL color Cylindrical-coordinate representation of color #7A4925: hue angle of 25.41º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A4925 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 37 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.52 |
| HSL | 25.41º | 0.53% | 0.31% | - |
| HSV(B) | 25.41º | 0.7% | 0.48% | - |
| XYZ | 10.74 | 9.04 | 2.93 | - |
| YUV | 83.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 37 | 0 | 0.40 | 0.70 | 0.52 | 25.41 | 0.53 | 0.31 |
| Hex | 7A | 49 | 25 | 0 | 28 | 46 | 34 | 19 | 35 | 1F |
| Octal | 172 | 111 | 45 | 0 | 50 | 106 | 64 | 31 | 65 | 37 |
| Binary | 1111010 | 1001001 | 100101 | 0 | 101000 | 1000110 | 110100 | 11001 | 110101 | 11111 |
Color Harmonies of #7A4925
Complementary color
Monochromatic Colors of #7A4925
Black with #7A4925
Text Example
Text Example
White with #7A4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4925; }
p { color: rgb(122,73,37); }
H1.HeaderClassName
{
color: #7A4925;
}
.AnyTagClassName
{
color: #7A4925;
}
</style>
background-color css
<style>
a { background-color: #7A4925; }
a { background-color: rgb(122,73,37); }
div.DivClassName
{
background-color: #7A4925;
}
.BgClassName
{
background-color: #7A4925;
}
</style>
border-color css
<style>
span { border-color: #7A4925; }
span { border-color: rgb(122,73,37); }
td.TdClassName
{
border-color: #7A4925;
}
.TagClassName
{
border-color: #7A4925;
}
</style>