Shades of Tamarillo #7C292C
Tints of Tamarillo #7C292C
RGB
CMYK
RGB Variations
Color information
#7C292C (or 0x7C292C) is known color: Tamarillo. HEX triplet: 7C, 29 and 2C. RGB value is (124,41,44). Sum of RGB (Red+Green+Blue) = 124+41+44=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C292C is #83D6D3. Grayscale: #424242. Windows color (decimal): -8640212 or 2894204. OLE color: 2894204.
HSL color Cylindrical-coordinate representation of color #7C292C: hue angle of 357.83º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C292C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 44 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.51 |
| HSL | 357.83º | 0.5% | 0.32% | - |
| HSV(B) | 357.83º | 0.67% | 0.49% | - |
| XYZ | 9.56 | 6.05 | 3.05 | - |
| YUV | 66.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 44 | 0 | 0.67 | 0.65 | 0.51 | 357.83 | 0.5 | 0.32 |
| Hex | 7C | 29 | 2C | 0 | 43 | 41 | 33 | 166 | 32 | 20 |
| Octal | 174 | 51 | 54 | 0 | 103 | 101 | 63 | 546 | 62 | 40 |
| Binary | 1111100 | 101001 | 101100 | 0 | 1000011 | 1000001 | 110011 | 101100110 | 110010 | 100000 |
Color Harmonies of #7C292C
Complementary color
Monochromatic Colors of #7C292C
Black with #7C292C
Text Example
Text Example
White with #7C292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C292C; }
p { color: rgb(124,41,44); }
H1.HeaderClassName
{
color: #7C292C;
}
.AnyTagClassName
{
color: #7C292C;
}
</style>
background-color css
<style>
a { background-color: #7C292C; }
a { background-color: rgb(124,41,44); }
div.DivClassName
{
background-color: #7C292C;
}
.BgClassName
{
background-color: #7C292C;
}
</style>
border-color css
<style>
span { border-color: #7C292C; }
span { border-color: rgb(124,41,44); }
td.TdClassName
{
border-color: #7C292C;
}
.TagClassName
{
border-color: #7C292C;
}
</style>