Shades of Korma #78502E
Tints of Korma #78502E
RGB
CMYK
RGB Variations
Color information
#78502E (or 0x78502E) is known color: Korma. HEX triplet: 78, 50 and 2E. RGB value is (120,80,46). Sum of RGB (Red+Green+Blue) = 120+80+46=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78502E is #87AFD1. Grayscale: #585858. Windows color (decimal): -8892370 or 3035256. OLE color: 3035256.
HSL color Cylindrical-coordinate representation of color #78502E: hue angle of 27.57º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78502E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 46 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.53 |
| HSL | 27.57º | 0.45% | 0.33% | - |
| HSV(B) | 27.57º | 0.62% | 0.47% | - |
| XYZ | 11.11 | 9.93 | 3.92 | - |
| YUV | 88.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 46 | 0 | 0.33 | 0.62 | 0.53 | 27.57 | 0.45 | 0.33 |
| Hex | 78 | 50 | 2E | 0 | 21 | 3E | 35 | 1C | 2D | 21 |
| Octal | 170 | 120 | 56 | 0 | 41 | 76 | 65 | 34 | 55 | 41 |
| Binary | 1111000 | 1010000 | 101110 | 0 | 100001 | 111110 | 110101 | 11100 | 101101 | 100001 |
Color Harmonies of #78502E
Complementary color
Monochromatic Colors of #78502E
Black with #78502E
Text Example
Text Example
White with #78502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78502E; }
p { color: rgb(120,80,46); }
H1.HeaderClassName
{
color: #78502E;
}
.AnyTagClassName
{
color: #78502E;
}
</style>
background-color css
<style>
a { background-color: #78502E; }
a { background-color: rgb(120,80,46); }
div.DivClassName
{
background-color: #78502E;
}
.BgClassName
{
background-color: #78502E;
}
</style>
border-color css
<style>
span { border-color: #78502E; }
span { border-color: rgb(120,80,46); }
td.TdClassName
{
border-color: #78502E;
}
.TagClassName
{
border-color: #78502E;
}
</style>