Shades of Korma #785128
Tints of Korma #785128
RGB
CMYK
RGB Variations
Color information
#785128 (or 0x785128) is known color: Korma. HEX triplet: 78, 51 and 28. RGB value is (120,81,40). Sum of RGB (Red+Green+Blue) = 120+81+40=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #785128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785128 is #87AED7. Grayscale: #585858. Windows color (decimal): -8892120 or 2642296. OLE color: 2642296.
HSL color Cylindrical-coordinate representation of color #785128: hue angle of 30.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #785128 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 40 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.53 |
| HSL | 30.75º | 0.5% | 0.31% | - |
| HSV(B) | 30.75º | 0.67% | 0.47% | - |
| XYZ | 11.07 | 10.03 | 3.36 | - |
| YUV | 87.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 40 | 0 | 0.32 | 0.67 | 0.53 | 30.75 | 0.5 | 0.31 |
| Hex | 78 | 51 | 28 | 0 | 20 | 43 | 35 | 1F | 32 | 1F |
| Octal | 170 | 121 | 50 | 0 | 40 | 103 | 65 | 37 | 62 | 37 |
| Binary | 1111000 | 1010001 | 101000 | 0 | 100000 | 1000011 | 110101 | 11111 | 110010 | 11111 |
Color Harmonies of #785128
Complementary color
Monochromatic Colors of #785128
Black with #785128
Text Example
Text Example
White with #785128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785128; }
p { color: rgb(120,81,40); }
H1.HeaderClassName
{
color: #785128;
}
.AnyTagClassName
{
color: #785128;
}
</style>
background-color css
<style>
a { background-color: #785128; }
a { background-color: rgb(120,81,40); }
div.DivClassName
{
background-color: #785128;
}
.BgClassName
{
background-color: #785128;
}
</style>
border-color css
<style>
span { border-color: #785128; }
span { border-color: rgb(120,81,40); }
td.TdClassName
{
border-color: #785128;
}
.TagClassName
{
border-color: #785128;
}
</style>