Shades of Korma #78502A
Tints of Korma #78502A
RGB
CMYK
RGB Variations
Color information
#78502A (or 0x78502A) is known color: Korma. HEX triplet: 78, 50 and 2A. RGB value is (120,80,42). Sum of RGB (Red+Green+Blue) = 120+80+42=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #78502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78502A is #87AFD5. Grayscale: #575757. Windows color (decimal): -8892374 or 2773112. OLE color: 2773112.
HSL color Cylindrical-coordinate representation of color #78502A: hue angle of 29.23º 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 #78502A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 42 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.53 |
| HSL | 29.23º | 0.48% | 0.32% | - |
| HSV(B) | 29.23º | 0.65% | 0.47% | - |
| XYZ | 11.03 | 9.9 | 3.52 | - |
| YUV | 87.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 42 | 0 | 0.33 | 0.65 | 0.53 | 29.23 | 0.48 | 0.32 |
| Hex | 78 | 50 | 2A | 0 | 21 | 41 | 35 | 1D | 30 | 20 |
| Octal | 170 | 120 | 52 | 0 | 41 | 101 | 65 | 35 | 60 | 40 |
| Binary | 1111000 | 1010000 | 101010 | 0 | 100001 | 1000001 | 110101 | 11101 | 110000 | 100000 |
Color Harmonies of #78502A
Complementary color
Monochromatic Colors of #78502A
Black with #78502A
Text Example
Text Example
White with #78502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78502A; }
p { color: rgb(120,80,42); }
H1.HeaderClassName
{
color: #78502A;
}
.AnyTagClassName
{
color: #78502A;
}
</style>
background-color css
<style>
a { background-color: #78502A; }
a { background-color: rgb(120,80,42); }
div.DivClassName
{
background-color: #78502A;
}
.BgClassName
{
background-color: #78502A;
}
</style>
border-color css
<style>
span { border-color: #78502A; }
span { border-color: rgb(120,80,42); }
td.TdClassName
{
border-color: #78502A;
}
.TagClassName
{
border-color: #78502A;
}
</style>