Shades of Korma #774D27
Tints of Korma #774D27
RGB
CMYK
RGB Variations
Color information
#774D27 (or 0x774D27) is known color: Korma. HEX triplet: 77, 4D and 27. RGB value is (119,77,39). Sum of RGB (Red+Green+Blue) = 119+77+39=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #774D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D27 is #88B2D8. Grayscale: #555555. Windows color (decimal): -8958681 or 2575735. OLE color: 2575735.
HSL color Cylindrical-coordinate representation of color #774D27: hue angle of 28.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774D27 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 39 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.53 |
| HSL | 28.5º | 0.51% | 0.31% | - |
| HSV(B) | 28.5º | 0.67% | 0.47% | - |
| XYZ | 10.63 | 9.38 | 3.17 | - |
| YUV | 85.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 39 | 0 | 0.35 | 0.67 | 0.53 | 28.5 | 0.51 | 0.31 |
| Hex | 77 | 4D | 27 | 0 | 23 | 43 | 35 | 1C | 33 | 1F |
| Octal | 167 | 115 | 47 | 0 | 43 | 103 | 65 | 34 | 63 | 37 |
| Binary | 1110111 | 1001101 | 100111 | 0 | 100011 | 1000011 | 110101 | 11100 | 110011 | 11111 |
Color Harmonies of #774D27
Complementary color
Monochromatic Colors of #774D27
Black with #774D27
Text Example
Text Example
White with #774D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D27; }
p { color: rgb(119,77,39); }
H1.HeaderClassName
{
color: #774D27;
}
.AnyTagClassName
{
color: #774D27;
}
</style>
background-color css
<style>
a { background-color: #774D27; }
a { background-color: rgb(119,77,39); }
div.DivClassName
{
background-color: #774D27;
}
.BgClassName
{
background-color: #774D27;
}
</style>
border-color css
<style>
span { border-color: #774D27; }
span { border-color: rgb(119,77,39); }
td.TdClassName
{
border-color: #774D27;
}
.TagClassName
{
border-color: #774D27;
}
</style>