Shades of Korma #78522D
Tints of Korma #78522D
RGB
CMYK
RGB Variations
Color information
#78522D (or 0x78522D) is known color: Korma. HEX triplet: 78, 52 and 2D. RGB value is (120,82,45). Sum of RGB (Red+Green+Blue) = 120+82+45=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78522D is #87ADD2. Grayscale: #595959. Windows color (decimal): -8891859 or 2970232. OLE color: 2970232.
HSL color Cylindrical-coordinate representation of color #78522D: hue angle of 29.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78522D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 45 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.53 |
| HSL | 29.6º | 0.45% | 0.32% | - |
| HSV(B) | 29.6º | 0.63% | 0.47% | - |
| XYZ | 11.24 | 10.22 | 3.86 | - |
| YUV | 89.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 45 | 0 | 0.32 | 0.63 | 0.53 | 29.6 | 0.45 | 0.32 |
| Hex | 78 | 52 | 2D | 0 | 20 | 3F | 35 | 1E | 2D | 20 |
| Octal | 170 | 122 | 55 | 0 | 40 | 77 | 65 | 36 | 55 | 40 |
| Binary | 1111000 | 1010010 | 101101 | 0 | 100000 | 111111 | 110101 | 11110 | 101101 | 100000 |
Color Harmonies of #78522D
Complementary color
Monochromatic Colors of #78522D
Black with #78522D
Text Example
Text Example
White with #78522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78522D; }
p { color: rgb(120,82,45); }
H1.HeaderClassName
{
color: #78522D;
}
.AnyTagClassName
{
color: #78522D;
}
</style>
background-color css
<style>
a { background-color: #78522D; }
a { background-color: rgb(120,82,45); }
div.DivClassName
{
background-color: #78522D;
}
.BgClassName
{
background-color: #78522D;
}
</style>
border-color css
<style>
span { border-color: #78522D; }
span { border-color: rgb(120,82,45); }
td.TdClassName
{
border-color: #78522D;
}
.TagClassName
{
border-color: #78522D;
}
</style>