Shades of Korma #7D4D2A
Tints of Korma #7D4D2A
RGB
CMYK
RGB Variations
Color information
#7D4D2A (or 0x7D4D2A) is known color: Korma. HEX triplet: 7D, 4D and 2A. RGB value is (125,77,42). Sum of RGB (Red+Green+Blue) = 125+77+42=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4D2A is #82B2D5. Grayscale: #575757. Windows color (decimal): -8565462 or 2772349. OLE color: 2772349.
HSL color Cylindrical-coordinate representation of color #7D4D2A: hue angle of 25.3º degrees, saturation: 0.5, 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 #7D4D2A is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 77 | 42 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.51 |
| HSL | 25.3º | 0.5% | 0.33% | - |
| HSV(B) | 25.3º | 0.66% | 0.49% | - |
| XYZ | 11.53 | 9.83 | 3.48 | - |
| YUV | 87.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 42 | 0 | 0.38 | 0.66 | 0.51 | 25.3 | 0.5 | 0.33 |
| Hex | 7D | 4D | 2A | 0 | 26 | 42 | 33 | 19 | 32 | 21 |
| Octal | 175 | 115 | 52 | 0 | 46 | 102 | 63 | 31 | 62 | 41 |
| Binary | 1111101 | 1001101 | 101010 | 0 | 100110 | 1000010 | 110011 | 11001 | 110010 | 100001 |
Color Harmonies of #7D4D2A
Complementary color
Monochromatic Colors of #7D4D2A
Black with #7D4D2A
Text Example
Text Example
White with #7D4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4D2A; }
p { color: rgb(125,77,42); }
H1.HeaderClassName
{
color: #7D4D2A;
}
.AnyTagClassName
{
color: #7D4D2A;
}
</style>
background-color css
<style>
a { background-color: #7D4D2A; }
a { background-color: rgb(125,77,42); }
div.DivClassName
{
background-color: #7D4D2A;
}
.BgClassName
{
background-color: #7D4D2A;
}
</style>
border-color css
<style>
span { border-color: #7D4D2A; }
span { border-color: rgb(125,77,42); }
td.TdClassName
{
border-color: #7D4D2A;
}
.TagClassName
{
border-color: #7D4D2A;
}
</style>