Shades of Korma #784C28
Tints of Korma #784C28
RGB
CMYK
RGB Variations
Color information
#784C28 (or 0x784C28) is known color: Korma. HEX triplet: 78, 4C and 28. RGB value is (120,76,40). Sum of RGB (Red+Green+Blue) = 120+76+40=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #784C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C28 is #87B3D7. Grayscale: #555555. Windows color (decimal): -8893400 or 2641016. OLE color: 2641016.
HSL color Cylindrical-coordinate representation of color #784C28: hue angle of 27º 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 #784C28 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 40 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.53 |
| HSL | 27º | 0.5% | 0.31% | - |
| HSV(B) | 27º | 0.67% | 0.47% | - |
| XYZ | 10.71 | 9.32 | 3.24 | - |
| YUV | 85.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 40 | 0 | 0.37 | 0.67 | 0.53 | 27 | 0.5 | 0.31 |
| Hex | 78 | 4C | 28 | 0 | 25 | 43 | 35 | 1B | 32 | 1F |
| Octal | 170 | 114 | 50 | 0 | 45 | 103 | 65 | 33 | 62 | 37 |
| Binary | 1111000 | 1001100 | 101000 | 0 | 100101 | 1000011 | 110101 | 11011 | 110010 | 11111 |
Color Harmonies of #784C28
Complementary color
Monochromatic Colors of #784C28
Black with #784C28
Text Example
Text Example
White with #784C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C28; }
p { color: rgb(120,76,40); }
H1.HeaderClassName
{
color: #784C28;
}
.AnyTagClassName
{
color: #784C28;
}
</style>
background-color css
<style>
a { background-color: #784C28; }
a { background-color: rgb(120,76,40); }
div.DivClassName
{
background-color: #784C28;
}
.BgClassName
{
background-color: #784C28;
}
</style>
border-color css
<style>
span { border-color: #784C28; }
span { border-color: rgb(120,76,40); }
td.TdClassName
{
border-color: #784C28;
}
.TagClassName
{
border-color: #784C28;
}
</style>