Shades of Korma #784E2B
Tints of Korma #784E2B
RGB
CMYK
RGB Variations
Color information
#784E2B (or 0x784E2B) is known color: Korma. HEX triplet: 78, 4E and 2B. RGB value is (120,78,43). Sum of RGB (Red+Green+Blue) = 120+78+43=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #784E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E2B is #87B1D4. Grayscale: #565656. Windows color (decimal): -8892885 or 2838136. OLE color: 2838136.
HSL color Cylindrical-coordinate representation of color #784E2B: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #784E2B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 43 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.53 |
| HSL | 27.27º | 0.47% | 0.32% | - |
| HSV(B) | 27.27º | 0.64% | 0.47% | - |
| XYZ | 10.91 | 9.62 | 3.57 | - |
| YUV | 86.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 43 | 0 | 0.35 | 0.64 | 0.53 | 27.27 | 0.47 | 0.32 |
| Hex | 78 | 4E | 2B | 0 | 23 | 40 | 35 | 1B | 2F | 20 |
| Octal | 170 | 116 | 53 | 0 | 43 | 100 | 65 | 33 | 57 | 40 |
| Binary | 1111000 | 1001110 | 101011 | 0 | 100011 | 1000000 | 110101 | 11011 | 101111 | 100000 |
Color Harmonies of #784E2B
Complementary color
Monochromatic Colors of #784E2B
Black with #784E2B
Text Example
Text Example
White with #784E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E2B; }
p { color: rgb(120,78,43); }
H1.HeaderClassName
{
color: #784E2B;
}
.AnyTagClassName
{
color: #784E2B;
}
</style>
background-color css
<style>
a { background-color: #784E2B; }
a { background-color: rgb(120,78,43); }
div.DivClassName
{
background-color: #784E2B;
}
.BgClassName
{
background-color: #784E2B;
}
</style>
border-color css
<style>
span { border-color: #784E2B; }
span { border-color: rgb(120,78,43); }
td.TdClassName
{
border-color: #784E2B;
}
.TagClassName
{
border-color: #784E2B;
}
</style>