Shades of Crab Apple #7F372F
Tints of Crab Apple #7F372F
RGB
CMYK
RGB Variations
Color information
#7F372F (or 0x7F372F) is known color: Crab Apple. HEX triplet: 7F, 37 and 2F. RGB value is (127,55,47). Sum of RGB (Red+Green+Blue) = 127+55+47=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F372F is #80C8D0. Grayscale: #4B4B4B. Windows color (decimal): -8440017 or 3094399. OLE color: 3094399.
HSL color Cylindrical-coordinate representation of color #7F372F: hue angle of 6º 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 #7F372F is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 55 | 47 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.50 |
| HSL | 6º | 0.46% | 0.34% | - |
| HSV(B) | 6º | 0.63% | 0.5% | - |
| XYZ | 10.63 | 7.45 | 3.57 | - |
| YUV | 75.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 47 | 0 | 0.57 | 0.63 | 0.50 | 6 | 0.46 | 0.34 |
| Hex | 7F | 37 | 2F | 0 | 39 | 3F | 32 | 6 | 2E | 22 |
| Octal | 177 | 67 | 57 | 0 | 71 | 77 | 62 | 6 | 56 | 42 |
| Binary | 1111111 | 110111 | 101111 | 0 | 111001 | 111111 | 110010 | 110 | 101110 | 100010 |
Color Harmonies of #7F372F
Complementary color
Monochromatic Colors of #7F372F
Black with #7F372F
Text Example
Text Example
White with #7F372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F372F; }
p { color: rgb(127,55,47); }
H1.HeaderClassName
{
color: #7F372F;
}
.AnyTagClassName
{
color: #7F372F;
}
</style>
background-color css
<style>
a { background-color: #7F372F; }
a { background-color: rgb(127,55,47); }
div.DivClassName
{
background-color: #7F372F;
}
.BgClassName
{
background-color: #7F372F;
}
</style>
border-color css
<style>
span { border-color: #7F372F; }
span { border-color: rgb(127,55,47); }
td.TdClassName
{
border-color: #7F372F;
}
.TagClassName
{
border-color: #7F372F;
}
</style>