Shades of Korma #774E28
Tints of Korma #774E28
RGB
CMYK
RGB Variations
Color information
#774E28 (or 0x774E28) is known color: Korma. HEX triplet: 77, 4E and 28. RGB value is (119,78,40). Sum of RGB (Red+Green+Blue) = 119+78+40=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E28 is #88B1D7. Grayscale: #565656. Windows color (decimal): -8958424 or 2641527. OLE color: 2641527.
HSL color Cylindrical-coordinate representation of color #774E28: hue angle of 28.86º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774E28 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 40 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.53 |
| HSL | 28.86º | 0.5% | 0.31% | - |
| HSV(B) | 28.86º | 0.66% | 0.47% | - |
| XYZ | 10.72 | 9.52 | 3.28 | - |
| YUV | 85.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 40 | 0 | 0.34 | 0.66 | 0.53 | 28.86 | 0.5 | 0.31 |
| Hex | 77 | 4E | 28 | 0 | 22 | 42 | 35 | 1D | 32 | 1F |
| Octal | 167 | 116 | 50 | 0 | 42 | 102 | 65 | 35 | 62 | 37 |
| Binary | 1110111 | 1001110 | 101000 | 0 | 100010 | 1000010 | 110101 | 11101 | 110010 | 11111 |
Color Harmonies of #774E28
Complementary color
Monochromatic Colors of #774E28
Black with #774E28
Text Example
Text Example
White with #774E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E28; }
p { color: rgb(119,78,40); }
H1.HeaderClassName
{
color: #774E28;
}
.AnyTagClassName
{
color: #774E28;
}
</style>
background-color css
<style>
a { background-color: #774E28; }
a { background-color: rgb(119,78,40); }
div.DivClassName
{
background-color: #774E28;
}
.BgClassName
{
background-color: #774E28;
}
</style>
border-color css
<style>
span { border-color: #774E28; }
span { border-color: rgb(119,78,40); }
td.TdClassName
{
border-color: #774E28;
}
.TagClassName
{
border-color: #774E28;
}
</style>