Shades of Korma #7B5432
Tints of Korma #7B5432
RGB
CMYK
RGB Variations
Color information
#7B5432 (or 0x7B5432) is known color: Korma. HEX triplet: 7B, 54 and 32. RGB value is (123,84,50). Sum of RGB (Red+Green+Blue) = 123+84+50=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5432 is #84ABCD. Grayscale: #5B5B5B. Windows color (decimal): -8694734 or 3298427. OLE color: 3298427.
HSL color Cylindrical-coordinate representation of color #7B5432: hue angle of 27.95º 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 #7B5432 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 50 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.52 |
| HSL | 27.95º | 0.42% | 0.34% | - |
| HSV(B) | 27.95º | 0.59% | 0.48% | - |
| XYZ | 11.91 | 10.78 | 4.47 | - |
| YUV | 91.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 50 | 0 | 0.32 | 0.59 | 0.52 | 27.95 | 0.42 | 0.34 |
| Hex | 7B | 54 | 32 | 0 | 20 | 3B | 34 | 1C | 2A | 22 |
| Octal | 173 | 124 | 62 | 0 | 40 | 73 | 64 | 34 | 52 | 42 |
| Binary | 1111011 | 1010100 | 110010 | 0 | 100000 | 111011 | 110100 | 11100 | 101010 | 100010 |
Color Harmonies of #7B5432
Complementary color
Monochromatic Colors of #7B5432
Black with #7B5432
Text Example
Text Example
White with #7B5432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5432; }
p { color: rgb(123,84,50); }
H1.HeaderClassName
{
color: #7B5432;
}
.AnyTagClassName
{
color: #7B5432;
}
</style>
background-color css
<style>
a { background-color: #7B5432; }
a { background-color: rgb(123,84,50); }
div.DivClassName
{
background-color: #7B5432;
}
.BgClassName
{
background-color: #7B5432;
}
</style>
border-color css
<style>
span { border-color: #7B5432; }
span { border-color: rgb(123,84,50); }
td.TdClassName
{
border-color: #7B5432;
}
.TagClassName
{
border-color: #7B5432;
}
</style>