Shades of Crab Apple #7F3A2D
Tints of Crab Apple #7F3A2D
RGB
CMYK
RGB Variations
Color information
#7F3A2D (or 0x7F3A2D) is known color: Crab Apple. HEX triplet: 7F, 3A and 2D. RGB value is (127,58,45). Sum of RGB (Red+Green+Blue) = 127+58+45=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A2D is #80C5D2. Grayscale: #4D4D4D. Windows color (decimal): -8439251 or 2964095. OLE color: 2964095.
HSL color Cylindrical-coordinate representation of color #7F3A2D: hue angle of 9.51º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F3A2D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 45 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.50 |
| HSL | 9.51º | 0.48% | 0.34% | - |
| HSV(B) | 9.51º | 0.65% | 0.5% | - |
| XYZ | 10.74 | 7.73 | 3.41 | - |
| YUV | 77.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 45 | 0 | 0.54 | 0.65 | 0.50 | 9.51 | 0.48 | 0.34 |
| Hex | 7F | 3A | 2D | 0 | 36 | 41 | 32 | A | 30 | 22 |
| Octal | 177 | 72 | 55 | 0 | 66 | 101 | 62 | 12 | 60 | 42 |
| Binary | 1111111 | 111010 | 101101 | 0 | 110110 | 1000001 | 110010 | 1010 | 110000 | 100010 |
Color Harmonies of #7F3A2D
Complementary color
Monochromatic Colors of #7F3A2D
Black with #7F3A2D
Text Example
Text Example
White with #7F3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A2D; }
p { color: rgb(127,58,45); }
H1.HeaderClassName
{
color: #7F3A2D;
}
.AnyTagClassName
{
color: #7F3A2D;
}
</style>
background-color css
<style>
a { background-color: #7F3A2D; }
a { background-color: rgb(127,58,45); }
div.DivClassName
{
background-color: #7F3A2D;
}
.BgClassName
{
background-color: #7F3A2D;
}
</style>
border-color css
<style>
span { border-color: #7F3A2D; }
span { border-color: rgb(127,58,45); }
td.TdClassName
{
border-color: #7F3A2D;
}
.TagClassName
{
border-color: #7F3A2D;
}
</style>