Shades of Korma #7B542E
Tints of Korma #7B542E
RGB
CMYK
RGB Variations
Color information
#7B542E (or 0x7B542E) is known color: Korma. HEX triplet: 7B, 54 and 2E. RGB value is (123,84,46). Sum of RGB (Red+Green+Blue) = 123+84+46=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B542E is #84ABD1. Grayscale: #5B5B5B. Windows color (decimal): -8694738 or 3036283. OLE color: 3036283.
HSL color Cylindrical-coordinate representation of color #7B542E: hue angle of 29.61º 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 #7B542E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 46 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.52 |
| HSL | 29.61º | 0.46% | 0.33% | - |
| HSV(B) | 29.61º | 0.63% | 0.48% | - |
| XYZ | 11.83 | 10.75 | 4.04 | - |
| YUV | 91.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 46 | 0 | 0.32 | 0.63 | 0.52 | 29.61 | 0.46 | 0.33 |
| Hex | 7B | 54 | 2E | 0 | 20 | 3F | 34 | 1E | 2E | 21 |
| Octal | 173 | 124 | 56 | 0 | 40 | 77 | 64 | 36 | 56 | 41 |
| Binary | 1111011 | 1010100 | 101110 | 0 | 100000 | 111111 | 110100 | 11110 | 101110 | 100001 |
Color Harmonies of #7B542E
Complementary color
Monochromatic Colors of #7B542E
Black with #7B542E
Text Example
Text Example
White with #7B542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B542E; }
p { color: rgb(123,84,46); }
H1.HeaderClassName
{
color: #7B542E;
}
.AnyTagClassName
{
color: #7B542E;
}
</style>
background-color css
<style>
a { background-color: #7B542E; }
a { background-color: rgb(123,84,46); }
div.DivClassName
{
background-color: #7B542E;
}
.BgClassName
{
background-color: #7B542E;
}
</style>
border-color css
<style>
span { border-color: #7B542E; }
span { border-color: rgb(123,84,46); }
td.TdClassName
{
border-color: #7B542E;
}
.TagClassName
{
border-color: #7B542E;
}
</style>