Shades of Korma #774E2B
Tints of Korma #774E2B
RGB
CMYK
RGB Variations
Color information
#774E2B (or 0x774E2B) is known color: Korma. HEX triplet: 77, 4E and 2B. RGB value is (119,78,43). Sum of RGB (Red+Green+Blue) = 119+78+43=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E2B is #88B1D4. Grayscale: #565656. Windows color (decimal): -8958421 or 2838135. OLE color: 2838135.
HSL color Cylindrical-coordinate representation of color #774E2B: hue angle of 27.63º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #774E2B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 43 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.53 |
| HSL | 27.63º | 0.47% | 0.32% | - |
| HSV(B) | 27.63º | 0.64% | 0.47% | - |
| XYZ | 10.77 | 9.55 | 3.56 | - |
| YUV | 86.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 43 | 0 | 0.34 | 0.64 | 0.53 | 27.63 | 0.47 | 0.32 |
| Hex | 77 | 4E | 2B | 0 | 22 | 40 | 35 | 1C | 2F | 20 |
| Octal | 167 | 116 | 53 | 0 | 42 | 100 | 65 | 34 | 57 | 40 |
| Binary | 1110111 | 1001110 | 101011 | 0 | 100010 | 1000000 | 110101 | 11100 | 101111 | 100000 |
Color Harmonies of #774E2B
Complementary color
Monochromatic Colors of #774E2B
Black with #774E2B
Text Example
Text Example
White with #774E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E2B; }
p { color: rgb(119,78,43); }
H1.HeaderClassName
{
color: #774E2B;
}
.AnyTagClassName
{
color: #774E2B;
}
</style>
background-color css
<style>
a { background-color: #774E2B; }
a { background-color: rgb(119,78,43); }
div.DivClassName
{
background-color: #774E2B;
}
.BgClassName
{
background-color: #774E2B;
}
</style>
border-color css
<style>
span { border-color: #774E2B; }
span { border-color: rgb(119,78,43); }
td.TdClassName
{
border-color: #774E2B;
}
.TagClassName
{
border-color: #774E2B;
}
</style>