Shades of Crab Apple #7F3A2F
Tints of Crab Apple #7F3A2F
RGB
CMYK
RGB Variations
Color information
#7F3A2F (or 0x7F3A2F) is known color: Crab Apple. HEX triplet: 7F, 3A and 2F. RGB value is (127,58,47). Sum of RGB (Red+Green+Blue) = 127+58+47=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A2F is #80C5D0. Grayscale: #4D4D4D. Windows color (decimal): -8439249 or 3095167. OLE color: 3095167.
HSL color Cylindrical-coordinate representation of color #7F3A2F: hue angle of 8.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F3A2F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 47 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.50 |
| HSL | 8.25º | 0.46% | 0.34% | - |
| HSV(B) | 8.25º | 0.63% | 0.5% | - |
| XYZ | 10.78 | 7.74 | 3.62 | - |
| YUV | 77.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 47 | 0 | 0.54 | 0.63 | 0.50 | 8.25 | 0.46 | 0.34 |
| Hex | 7F | 3A | 2F | 0 | 36 | 3F | 32 | 8 | 2E | 22 |
| Octal | 177 | 72 | 57 | 0 | 66 | 77 | 62 | 10 | 56 | 42 |
| Binary | 1111111 | 111010 | 101111 | 0 | 110110 | 111111 | 110010 | 1000 | 101110 | 100010 |
Color Harmonies of #7F3A2F
Complementary color
Monochromatic Colors of #7F3A2F
Black with #7F3A2F
Text Example
Text Example
White with #7F3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A2F; }
p { color: rgb(127,58,47); }
H1.HeaderClassName
{
color: #7F3A2F;
}
.AnyTagClassName
{
color: #7F3A2F;
}
</style>
background-color css
<style>
a { background-color: #7F3A2F; }
a { background-color: rgb(127,58,47); }
div.DivClassName
{
background-color: #7F3A2F;
}
.BgClassName
{
background-color: #7F3A2F;
}
</style>
border-color css
<style>
span { border-color: #7F3A2F; }
span { border-color: rgb(127,58,47); }
td.TdClassName
{
border-color: #7F3A2F;
}
.TagClassName
{
border-color: #7F3A2F;
}
</style>