Shades of Korma #77512C
Tints of Korma #77512C
RGB
CMYK
RGB Variations
Color information
#77512C (or 0x77512C) is known color: Korma. HEX triplet: 77, 51 and 2C. RGB value is (119,81,44). Sum of RGB (Red+Green+Blue) = 119+81+44=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77512C is #88AED3. Grayscale: #585858. Windows color (decimal): -8957652 or 2904439. OLE color: 2904439.
HSL color Cylindrical-coordinate representation of color #77512C: hue angle of 29.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77512C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 44 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.53 |
| HSL | 29.6º | 0.46% | 0.32% | - |
| HSV(B) | 29.6º | 0.63% | 0.47% | - |
| XYZ | 11 | 9.99 | 3.73 | - |
| YUV | 88.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 44 | 0 | 0.32 | 0.63 | 0.53 | 29.6 | 0.46 | 0.32 |
| Hex | 77 | 51 | 2C | 0 | 20 | 3F | 35 | 1E | 2E | 20 |
| Octal | 167 | 121 | 54 | 0 | 40 | 77 | 65 | 36 | 56 | 40 |
| Binary | 1110111 | 1010001 | 101100 | 0 | 100000 | 111111 | 110101 | 11110 | 101110 | 100000 |
Color Harmonies of #77512C
Complementary color
Monochromatic Colors of #77512C
Black with #77512C
Text Example
Text Example
White with #77512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77512C; }
p { color: rgb(119,81,44); }
H1.HeaderClassName
{
color: #77512C;
}
.AnyTagClassName
{
color: #77512C;
}
</style>
background-color css
<style>
a { background-color: #77512C; }
a { background-color: rgb(119,81,44); }
div.DivClassName
{
background-color: #77512C;
}
.BgClassName
{
background-color: #77512C;
}
</style>
border-color css
<style>
span { border-color: #77512C; }
span { border-color: rgb(119,81,44); }
td.TdClassName
{
border-color: #77512C;
}
.TagClassName
{
border-color: #77512C;
}
</style>