Shades of Crab Apple #7F362C
Tints of Crab Apple #7F362C
RGB
CMYK
RGB Variations
Color information
#7F362C (or 0x7F362C) is known color: Crab Apple. HEX triplet: 7F, 36 and 2C. RGB value is (127,54,44). Sum of RGB (Red+Green+Blue) = 127+54+44=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F362C is #80C9D3. Grayscale: #4A4A4A. Windows color (decimal): -8440276 or 2897535. OLE color: 2897535.
HSL color Cylindrical-coordinate representation of color #7F362C: hue angle of 7.23º degrees, saturation: 0.49, 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 #7F362C is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 44 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.50 |
| HSL | 7.23º | 0.49% | 0.34% | - |
| HSV(B) | 7.23º | 0.65% | 0.5% | - |
| XYZ | 10.53 | 7.33 | 3.24 | - |
| YUV | 74.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 44 | 0 | 0.57 | 0.65 | 0.50 | 7.23 | 0.49 | 0.34 |
| Hex | 7F | 36 | 2C | 0 | 39 | 41 | 32 | 7 | 31 | 22 |
| Octal | 177 | 66 | 54 | 0 | 71 | 101 | 62 | 7 | 61 | 42 |
| Binary | 1111111 | 110110 | 101100 | 0 | 111001 | 1000001 | 110010 | 111 | 110001 | 100010 |
Color Harmonies of #7F362C
Complementary color
Monochromatic Colors of #7F362C
Black with #7F362C
Text Example
Text Example
White with #7F362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F362C; }
p { color: rgb(127,54,44); }
H1.HeaderClassName
{
color: #7F362C;
}
.AnyTagClassName
{
color: #7F362C;
}
</style>
background-color css
<style>
a { background-color: #7F362C; }
a { background-color: rgb(127,54,44); }
div.DivClassName
{
background-color: #7F362C;
}
.BgClassName
{
background-color: #7F362C;
}
</style>
border-color css
<style>
span { border-color: #7F362C; }
span { border-color: rgb(127,54,44); }
td.TdClassName
{
border-color: #7F362C;
}
.TagClassName
{
border-color: #7F362C;
}
</style>