Shades of Korma #7E5027
Tints of Korma #7E5027
RGB
CMYK
RGB Variations
Color information
#7E5027 (or 0x7E5027) is known color: Korma. HEX triplet: 7E, 50 and 27. RGB value is (126,80,39). Sum of RGB (Red+Green+Blue) = 126+80+39=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5027 is #81AFD8. Grayscale: #595959. Windows color (decimal): -8499161 or 2576510. OLE color: 2576510.
HSL color Cylindrical-coordinate representation of color #7E5027: hue angle of 28.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E5027 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 39 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.51 |
| HSL | 28.28º | 0.53% | 0.32% | - |
| HSV(B) | 28.28º | 0.69% | 0.49% | - |
| XYZ | 11.84 | 10.32 | 3.29 | - |
| YUV | 89.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 39 | 0 | 0.37 | 0.69 | 0.51 | 28.28 | 0.53 | 0.32 |
| Hex | 7E | 50 | 27 | 0 | 25 | 45 | 33 | 1C | 35 | 20 |
| Octal | 176 | 120 | 47 | 0 | 45 | 105 | 63 | 34 | 65 | 40 |
| Binary | 1111110 | 1010000 | 100111 | 0 | 100101 | 1000101 | 110011 | 11100 | 110101 | 100000 |
Color Harmonies of #7E5027
Complementary color
Monochromatic Colors of #7E5027
Black with #7E5027
Text Example
Text Example
White with #7E5027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5027; }
p { color: rgb(126,80,39); }
H1.HeaderClassName
{
color: #7E5027;
}
.AnyTagClassName
{
color: #7E5027;
}
</style>
background-color css
<style>
a { background-color: #7E5027; }
a { background-color: rgb(126,80,39); }
div.DivClassName
{
background-color: #7E5027;
}
.BgClassName
{
background-color: #7E5027;
}
</style>
border-color css
<style>
span { border-color: #7E5027; }
span { border-color: rgb(126,80,39); }
td.TdClassName
{
border-color: #7E5027;
}
.TagClassName
{
border-color: #7E5027;
}
</style>