Shades of Korma #7D502B
Tints of Korma #7D502B
RGB
CMYK
RGB Variations
Color information
#7D502B (or 0x7D502B) is known color: Korma. HEX triplet: 7D, 50 and 2B. RGB value is (125,80,43). Sum of RGB (Red+Green+Blue) = 125+80+43=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D502B is #82AFD4. Grayscale: #595959. Windows color (decimal): -8564693 or 2838653. OLE color: 2838653.
HSL color Cylindrical-coordinate representation of color #7D502B: hue angle of 27.07º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D502B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 80 | 43 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.51 |
| HSL | 27.07º | 0.49% | 0.33% | - |
| HSV(B) | 27.07º | 0.66% | 0.49% | - |
| XYZ | 11.76 | 10.27 | 3.65 | - |
| YUV | 89.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 43 | 0 | 0.36 | 0.66 | 0.51 | 27.07 | 0.49 | 0.33 |
| Hex | 7D | 50 | 2B | 0 | 24 | 42 | 33 | 1B | 31 | 21 |
| Octal | 175 | 120 | 53 | 0 | 44 | 102 | 63 | 33 | 61 | 41 |
| Binary | 1111101 | 1010000 | 101011 | 0 | 100100 | 1000010 | 110011 | 11011 | 110001 | 100001 |
Color Harmonies of #7D502B
Complementary color
Monochromatic Colors of #7D502B
Black with #7D502B
Text Example
Text Example
White with #7D502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D502B; }
p { color: rgb(125,80,43); }
H1.HeaderClassName
{
color: #7D502B;
}
.AnyTagClassName
{
color: #7D502B;
}
</style>
background-color css
<style>
a { background-color: #7D502B; }
a { background-color: rgb(125,80,43); }
div.DivClassName
{
background-color: #7D502B;
}
.BgClassName
{
background-color: #7D502B;
}
</style>
border-color css
<style>
span { border-color: #7D502B; }
span { border-color: rgb(125,80,43); }
td.TdClassName
{
border-color: #7D502B;
}
.TagClassName
{
border-color: #7D502B;
}
</style>