Shades of Crab Apple #7D3729
Tints of Crab Apple #7D3729
RGB
CMYK
RGB Variations
Color information
#7D3729 (or 0x7D3729) is known color: Crab Apple. HEX triplet: 7D, 37 and 29. RGB value is (125,55,41). Sum of RGB (Red+Green+Blue) = 125+55+41=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3729 is #82C8D6. Grayscale: #4A4A4A. Windows color (decimal): -8571095 or 2701181. OLE color: 2701181.
HSL color Cylindrical-coordinate representation of color #7D3729: hue angle of 10º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D3729 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 41 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.51 |
| HSL | 10º | 0.51% | 0.33% | - |
| HSV(B) | 10º | 0.67% | 0.49% | - |
| XYZ | 10.22 | 7.25 | 2.96 | - |
| YUV | 74.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 41 | 0 | 0.56 | 0.67 | 0.51 | 10 | 0.51 | 0.33 |
| Hex | 7D | 37 | 29 | 0 | 38 | 43 | 33 | A | 33 | 21 |
| Octal | 175 | 67 | 51 | 0 | 70 | 103 | 63 | 12 | 63 | 41 |
| Binary | 1111101 | 110111 | 101001 | 0 | 111000 | 1000011 | 110011 | 1010 | 110011 | 100001 |
Color Harmonies of #7D3729
Complementary color
Monochromatic Colors of #7D3729
Black with #7D3729
Text Example
Text Example
White with #7D3729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3729; }
p { color: rgb(125,55,41); }
H1.HeaderClassName
{
color: #7D3729;
}
.AnyTagClassName
{
color: #7D3729;
}
</style>
background-color css
<style>
a { background-color: #7D3729; }
a { background-color: rgb(125,55,41); }
div.DivClassName
{
background-color: #7D3729;
}
.BgClassName
{
background-color: #7D3729;
}
</style>
border-color css
<style>
span { border-color: #7D3729; }
span { border-color: rgb(125,55,41); }
td.TdClassName
{
border-color: #7D3729;
}
.TagClassName
{
border-color: #7D3729;
}
</style>