Shades of Korma #785132
Tints of Korma #785132
RGB
CMYK
RGB Variations
Color information
#785132 (or 0x785132) is known color: Korma. HEX triplet: 78, 51 and 32. RGB value is (120,81,50). Sum of RGB (Red+Green+Blue) = 120+81+50=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #785132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785132 is #87AECD. Grayscale: #595959. Windows color (decimal): -8892110 or 3297656. OLE color: 3297656.
HSL color Cylindrical-coordinate representation of color #785132: hue angle of 26.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785132 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 50 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.53 |
| HSL | 26.57º | 0.41% | 0.33% | - |
| HSV(B) | 26.57º | 0.58% | 0.47% | - |
| XYZ | 11.26 | 10.11 | 4.38 | - |
| YUV | 89.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 50 | 0 | 0.32 | 0.58 | 0.53 | 26.57 | 0.41 | 0.33 |
| Hex | 78 | 51 | 32 | 0 | 20 | 3A | 35 | 1B | 29 | 21 |
| Octal | 170 | 121 | 62 | 0 | 40 | 72 | 65 | 33 | 51 | 41 |
| Binary | 1111000 | 1010001 | 110010 | 0 | 100000 | 111010 | 110101 | 11011 | 101001 | 100001 |
Color Harmonies of #785132
Complementary color
Monochromatic Colors of #785132
Black with #785132
Text Example
Text Example
White with #785132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785132; }
p { color: rgb(120,81,50); }
H1.HeaderClassName
{
color: #785132;
}
.AnyTagClassName
{
color: #785132;
}
</style>
background-color css
<style>
a { background-color: #785132; }
a { background-color: rgb(120,81,50); }
div.DivClassName
{
background-color: #785132;
}
.BgClassName
{
background-color: #785132;
}
</style>
border-color css
<style>
span { border-color: #785132; }
span { border-color: rgb(120,81,50); }
td.TdClassName
{
border-color: #785132;
}
.TagClassName
{
border-color: #785132;
}
</style>