Shades of Korma #7C502F
Tints of Korma #7C502F
RGB
CMYK
RGB Variations
Color information
#7C502F (or 0x7C502F) is known color: Korma. HEX triplet: 7C, 50 and 2F. RGB value is (124,80,47). Sum of RGB (Red+Green+Blue) = 124+80+47=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C502F is #83AFD0. Grayscale: #595959. Windows color (decimal): -8630225 or 3100796. OLE color: 3100796.
HSL color Cylindrical-coordinate representation of color #7C502F: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C502F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 47 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.51 |
| HSL | 25.71º | 0.45% | 0.34% | - |
| HSV(B) | 25.71º | 0.62% | 0.49% | - |
| XYZ | 11.69 | 10.23 | 4.05 | - |
| YUV | 89.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 47 | 0 | 0.35 | 0.62 | 0.51 | 25.71 | 0.45 | 0.34 |
| Hex | 7C | 50 | 2F | 0 | 23 | 3E | 33 | 1A | 2D | 22 |
| Octal | 174 | 120 | 57 | 0 | 43 | 76 | 63 | 32 | 55 | 42 |
| Binary | 1111100 | 1010000 | 101111 | 0 | 100011 | 111110 | 110011 | 11010 | 101101 | 100010 |
Color Harmonies of #7C502F
Complementary color
Monochromatic Colors of #7C502F
Black with #7C502F
Text Example
Text Example
White with #7C502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C502F; }
p { color: rgb(124,80,47); }
H1.HeaderClassName
{
color: #7C502F;
}
.AnyTagClassName
{
color: #7C502F;
}
</style>
background-color css
<style>
a { background-color: #7C502F; }
a { background-color: rgb(124,80,47); }
div.DivClassName
{
background-color: #7C502F;
}
.BgClassName
{
background-color: #7C502F;
}
</style>
border-color css
<style>
span { border-color: #7C502F; }
span { border-color: rgb(124,80,47); }
td.TdClassName
{
border-color: #7C502F;
}
.TagClassName
{
border-color: #7C502F;
}
</style>