Shades of Crab Apple #7F352E
Tints of Crab Apple #7F352E
RGB
CMYK
RGB Variations
Color information
#7F352E (or 0x7F352E) is known color: Crab Apple. HEX triplet: 7F, 35 and 2E. RGB value is (127,53,46). Sum of RGB (Red+Green+Blue) = 127+53+46=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F352E is #80CAD1. Grayscale: #4A4A4A. Windows color (decimal): -8440530 or 3028351. OLE color: 3028351.
HSL color Cylindrical-coordinate representation of color #7F352E: hue angle of 5.19º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F352E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 46 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.50 |
| HSL | 5.19º | 0.47% | 0.34% | - |
| HSV(B) | 5.19º | 0.64% | 0.5% | - |
| XYZ | 10.52 | 7.26 | 3.43 | - |
| YUV | 74.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 46 | 0 | 0.58 | 0.64 | 0.50 | 5.19 | 0.47 | 0.34 |
| Hex | 7F | 35 | 2E | 0 | 3A | 40 | 32 | 5 | 2F | 22 |
| Octal | 177 | 65 | 56 | 0 | 72 | 100 | 62 | 5 | 57 | 42 |
| Binary | 1111111 | 110101 | 101110 | 0 | 111010 | 1000000 | 110010 | 101 | 101111 | 100010 |
Color Harmonies of #7F352E
Complementary color
Monochromatic Colors of #7F352E
Black with #7F352E
Text Example
Text Example
White with #7F352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F352E; }
p { color: rgb(127,53,46); }
H1.HeaderClassName
{
color: #7F352E;
}
.AnyTagClassName
{
color: #7F352E;
}
</style>
background-color css
<style>
a { background-color: #7F352E; }
a { background-color: rgb(127,53,46); }
div.DivClassName
{
background-color: #7F352E;
}
.BgClassName
{
background-color: #7F352E;
}
</style>
border-color css
<style>
span { border-color: #7F352E; }
span { border-color: rgb(127,53,46); }
td.TdClassName
{
border-color: #7F352E;
}
.TagClassName
{
border-color: #7F352E;
}
</style>