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