Shades of Korma #764E28
Tints of Korma #764E28
RGB
CMYK
RGB Variations
Color information
#764E28 (or 0x764E28) is known color: Korma. HEX triplet: 76, 4E and 28. RGB value is (118,78,40). Sum of RGB (Red+Green+Blue) = 118+78+40=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E28 is #89B1D7. Grayscale: #555555. Windows color (decimal): -9023960 or 2641526. OLE color: 2641526.
HSL color Cylindrical-coordinate representation of color #764E28: hue angle of 29.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764E28 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 40 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.54 |
| HSL | 29.23º | 0.49% | 0.31% | - |
| HSV(B) | 29.23º | 0.66% | 0.46% | - |
| XYZ | 10.58 | 9.45 | 3.27 | - |
| YUV | 85.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 40 | 0 | 0.34 | 0.66 | 0.54 | 29.23 | 0.49 | 0.31 |
| Hex | 76 | 4E | 28 | 0 | 22 | 42 | 36 | 1D | 31 | 1F |
| Octal | 166 | 116 | 50 | 0 | 42 | 102 | 66 | 35 | 61 | 37 |
| Binary | 1110110 | 1001110 | 101000 | 0 | 100010 | 1000010 | 110110 | 11101 | 110001 | 11111 |
Color Harmonies of #764E28
Complementary color
Monochromatic Colors of #764E28
Black with #764E28
Text Example
Text Example
White with #764E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E28; }
p { color: rgb(118,78,40); }
H1.HeaderClassName
{
color: #764E28;
}
.AnyTagClassName
{
color: #764E28;
}
</style>
background-color css
<style>
a { background-color: #764E28; }
a { background-color: rgb(118,78,40); }
div.DivClassName
{
background-color: #764E28;
}
.BgClassName
{
background-color: #764E28;
}
</style>
border-color css
<style>
span { border-color: #764E28; }
span { border-color: rgb(118,78,40); }
td.TdClassName
{
border-color: #764E28;
}
.TagClassName
{
border-color: #764E28;
}
</style>