Shades of Korma #76512E
Tints of Korma #76512E
RGB
CMYK
RGB Variations
Color information
#76512E (or 0x76512E) is known color: Korma. HEX triplet: 76, 51 and 2E. RGB value is (118,81,46). Sum of RGB (Red+Green+Blue) = 118+81+46=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76512E is #89AED1. Grayscale: #585858. Windows color (decimal): -9023186 or 3035510. OLE color: 3035510.
HSL color Cylindrical-coordinate representation of color #76512E: hue angle of 29.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76512E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 46 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.54 |
| HSL | 29.17º | 0.44% | 0.32% | - |
| HSV(B) | 29.17º | 0.61% | 0.46% | - |
| XYZ | 10.91 | 9.93 | 3.93 | - |
| YUV | 88.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 46 | 0 | 0.31 | 0.61 | 0.54 | 29.17 | 0.44 | 0.32 |
| Hex | 76 | 51 | 2E | 0 | 1F | 3D | 36 | 1D | 2C | 20 |
| Octal | 166 | 121 | 56 | 0 | 37 | 75 | 66 | 35 | 54 | 40 |
| Binary | 1110110 | 1010001 | 101110 | 0 | 11111 | 111101 | 110110 | 11101 | 101100 | 100000 |
Color Harmonies of #76512E
Complementary color
Monochromatic Colors of #76512E
Black with #76512E
Text Example
Text Example
White with #76512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76512E; }
p { color: rgb(118,81,46); }
H1.HeaderClassName
{
color: #76512E;
}
.AnyTagClassName
{
color: #76512E;
}
</style>
background-color css
<style>
a { background-color: #76512E; }
a { background-color: rgb(118,81,46); }
div.DivClassName
{
background-color: #76512E;
}
.BgClassName
{
background-color: #76512E;
}
</style>
border-color css
<style>
span { border-color: #76512E; }
span { border-color: rgb(118,81,46); }
td.TdClassName
{
border-color: #76512E;
}
.TagClassName
{
border-color: #76512E;
}
</style>