Shades of Korma #76512C
Tints of Korma #76512C
RGB
CMYK
RGB Variations
Color information
#76512C (or 0x76512C) is known color: Korma. HEX triplet: 76, 51 and 2C. RGB value is (118,81,44). Sum of RGB (Red+Green+Blue) = 118+81+44=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76512C is #89AED3. Grayscale: #585858. Windows color (decimal): -9023188 or 2904438. OLE color: 2904438.
HSL color Cylindrical-coordinate representation of color #76512C: hue angle of 30º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76512C is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 44 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.54 |
| HSL | 30º | 0.46% | 0.32% | - |
| HSV(B) | 30º | 0.63% | 0.46% | - |
| XYZ | 10.87 | 9.92 | 3.72 | - |
| YUV | 87.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 44 | 0 | 0.31 | 0.63 | 0.54 | 30 | 0.46 | 0.32 |
| Hex | 76 | 51 | 2C | 0 | 1F | 3F | 36 | 1E | 2E | 20 |
| Octal | 166 | 121 | 54 | 0 | 37 | 77 | 66 | 36 | 56 | 40 |
| Binary | 1110110 | 1010001 | 101100 | 0 | 11111 | 111111 | 110110 | 11110 | 101110 | 100000 |
Color Harmonies of #76512C
Complementary color
Monochromatic Colors of #76512C
Black with #76512C
Text Example
Text Example
White with #76512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76512C; }
p { color: rgb(118,81,44); }
H1.HeaderClassName
{
color: #76512C;
}
.AnyTagClassName
{
color: #76512C;
}
</style>
background-color css
<style>
a { background-color: #76512C; }
a { background-color: rgb(118,81,44); }
div.DivClassName
{
background-color: #76512C;
}
.BgClassName
{
background-color: #76512C;
}
</style>
border-color css
<style>
span { border-color: #76512C; }
span { border-color: rgb(118,81,44); }
td.TdClassName
{
border-color: #76512C;
}
.TagClassName
{
border-color: #76512C;
}
</style>