Shades of Crab Apple #7E362F
Tints of Crab Apple #7E362F
RGB
CMYK
RGB Variations
Color information
#7E362F (or 0x7E362F) is known color: Crab Apple. HEX triplet: 7E, 36 and 2F. RGB value is (126,54,47). Sum of RGB (Red+Green+Blue) = 126+54+47=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E362F is #81C9D0. Grayscale: #4A4A4A. Windows color (decimal): -8505809 or 3094142. OLE color: 3094142.
HSL color Cylindrical-coordinate representation of color #7E362F: hue angle of 5.32º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E362F is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 47 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.51 |
| HSL | 5.32º | 0.46% | 0.34% | - |
| HSV(B) | 5.32º | 0.63% | 0.49% | - |
| XYZ | 10.44 | 7.28 | 3.54 | - |
| YUV | 74.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 47 | 0 | 0.57 | 0.63 | 0.51 | 5.32 | 0.46 | 0.34 |
| Hex | 7E | 36 | 2F | 0 | 39 | 3F | 33 | 5 | 2E | 22 |
| Octal | 176 | 66 | 57 | 0 | 71 | 77 | 63 | 5 | 56 | 42 |
| Binary | 1111110 | 110110 | 101111 | 0 | 111001 | 111111 | 110011 | 101 | 101110 | 100010 |
Color Harmonies of #7E362F
Complementary color
Monochromatic Colors of #7E362F
Black with #7E362F
Text Example
Text Example
White with #7E362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E362F; }
p { color: rgb(126,54,47); }
H1.HeaderClassName
{
color: #7E362F;
}
.AnyTagClassName
{
color: #7E362F;
}
</style>
background-color css
<style>
a { background-color: #7E362F; }
a { background-color: rgb(126,54,47); }
div.DivClassName
{
background-color: #7E362F;
}
.BgClassName
{
background-color: #7E362F;
}
</style>
border-color css
<style>
span { border-color: #7E362F; }
span { border-color: rgb(126,54,47); }
td.TdClassName
{
border-color: #7E362F;
}
.TagClassName
{
border-color: #7E362F;
}
</style>