Shades of Korma #7B5232
Tints of Korma #7B5232
RGB
CMYK
RGB Variations
Color information
#7B5232 (or 0x7B5232) is known color: Korma. HEX triplet: 7B, 52 and 32. RGB value is (123,82,50). Sum of RGB (Red+Green+Blue) = 123+82+50=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5232 is #84ADCD. Grayscale: #5A5A5A. Windows color (decimal): -8695246 or 3297915. OLE color: 3297915.
HSL color Cylindrical-coordinate representation of color #7B5232: hue angle of 26.3º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B5232 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 50 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.52 |
| HSL | 26.3º | 0.42% | 0.34% | - |
| HSV(B) | 26.3º | 0.59% | 0.48% | - |
| XYZ | 11.76 | 10.48 | 4.42 | - |
| YUV | 90.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 50 | 0 | 0.33 | 0.59 | 0.52 | 26.3 | 0.42 | 0.34 |
| Hex | 7B | 52 | 32 | 0 | 21 | 3B | 34 | 1A | 2A | 22 |
| Octal | 173 | 122 | 62 | 0 | 41 | 73 | 64 | 32 | 52 | 42 |
| Binary | 1111011 | 1010010 | 110010 | 0 | 100001 | 111011 | 110100 | 11010 | 101010 | 100010 |
Color Harmonies of #7B5232
Complementary color
Monochromatic Colors of #7B5232
Black with #7B5232
Text Example
Text Example
White with #7B5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5232; }
p { color: rgb(123,82,50); }
H1.HeaderClassName
{
color: #7B5232;
}
.AnyTagClassName
{
color: #7B5232;
}
</style>
background-color css
<style>
a { background-color: #7B5232; }
a { background-color: rgb(123,82,50); }
div.DivClassName
{
background-color: #7B5232;
}
.BgClassName
{
background-color: #7B5232;
}
</style>
border-color css
<style>
span { border-color: #7B5232; }
span { border-color: rgb(123,82,50); }
td.TdClassName
{
border-color: #7B5232;
}
.TagClassName
{
border-color: #7B5232;
}
</style>