Shades of Korma #784C2A
Tints of Korma #784C2A
RGB
CMYK
RGB Variations
Color information
#784C2A (or 0x784C2A) is known color: Korma. HEX triplet: 78, 4C and 2A. RGB value is (120,76,42). Sum of RGB (Red+Green+Blue) = 120+76+42=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C2A is #87B3D5. Grayscale: #555555. Windows color (decimal): -8893398 or 2772088. OLE color: 2772088.
HSL color Cylindrical-coordinate representation of color #784C2A: hue angle of 26.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784C2A is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 42 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.53 |
| HSL | 26.15º | 0.48% | 0.32% | - |
| HSV(B) | 26.15º | 0.65% | 0.47% | - |
| XYZ | 10.75 | 9.33 | 3.42 | - |
| YUV | 85.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 42 | 0 | 0.37 | 0.65 | 0.53 | 26.15 | 0.48 | 0.32 |
| Hex | 78 | 4C | 2A | 0 | 25 | 41 | 35 | 1A | 30 | 20 |
| Octal | 170 | 114 | 52 | 0 | 45 | 101 | 65 | 32 | 60 | 40 |
| Binary | 1111000 | 1001100 | 101010 | 0 | 100101 | 1000001 | 110101 | 11010 | 110000 | 100000 |
Color Harmonies of #784C2A
Complementary color
Monochromatic Colors of #784C2A
Black with #784C2A
Text Example
Text Example
White with #784C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C2A; }
p { color: rgb(120,76,42); }
H1.HeaderClassName
{
color: #784C2A;
}
.AnyTagClassName
{
color: #784C2A;
}
</style>
background-color css
<style>
a { background-color: #784C2A; }
a { background-color: rgb(120,76,42); }
div.DivClassName
{
background-color: #784C2A;
}
.BgClassName
{
background-color: #784C2A;
}
</style>
border-color css
<style>
span { border-color: #784C2A; }
span { border-color: rgb(120,76,42); }
td.TdClassName
{
border-color: #784C2A;
}
.TagClassName
{
border-color: #784C2A;
}
</style>