Shades of Korma #784E28
Tints of Korma #784E28
RGB
CMYK
RGB Variations
Color information
#784E28 (or 0x784E28) is known color: Korma. HEX triplet: 78, 4E and 28. RGB value is (120,78,40). Sum of RGB (Red+Green+Blue) = 120+78+40=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E28 is #87B1D7. Grayscale: #565656. Windows color (decimal): -8892888 or 2641528. OLE color: 2641528.
HSL color Cylindrical-coordinate representation of color #784E28: hue angle of 28.5º 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 #784E28 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 40 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.53 |
| HSL | 28.5º | 0.5% | 0.31% | - |
| HSV(B) | 28.5º | 0.67% | 0.47% | - |
| XYZ | 10.85 | 9.6 | 3.29 | - |
| YUV | 86.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 40 | 0 | 0.35 | 0.67 | 0.53 | 28.5 | 0.5 | 0.31 |
| Hex | 78 | 4E | 28 | 0 | 23 | 43 | 35 | 1C | 32 | 1F |
| Octal | 170 | 116 | 50 | 0 | 43 | 103 | 65 | 34 | 62 | 37 |
| Binary | 1111000 | 1001110 | 101000 | 0 | 100011 | 1000011 | 110101 | 11100 | 110010 | 11111 |
Color Harmonies of #784E28
Complementary color
Monochromatic Colors of #784E28
Black with #784E28
Text Example
Text Example
White with #784E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E28; }
p { color: rgb(120,78,40); }
H1.HeaderClassName
{
color: #784E28;
}
.AnyTagClassName
{
color: #784E28;
}
</style>
background-color css
<style>
a { background-color: #784E28; }
a { background-color: rgb(120,78,40); }
div.DivClassName
{
background-color: #784E28;
}
.BgClassName
{
background-color: #784E28;
}
</style>
border-color css
<style>
span { border-color: #784E28; }
span { border-color: rgb(120,78,40); }
td.TdClassName
{
border-color: #784E28;
}
.TagClassName
{
border-color: #784E28;
}
</style>