Shades of Korma #764F2B
Tints of Korma #764F2B
RGB
CMYK
RGB Variations
Color information
#764F2B (or 0x764F2B) is known color: Korma. HEX triplet: 76, 4F and 2B. RGB value is (118,79,43). Sum of RGB (Red+Green+Blue) = 118+79+43=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F2B is #89B0D4. Grayscale: #565656. Windows color (decimal): -9023701 or 2838390. OLE color: 2838390.
HSL color Cylindrical-coordinate representation of color #764F2B: hue angle of 28.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764F2B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 43 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.54 |
| HSL | 28.8º | 0.47% | 0.32% | - |
| HSV(B) | 28.8º | 0.64% | 0.46% | - |
| XYZ | 10.7 | 9.62 | 3.58 | - |
| YUV | 86.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 43 | 0 | 0.33 | 0.64 | 0.54 | 28.8 | 0.47 | 0.32 |
| Hex | 76 | 4F | 2B | 0 | 21 | 40 | 36 | 1D | 2F | 20 |
| Octal | 166 | 117 | 53 | 0 | 41 | 100 | 66 | 35 | 57 | 40 |
| Binary | 1110110 | 1001111 | 101011 | 0 | 100001 | 1000000 | 110110 | 11101 | 101111 | 100000 |
Color Harmonies of #764F2B
Complementary color
Monochromatic Colors of #764F2B
Black with #764F2B
Text Example
Text Example
White with #764F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F2B; }
p { color: rgb(118,79,43); }
H1.HeaderClassName
{
color: #764F2B;
}
.AnyTagClassName
{
color: #764F2B;
}
</style>
background-color css
<style>
a { background-color: #764F2B; }
a { background-color: rgb(118,79,43); }
div.DivClassName
{
background-color: #764F2B;
}
.BgClassName
{
background-color: #764F2B;
}
</style>
border-color css
<style>
span { border-color: #764F2B; }
span { border-color: rgb(118,79,43); }
td.TdClassName
{
border-color: #764F2B;
}
.TagClassName
{
border-color: #764F2B;
}
</style>