Shades of Korma #77512B
Tints of Korma #77512B
RGB
CMYK
RGB Variations
Color information
#77512B (or 0x77512B) is known color: Korma. HEX triplet: 77, 51 and 2B. RGB value is (119,81,43). Sum of RGB (Red+Green+Blue) = 119+81+43=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77512B is #88AED4. Grayscale: #585858. Windows color (decimal): -8957653 or 2838903. OLE color: 2838903.
HSL color Cylindrical-coordinate representation of color #77512B: hue angle of 30º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77512B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 43 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.53 |
| HSL | 30º | 0.47% | 0.32% | - |
| HSV(B) | 30º | 0.64% | 0.47% | - |
| XYZ | 10.99 | 9.98 | 3.63 | - |
| YUV | 88.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 43 | 0 | 0.32 | 0.64 | 0.53 | 30 | 0.47 | 0.32 |
| Hex | 77 | 51 | 2B | 0 | 20 | 40 | 35 | 1E | 2F | 20 |
| Octal | 167 | 121 | 53 | 0 | 40 | 100 | 65 | 36 | 57 | 40 |
| Binary | 1110111 | 1010001 | 101011 | 0 | 100000 | 1000000 | 110101 | 11110 | 101111 | 100000 |
Color Harmonies of #77512B
Complementary color
Monochromatic Colors of #77512B
Black with #77512B
Text Example
Text Example
White with #77512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77512B; }
p { color: rgb(119,81,43); }
H1.HeaderClassName
{
color: #77512B;
}
.AnyTagClassName
{
color: #77512B;
}
</style>
background-color css
<style>
a { background-color: #77512B; }
a { background-color: rgb(119,81,43); }
div.DivClassName
{
background-color: #77512B;
}
.BgClassName
{
background-color: #77512B;
}
</style>
border-color css
<style>
span { border-color: #77512B; }
span { border-color: rgb(119,81,43); }
td.TdClassName
{
border-color: #77512B;
}
.TagClassName
{
border-color: #77512B;
}
</style>