Shades of Korma #774C28
Tints of Korma #774C28
RGB
CMYK
RGB Variations
Color information
#774C28 (or 0x774C28) is known color: Korma. HEX triplet: 77, 4C and 28. RGB value is (119,76,40). Sum of RGB (Red+Green+Blue) = 119+76+40=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #774C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C28 is #88B3D7. Grayscale: #545454. Windows color (decimal): -8958936 or 2641015. OLE color: 2641015.
HSL color Cylindrical-coordinate representation of color #774C28: hue angle of 27.34º 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 #774C28 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 40 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.53 |
| HSL | 27.34º | 0.5% | 0.31% | - |
| HSV(B) | 27.34º | 0.66% | 0.47% | - |
| XYZ | 10.58 | 9.24 | 3.23 | - |
| YUV | 84.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 40 | 0 | 0.36 | 0.66 | 0.53 | 27.34 | 0.5 | 0.31 |
| Hex | 77 | 4C | 28 | 0 | 24 | 42 | 35 | 1B | 32 | 1F |
| Octal | 167 | 114 | 50 | 0 | 44 | 102 | 65 | 33 | 62 | 37 |
| Binary | 1110111 | 1001100 | 101000 | 0 | 100100 | 1000010 | 110101 | 11011 | 110010 | 11111 |
Color Harmonies of #774C28
Complementary color
Monochromatic Colors of #774C28
Black with #774C28
Text Example
Text Example
White with #774C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C28; }
p { color: rgb(119,76,40); }
H1.HeaderClassName
{
color: #774C28;
}
.AnyTagClassName
{
color: #774C28;
}
</style>
background-color css
<style>
a { background-color: #774C28; }
a { background-color: rgb(119,76,40); }
div.DivClassName
{
background-color: #774C28;
}
.BgClassName
{
background-color: #774C28;
}
</style>
border-color css
<style>
span { border-color: #774C28; }
span { border-color: rgb(119,76,40); }
td.TdClassName
{
border-color: #774C28;
}
.TagClassName
{
border-color: #774C28;
}
</style>