Shades of Korma #764F29
Tints of Korma #764F29
RGB
CMYK
RGB Variations
Color information
#764F29 (or 0x764F29) is known color: Korma. HEX triplet: 76, 4F and 29. RGB value is (118,79,41). Sum of RGB (Red+Green+Blue) = 118+79+41=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F29 is #89B0D6. Grayscale: #565656. Windows color (decimal): -9023703 or 2707318. OLE color: 2707318.
HSL color Cylindrical-coordinate representation of color #764F29: hue angle of 29.61º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764F29 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 41 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.54 |
| HSL | 29.61º | 0.48% | 0.31% | - |
| HSV(B) | 29.61º | 0.65% | 0.46% | - |
| XYZ | 10.67 | 9.6 | 3.39 | - |
| YUV | 86.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 41 | 0 | 0.33 | 0.65 | 0.54 | 29.61 | 0.48 | 0.31 |
| Hex | 76 | 4F | 29 | 0 | 21 | 41 | 36 | 1E | 30 | 1F |
| Octal | 166 | 117 | 51 | 0 | 41 | 101 | 66 | 36 | 60 | 37 |
| Binary | 1110110 | 1001111 | 101001 | 0 | 100001 | 1000001 | 110110 | 11110 | 110000 | 11111 |
Color Harmonies of #764F29
Complementary color
Monochromatic Colors of #764F29
Black with #764F29
Text Example
Text Example
White with #764F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F29; }
p { color: rgb(118,79,41); }
H1.HeaderClassName
{
color: #764F29;
}
.AnyTagClassName
{
color: #764F29;
}
</style>
background-color css
<style>
a { background-color: #764F29; }
a { background-color: rgb(118,79,41); }
div.DivClassName
{
background-color: #764F29;
}
.BgClassName
{
background-color: #764F29;
}
</style>
border-color css
<style>
span { border-color: #764F29; }
span { border-color: rgb(118,79,41); }
td.TdClassName
{
border-color: #764F29;
}
.TagClassName
{
border-color: #764F29;
}
</style>