Shades of Crab Apple #7E392C
Tints of Crab Apple #7E392C
RGB
CMYK
RGB Variations
Color information
#7E392C (or 0x7E392C) is known color: Crab Apple. HEX triplet: 7E, 39 and 2C. RGB value is (126,57,44). Sum of RGB (Red+Green+Blue) = 126+57+44=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E392C is #81C6D3. Grayscale: #4C4C4C. Windows color (decimal): -8505044 or 2898302. OLE color: 2898302.
HSL color Cylindrical-coordinate representation of color #7E392C: hue angle of 9.51º 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 #7E392C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 44 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.51 |
| HSL | 9.51º | 0.48% | 0.33% | - |
| HSV(B) | 9.51º | 0.65% | 0.49% | - |
| XYZ | 10.52 | 7.54 | 3.28 | - |
| YUV | 76.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 44 | 0 | 0.55 | 0.65 | 0.51 | 9.51 | 0.48 | 0.33 |
| Hex | 7E | 39 | 2C | 0 | 37 | 41 | 33 | A | 30 | 21 |
| Octal | 176 | 71 | 54 | 0 | 67 | 101 | 63 | 12 | 60 | 41 |
| Binary | 1111110 | 111001 | 101100 | 0 | 110111 | 1000001 | 110011 | 1010 | 110000 | 100001 |
Color Harmonies of #7E392C
Complementary color
Monochromatic Colors of #7E392C
Black with #7E392C
Text Example
Text Example
White with #7E392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E392C; }
p { color: rgb(126,57,44); }
H1.HeaderClassName
{
color: #7E392C;
}
.AnyTagClassName
{
color: #7E392C;
}
</style>
background-color css
<style>
a { background-color: #7E392C; }
a { background-color: rgb(126,57,44); }
div.DivClassName
{
background-color: #7E392C;
}
.BgClassName
{
background-color: #7E392C;
}
</style>
border-color css
<style>
span { border-color: #7E392C; }
span { border-color: rgb(126,57,44); }
td.TdClassName
{
border-color: #7E392C;
}
.TagClassName
{
border-color: #7E392C;
}
</style>