Shades of Crab Apple #7F3831
Tints of Crab Apple #7F3831
RGB
CMYK
RGB Variations
Color information
#7F3831 (or 0x7F3831) is known color: Crab Apple. HEX triplet: 7F, 38 and 31. RGB value is (127,56,49). Sum of RGB (Red+Green+Blue) = 127+56+49=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3831 is #80C7CE. Grayscale: #4C4C4C. Windows color (decimal): -8439759 or 3225727. OLE color: 3225727.
HSL color Cylindrical-coordinate representation of color #7F3831: hue angle of 5.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3831 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 49 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.50 |
| HSL | 5.38º | 0.44% | 0.35% | - |
| HSV(B) | 5.38º | 0.61% | 0.5% | - |
| XYZ | 10.72 | 7.56 | 3.8 | - |
| YUV | 76.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 49 | 0 | 0.56 | 0.61 | 0.50 | 5.38 | 0.44 | 0.35 |
| Hex | 7F | 38 | 31 | 0 | 38 | 3D | 32 | 5 | 2C | 23 |
| Octal | 177 | 70 | 61 | 0 | 70 | 75 | 62 | 5 | 54 | 43 |
| Binary | 1111111 | 111000 | 110001 | 0 | 111000 | 111101 | 110010 | 101 | 101100 | 100011 |
Color Harmonies of #7F3831
Complementary color
Monochromatic Colors of #7F3831
Black with #7F3831
Text Example
Text Example
White with #7F3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3831; }
p { color: rgb(127,56,49); }
H1.HeaderClassName
{
color: #7F3831;
}
.AnyTagClassName
{
color: #7F3831;
}
</style>
background-color css
<style>
a { background-color: #7F3831; }
a { background-color: rgb(127,56,49); }
div.DivClassName
{
background-color: #7F3831;
}
.BgClassName
{
background-color: #7F3831;
}
</style>
border-color css
<style>
span { border-color: #7F3831; }
span { border-color: rgb(127,56,49); }
td.TdClassName
{
border-color: #7F3831;
}
.TagClassName
{
border-color: #7F3831;
}
</style>