Shades of Korma #7E502C
Tints of Korma #7E502C
RGB
CMYK
RGB Variations
Color information
#7E502C (or 0x7E502C) is known color: Korma. HEX triplet: 7E, 50 and 2C. RGB value is (126,80,44). Sum of RGB (Red+Green+Blue) = 126+80+44=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E502C is #81AFD3. Grayscale: #595959. Windows color (decimal): -8499156 or 2904190. OLE color: 2904190.
HSL color Cylindrical-coordinate representation of color #7E502C: hue angle of 26.34º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E502C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 44 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.51 |
| HSL | 26.34º | 0.48% | 0.33% | - |
| HSV(B) | 26.34º | 0.65% | 0.49% | - |
| XYZ | 11.93 | 10.35 | 3.75 | - |
| YUV | 89.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 44 | 0 | 0.37 | 0.65 | 0.51 | 26.34 | 0.48 | 0.33 |
| Hex | 7E | 50 | 2C | 0 | 25 | 41 | 33 | 1A | 30 | 21 |
| Octal | 176 | 120 | 54 | 0 | 45 | 101 | 63 | 32 | 60 | 41 |
| Binary | 1111110 | 1010000 | 101100 | 0 | 100101 | 1000001 | 110011 | 11010 | 110000 | 100001 |
Color Harmonies of #7E502C
Complementary color
Monochromatic Colors of #7E502C
Black with #7E502C
Text Example
Text Example
White with #7E502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E502C; }
p { color: rgb(126,80,44); }
H1.HeaderClassName
{
color: #7E502C;
}
.AnyTagClassName
{
color: #7E502C;
}
</style>
background-color css
<style>
a { background-color: #7E502C; }
a { background-color: rgb(126,80,44); }
div.DivClassName
{
background-color: #7E502C;
}
.BgClassName
{
background-color: #7E502C;
}
</style>
border-color css
<style>
span { border-color: #7E502C; }
span { border-color: rgb(126,80,44); }
td.TdClassName
{
border-color: #7E502C;
}
.TagClassName
{
border-color: #7E502C;
}
</style>