Shades of Crab Apple #7E392A
Tints of Crab Apple #7E392A
RGB
CMYK
RGB Variations
Color information
#7E392A (or 0x7E392A) is known color: Crab Apple. HEX triplet: 7E, 39 and 2A. RGB value is (126,57,42). Sum of RGB (Red+Green+Blue) = 126+57+42=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E392A is #81C6D5. Grayscale: #4C4C4C. Windows color (decimal): -8505046 or 2767230. OLE color: 2767230.
HSL color Cylindrical-coordinate representation of color #7E392A: hue angle of 10.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E392A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 42 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.51 |
| HSL | 10.71º | 0.5% | 0.33% | - |
| HSV(B) | 10.71º | 0.67% | 0.49% | - |
| XYZ | 10.49 | 7.53 | 3.09 | - |
| YUV | 75.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 42 | 0 | 0.55 | 0.67 | 0.51 | 10.71 | 0.5 | 0.33 |
| Hex | 7E | 39 | 2A | 0 | 37 | 43 | 33 | B | 32 | 21 |
| Octal | 176 | 71 | 52 | 0 | 67 | 103 | 63 | 13 | 62 | 41 |
| Binary | 1111110 | 111001 | 101010 | 0 | 110111 | 1000011 | 110011 | 1011 | 110010 | 100001 |
Color Harmonies of #7E392A
Complementary color
Monochromatic Colors of #7E392A
Black with #7E392A
Text Example
Text Example
White with #7E392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E392A; }
p { color: rgb(126,57,42); }
H1.HeaderClassName
{
color: #7E392A;
}
.AnyTagClassName
{
color: #7E392A;
}
</style>
background-color css
<style>
a { background-color: #7E392A; }
a { background-color: rgb(126,57,42); }
div.DivClassName
{
background-color: #7E392A;
}
.BgClassName
{
background-color: #7E392A;
}
</style>
border-color css
<style>
span { border-color: #7E392A; }
span { border-color: rgb(126,57,42); }
td.TdClassName
{
border-color: #7E392A;
}
.TagClassName
{
border-color: #7E392A;
}
</style>