Shades of Tamarillo #7A292C
Tints of Tamarillo #7A292C
RGB
CMYK
RGB Variations
Color information
#7A292C (or 0x7A292C) is known color: Tamarillo. HEX triplet: 7A, 29 and 2C. RGB value is (122,41,44). Sum of RGB (Red+Green+Blue) = 122+41+44=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A292C is #85D6D3. Grayscale: #414141. Windows color (decimal): -8771284 or 2894202. OLE color: 2894202.
HSL color Cylindrical-coordinate representation of color #7A292C: hue angle of 357.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A292C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 44 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.52 |
| HSL | 357.78º | 0.5% | 0.32% | - |
| HSV(B) | 357.78º | 0.66% | 0.48% | - |
| XYZ | 9.27 | 5.91 | 3.03 | - |
| YUV | 65.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 44 | 0 | 0.66 | 0.64 | 0.52 | 357.78 | 0.5 | 0.32 |
| Hex | 7A | 29 | 2C | 0 | 42 | 40 | 34 | 166 | 32 | 20 |
| Octal | 172 | 51 | 54 | 0 | 102 | 100 | 64 | 546 | 62 | 40 |
| Binary | 1111010 | 101001 | 101100 | 0 | 1000010 | 1000000 | 110100 | 101100110 | 110010 | 100000 |
Color Harmonies of #7A292C
Complementary color
Monochromatic Colors of #7A292C
Black with #7A292C
Text Example
Text Example
White with #7A292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A292C; }
p { color: rgb(122,41,44); }
H1.HeaderClassName
{
color: #7A292C;
}
.AnyTagClassName
{
color: #7A292C;
}
</style>
background-color css
<style>
a { background-color: #7A292C; }
a { background-color: rgb(122,41,44); }
div.DivClassName
{
background-color: #7A292C;
}
.BgClassName
{
background-color: #7A292C;
}
</style>
border-color css
<style>
span { border-color: #7A292C; }
span { border-color: rgb(122,41,44); }
td.TdClassName
{
border-color: #7A292C;
}
.TagClassName
{
border-color: #7A292C;
}
</style>