Shades of Crab Apple #7F3B2F
Tints of Crab Apple #7F3B2F
RGB
CMYK
RGB Variations
Color information
#7F3B2F (or 0x7F3B2F) is known color: Crab Apple. HEX triplet: 7F, 3B and 2F. RGB value is (127,59,47). Sum of RGB (Red+Green+Blue) = 127+59+47=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B2F is #80C4D0. Grayscale: #4E4E4E. Windows color (decimal): -8438993 or 3095423. OLE color: 3095423.
HSL color Cylindrical-coordinate representation of color #7F3B2F: hue angle of 9º 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 #7F3B2F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 59 | 47 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.50 |
| HSL | 9º | 0.46% | 0.34% | - |
| HSV(B) | 9º | 0.63% | 0.5% | - |
| XYZ | 10.83 | 7.85 | 3.63 | - |
| YUV | 77.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 47 | 0 | 0.54 | 0.63 | 0.50 | 9 | 0.46 | 0.34 |
| Hex | 7F | 3B | 2F | 0 | 36 | 3F | 32 | 9 | 2E | 22 |
| Octal | 177 | 73 | 57 | 0 | 66 | 77 | 62 | 11 | 56 | 42 |
| Binary | 1111111 | 111011 | 101111 | 0 | 110110 | 111111 | 110010 | 1001 | 101110 | 100010 |
Color Harmonies of #7F3B2F
Complementary color
Monochromatic Colors of #7F3B2F
Black with #7F3B2F
Text Example
Text Example
White with #7F3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3B2F; }
p { color: rgb(127,59,47); }
H1.HeaderClassName
{
color: #7F3B2F;
}
.AnyTagClassName
{
color: #7F3B2F;
}
</style>
background-color css
<style>
a { background-color: #7F3B2F; }
a { background-color: rgb(127,59,47); }
div.DivClassName
{
background-color: #7F3B2F;
}
.BgClassName
{
background-color: #7F3B2F;
}
</style>
border-color css
<style>
span { border-color: #7F3B2F; }
span { border-color: rgb(127,59,47); }
td.TdClassName
{
border-color: #7F3B2F;
}
.TagClassName
{
border-color: #7F3B2F;
}
</style>