Shades of Korma #7B5330
Tints of Korma #7B5330
RGB
CMYK
RGB Variations
Color information
#7B5330 (or 0x7B5330) is known color: Korma. HEX triplet: 7B, 53 and 30. RGB value is (123,83,48). Sum of RGB (Red+Green+Blue) = 123+83+48=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5330 is #84ACCF. Grayscale: #5B5B5B. Windows color (decimal): -8694992 or 3167099. OLE color: 3167099.
HSL color Cylindrical-coordinate representation of color #7B5330: hue angle of 28º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B5330 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 48 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.52 |
| HSL | 28º | 0.44% | 0.34% | - |
| HSV(B) | 28º | 0.61% | 0.48% | - |
| XYZ | 11.8 | 10.61 | 4.22 | - |
| YUV | 90.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 48 | 0 | 0.33 | 0.61 | 0.52 | 28 | 0.44 | 0.34 |
| Hex | 7B | 53 | 30 | 0 | 21 | 3D | 34 | 1C | 2C | 22 |
| Octal | 173 | 123 | 60 | 0 | 41 | 75 | 64 | 34 | 54 | 42 |
| Binary | 1111011 | 1010011 | 110000 | 0 | 100001 | 111101 | 110100 | 11100 | 101100 | 100010 |
Color Harmonies of #7B5330
Complementary color
Monochromatic Colors of #7B5330
Black with #7B5330
Text Example
Text Example
White with #7B5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5330; }
p { color: rgb(123,83,48); }
H1.HeaderClassName
{
color: #7B5330;
}
.AnyTagClassName
{
color: #7B5330;
}
</style>
background-color css
<style>
a { background-color: #7B5330; }
a { background-color: rgb(123,83,48); }
div.DivClassName
{
background-color: #7B5330;
}
.BgClassName
{
background-color: #7B5330;
}
</style>
border-color css
<style>
span { border-color: #7B5330; }
span { border-color: rgb(123,83,48); }
td.TdClassName
{
border-color: #7B5330;
}
.TagClassName
{
border-color: #7B5330;
}
</style>