Shades of Korma #7B5132
Tints of Korma #7B5132
RGB
CMYK
RGB Variations
Color information
#7B5132 (or 0x7B5132) is known color: Korma. HEX triplet: 7B, 51 and 32. RGB value is (123,81,50). Sum of RGB (Red+Green+Blue) = 123+81+50=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5132 is #84AECD. Grayscale: #5A5A5A. Windows color (decimal): -8695502 or 3297659. OLE color: 3297659.
HSL color Cylindrical-coordinate representation of color #7B5132: hue angle of 25.48º 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 #7B5132 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 50 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.52 |
| HSL | 25.48º | 0.42% | 0.34% | - |
| HSV(B) | 25.48º | 0.59% | 0.48% | - |
| XYZ | 11.69 | 10.33 | 4.39 | - |
| YUV | 90.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 50 | 0 | 0.34 | 0.59 | 0.52 | 25.48 | 0.42 | 0.34 |
| Hex | 7B | 51 | 32 | 0 | 22 | 3B | 34 | 19 | 2A | 22 |
| Octal | 173 | 121 | 62 | 0 | 42 | 73 | 64 | 31 | 52 | 42 |
| Binary | 1111011 | 1010001 | 110010 | 0 | 100010 | 111011 | 110100 | 11001 | 101010 | 100010 |
Color Harmonies of #7B5132
Complementary color
Monochromatic Colors of #7B5132
Black with #7B5132
Text Example
Text Example
White with #7B5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5132; }
p { color: rgb(123,81,50); }
H1.HeaderClassName
{
color: #7B5132;
}
.AnyTagClassName
{
color: #7B5132;
}
</style>
background-color css
<style>
a { background-color: #7B5132; }
a { background-color: rgb(123,81,50); }
div.DivClassName
{
background-color: #7B5132;
}
.BgClassName
{
background-color: #7B5132;
}
</style>
border-color css
<style>
span { border-color: #7B5132; }
span { border-color: rgb(123,81,50); }
td.TdClassName
{
border-color: #7B5132;
}
.TagClassName
{
border-color: #7B5132;
}
</style>