Shades of Korma #7C502D
Tints of Korma #7C502D
RGB
CMYK
RGB Variations
Color information
#7C502D (or 0x7C502D) is known color: Korma. HEX triplet: 7C, 50 and 2D. RGB value is (124,80,45). Sum of RGB (Red+Green+Blue) = 124+80+45=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C502D is #83AFD2. Grayscale: #595959. Windows color (decimal): -8630227 or 2969724. OLE color: 2969724.
HSL color Cylindrical-coordinate representation of color #7C502D: hue angle of 26.58º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C502D is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 45 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.51 |
| HSL | 26.58º | 0.47% | 0.33% | - |
| HSV(B) | 26.58º | 0.64% | 0.49% | - |
| XYZ | 11.65 | 10.21 | 3.84 | - |
| YUV | 89.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 45 | 0 | 0.35 | 0.64 | 0.51 | 26.58 | 0.47 | 0.33 |
| Hex | 7C | 50 | 2D | 0 | 23 | 40 | 33 | 1B | 2F | 21 |
| Octal | 174 | 120 | 55 | 0 | 43 | 100 | 63 | 33 | 57 | 41 |
| Binary | 1111100 | 1010000 | 101101 | 0 | 100011 | 1000000 | 110011 | 11011 | 101111 | 100001 |
Color Harmonies of #7C502D
Complementary color
Monochromatic Colors of #7C502D
Black with #7C502D
Text Example
Text Example
White with #7C502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C502D; }
p { color: rgb(124,80,45); }
H1.HeaderClassName
{
color: #7C502D;
}
.AnyTagClassName
{
color: #7C502D;
}
</style>
background-color css
<style>
a { background-color: #7C502D; }
a { background-color: rgb(124,80,45); }
div.DivClassName
{
background-color: #7C502D;
}
.BgClassName
{
background-color: #7C502D;
}
</style>
border-color css
<style>
span { border-color: #7C502D; }
span { border-color: rgb(124,80,45); }
td.TdClassName
{
border-color: #7C502D;
}
.TagClassName
{
border-color: #7C502D;
}
</style>