Shades of Korma #774F2C
Tints of Korma #774F2C
RGB
CMYK
RGB Variations
Color information
#774F2C (or 0x774F2C) is known color: Korma. HEX triplet: 77, 4F and 2C. RGB value is (119,79,44). Sum of RGB (Red+Green+Blue) = 119+79+44=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F2C is #88B0D3. Grayscale: #575757. Windows color (decimal): -8958164 or 2903927. OLE color: 2903927.
HSL color Cylindrical-coordinate representation of color #774F2C: hue angle of 28º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #774F2C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 44 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.53 |
| HSL | 28º | 0.46% | 0.32% | - |
| HSV(B) | 28º | 0.63% | 0.47% | - |
| XYZ | 10.86 | 9.7 | 3.68 | - |
| YUV | 86.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 44 | 0 | 0.34 | 0.63 | 0.53 | 28 | 0.46 | 0.32 |
| Hex | 77 | 4F | 2C | 0 | 22 | 3F | 35 | 1C | 2E | 20 |
| Octal | 167 | 117 | 54 | 0 | 42 | 77 | 65 | 34 | 56 | 40 |
| Binary | 1110111 | 1001111 | 101100 | 0 | 100010 | 111111 | 110101 | 11100 | 101110 | 100000 |
Color Harmonies of #774F2C
Complementary color
Monochromatic Colors of #774F2C
Black with #774F2C
Text Example
Text Example
White with #774F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F2C; }
p { color: rgb(119,79,44); }
H1.HeaderClassName
{
color: #774F2C;
}
.AnyTagClassName
{
color: #774F2C;
}
</style>
background-color css
<style>
a { background-color: #774F2C; }
a { background-color: rgb(119,79,44); }
div.DivClassName
{
background-color: #774F2C;
}
.BgClassName
{
background-color: #774F2C;
}
</style>
border-color css
<style>
span { border-color: #774F2C; }
span { border-color: rgb(119,79,44); }
td.TdClassName
{
border-color: #774F2C;
}
.TagClassName
{
border-color: #774F2C;
}
</style>