Shades of Korma #774E2D
Tints of Korma #774E2D
RGB
CMYK
RGB Variations
Color information
#774E2D (or 0x774E2D) is known color: Korma. HEX triplet: 77, 4E and 2D. RGB value is (119,78,45). Sum of RGB (Red+Green+Blue) = 119+78+45=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E2D is #88B1D2. Grayscale: #565656. Windows color (decimal): -8958419 or 2969207. OLE color: 2969207.
HSL color Cylindrical-coordinate representation of color #774E2D: hue angle of 26.76º 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 #774E2D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 45 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.53 |
| HSL | 26.76º | 0.45% | 0.32% | - |
| HSV(B) | 26.76º | 0.62% | 0.47% | - |
| XYZ | 10.81 | 9.56 | 3.76 | - |
| YUV | 86.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 45 | 0 | 0.34 | 0.62 | 0.53 | 26.76 | 0.45 | 0.32 |
| Hex | 77 | 4E | 2D | 0 | 22 | 3E | 35 | 1B | 2D | 20 |
| Octal | 167 | 116 | 55 | 0 | 42 | 76 | 65 | 33 | 55 | 40 |
| Binary | 1110111 | 1001110 | 101101 | 0 | 100010 | 111110 | 110101 | 11011 | 101101 | 100000 |
Color Harmonies of #774E2D
Complementary color
Monochromatic Colors of #774E2D
Black with #774E2D
Text Example
Text Example
White with #774E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E2D; }
p { color: rgb(119,78,45); }
H1.HeaderClassName
{
color: #774E2D;
}
.AnyTagClassName
{
color: #774E2D;
}
</style>
background-color css
<style>
a { background-color: #774E2D; }
a { background-color: rgb(119,78,45); }
div.DivClassName
{
background-color: #774E2D;
}
.BgClassName
{
background-color: #774E2D;
}
</style>
border-color css
<style>
span { border-color: #774E2D; }
span { border-color: rgb(119,78,45); }
td.TdClassName
{
border-color: #774E2D;
}
.TagClassName
{
border-color: #774E2D;
}
</style>