Shades of Korma #7D502E
Tints of Korma #7D502E
RGB
CMYK
RGB Variations
Color information
#7D502E (or 0x7D502E) is known color: Korma. HEX triplet: 7D, 50 and 2E. RGB value is (125,80,46). Sum of RGB (Red+Green+Blue) = 125+80+46=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D502E is #82AFD1. Grayscale: #595959. Windows color (decimal): -8564690 or 3035261. OLE color: 3035261.
HSL color Cylindrical-coordinate representation of color #7D502E: hue angle of 25.82º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D502E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 80 | 46 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.51 |
| HSL | 25.82º | 0.46% | 0.34% | - |
| HSV(B) | 25.82º | 0.63% | 0.49% | - |
| XYZ | 11.82 | 10.29 | 3.95 | - |
| YUV | 89.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 46 | 0 | 0.36 | 0.63 | 0.51 | 25.82 | 0.46 | 0.34 |
| Hex | 7D | 50 | 2E | 0 | 24 | 3F | 33 | 1A | 2E | 22 |
| Octal | 175 | 120 | 56 | 0 | 44 | 77 | 63 | 32 | 56 | 42 |
| Binary | 1111101 | 1010000 | 101110 | 0 | 100100 | 111111 | 110011 | 11010 | 101110 | 100010 |
Color Harmonies of #7D502E
Complementary color
Monochromatic Colors of #7D502E
Black with #7D502E
Text Example
Text Example
White with #7D502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D502E; }
p { color: rgb(125,80,46); }
H1.HeaderClassName
{
color: #7D502E;
}
.AnyTagClassName
{
color: #7D502E;
}
</style>
background-color css
<style>
a { background-color: #7D502E; }
a { background-color: rgb(125,80,46); }
div.DivClassName
{
background-color: #7D502E;
}
.BgClassName
{
background-color: #7D502E;
}
</style>
border-color css
<style>
span { border-color: #7D502E; }
span { border-color: rgb(125,80,46); }
td.TdClassName
{
border-color: #7D502E;
}
.TagClassName
{
border-color: #7D502E;
}
</style>