Shades of Crab Apple #7F3A28
Tints of Crab Apple #7F3A28
RGB
CMYK
RGB Variations
Color information
#7F3A28 (or 0x7F3A28) is known color: Crab Apple. HEX triplet: 7F, 3A and 28. RGB value is (127,58,40). Sum of RGB (Red+Green+Blue) = 127+58+40=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A28 is #80C5D7. Grayscale: #4C4C4C. Windows color (decimal): -8439256 or 2636415. OLE color: 2636415.
HSL color Cylindrical-coordinate representation of color #7F3A28: hue angle of 12.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3A28 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 40 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.50 |
| HSL | 12.41º | 0.52% | 0.33% | - |
| HSV(B) | 12.41º | 0.69% | 0.5% | - |
| XYZ | 10.65 | 7.69 | 2.93 | - |
| YUV | 76.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 40 | 0 | 0.54 | 0.69 | 0.50 | 12.41 | 0.52 | 0.33 |
| Hex | 7F | 3A | 28 | 0 | 36 | 45 | 32 | C | 34 | 21 |
| Octal | 177 | 72 | 50 | 0 | 66 | 105 | 62 | 14 | 64 | 41 |
| Binary | 1111111 | 111010 | 101000 | 0 | 110110 | 1000101 | 110010 | 1100 | 110100 | 100001 |
Color Harmonies of #7F3A28
Complementary color
Monochromatic Colors of #7F3A28
Black with #7F3A28
Text Example
Text Example
White with #7F3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A28; }
p { color: rgb(127,58,40); }
H1.HeaderClassName
{
color: #7F3A28;
}
.AnyTagClassName
{
color: #7F3A28;
}
</style>
background-color css
<style>
a { background-color: #7F3A28; }
a { background-color: rgb(127,58,40); }
div.DivClassName
{
background-color: #7F3A28;
}
.BgClassName
{
background-color: #7F3A28;
}
</style>
border-color css
<style>
span { border-color: #7F3A28; }
span { border-color: rgb(127,58,40); }
td.TdClassName
{
border-color: #7F3A28;
}
.TagClassName
{
border-color: #7F3A28;
}
</style>