Shades of Crab Apple #7E352C
Tints of Crab Apple #7E352C
RGB
CMYK
RGB Variations
Color information
#7E352C (or 0x7E352C) is known color: Crab Apple. HEX triplet: 7E, 35 and 2C. RGB value is (126,53,44). Sum of RGB (Red+Green+Blue) = 126+53+44=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E352C is #81CAD3. Grayscale: #494949. Windows color (decimal): -8506068 or 2897278. OLE color: 2897278.
HSL color Cylindrical-coordinate representation of color #7E352C: hue angle of 6.59º 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 #7E352C is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 44 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.51 |
| HSL | 6.59º | 0.48% | 0.33% | - |
| HSV(B) | 6.59º | 0.65% | 0.49% | - |
| XYZ | 10.33 | 7.16 | 3.22 | - |
| YUV | 73.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 44 | 0 | 0.58 | 0.65 | 0.51 | 6.59 | 0.48 | 0.33 |
| Hex | 7E | 35 | 2C | 0 | 3A | 41 | 33 | 7 | 30 | 21 |
| Octal | 176 | 65 | 54 | 0 | 72 | 101 | 63 | 7 | 60 | 41 |
| Binary | 1111110 | 110101 | 101100 | 0 | 111010 | 1000001 | 110011 | 111 | 110000 | 100001 |
Color Harmonies of #7E352C
Complementary color
Monochromatic Colors of #7E352C
Black with #7E352C
Text Example
Text Example
White with #7E352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E352C; }
p { color: rgb(126,53,44); }
H1.HeaderClassName
{
color: #7E352C;
}
.AnyTagClassName
{
color: #7E352C;
}
</style>
background-color css
<style>
a { background-color: #7E352C; }
a { background-color: rgb(126,53,44); }
div.DivClassName
{
background-color: #7E352C;
}
.BgClassName
{
background-color: #7E352C;
}
</style>
border-color css
<style>
span { border-color: #7E352C; }
span { border-color: rgb(126,53,44); }
td.TdClassName
{
border-color: #7E352C;
}
.TagClassName
{
border-color: #7E352C;
}
</style>