Shades of Korma #7C502B
Tints of Korma #7C502B
RGB
CMYK
RGB Variations
Color information
#7C502B (or 0x7C502B) is known color: Korma. HEX triplet: 7C, 50 and 2B. RGB value is (124,80,43). Sum of RGB (Red+Green+Blue) = 124+80+43=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C502B is #83AFD4. Grayscale: #595959. Windows color (decimal): -8630229 or 2838652. OLE color: 2838652.
HSL color Cylindrical-coordinate representation of color #7C502B: hue angle of 27.41º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C502B is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 43 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.51 |
| HSL | 27.41º | 0.49% | 0.33% | - |
| HSV(B) | 27.41º | 0.65% | 0.49% | - |
| XYZ | 11.62 | 10.2 | 3.64 | - |
| YUV | 88.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 43 | 0 | 0.35 | 0.65 | 0.51 | 27.41 | 0.49 | 0.33 |
| Hex | 7C | 50 | 2B | 0 | 23 | 41 | 33 | 1B | 31 | 21 |
| Octal | 174 | 120 | 53 | 0 | 43 | 101 | 63 | 33 | 61 | 41 |
| Binary | 1111100 | 1010000 | 101011 | 0 | 100011 | 1000001 | 110011 | 11011 | 110001 | 100001 |
Color Harmonies of #7C502B
Complementary color
Monochromatic Colors of #7C502B
Black with #7C502B
Text Example
Text Example
White with #7C502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C502B; }
p { color: rgb(124,80,43); }
H1.HeaderClassName
{
color: #7C502B;
}
.AnyTagClassName
{
color: #7C502B;
}
</style>
background-color css
<style>
a { background-color: #7C502B; }
a { background-color: rgb(124,80,43); }
div.DivClassName
{
background-color: #7C502B;
}
.BgClassName
{
background-color: #7C502B;
}
</style>
border-color css
<style>
span { border-color: #7C502B; }
span { border-color: rgb(124,80,43); }
td.TdClassName
{
border-color: #7C502B;
}
.TagClassName
{
border-color: #7C502B;
}
</style>