Shades of Tamarillo #7A2C2E
Tints of Tamarillo #7A2C2E
RGB
CMYK
RGB Variations
Color information
#7A2C2E (or 0x7A2C2E) is known color: Tamarillo. HEX triplet: 7A, 2C and 2E. RGB value is (122,44,46). Sum of RGB (Red+Green+Blue) = 122+44+46=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C2E is #85D3D1. Grayscale: #434343. Windows color (decimal): -8770514 or 3026042. OLE color: 3026042.
HSL color Cylindrical-coordinate representation of color #7A2C2E: hue angle of 358.46º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A2C2E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 46 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.52 |
| HSL | 358.46º | 0.47% | 0.33% | - |
| HSV(B) | 358.46º | 0.64% | 0.48% | - |
| XYZ | 9.42 | 6.14 | 3.27 | - |
| YUV | 67.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 46 | 0 | 0.64 | 0.62 | 0.52 | 358.46 | 0.47 | 0.33 |
| Hex | 7A | 2C | 2E | 0 | 40 | 3E | 34 | 166 | 2F | 21 |
| Octal | 172 | 54 | 56 | 0 | 100 | 76 | 64 | 546 | 57 | 41 |
| Binary | 1111010 | 101100 | 101110 | 0 | 1000000 | 111110 | 110100 | 101100110 | 101111 | 100001 |
Color Harmonies of #7A2C2E
Complementary color
Monochromatic Colors of #7A2C2E
Black with #7A2C2E
Text Example
Text Example
White with #7A2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C2E; }
p { color: rgb(122,44,46); }
H1.HeaderClassName
{
color: #7A2C2E;
}
.AnyTagClassName
{
color: #7A2C2E;
}
</style>
background-color css
<style>
a { background-color: #7A2C2E; }
a { background-color: rgb(122,44,46); }
div.DivClassName
{
background-color: #7A2C2E;
}
.BgClassName
{
background-color: #7A2C2E;
}
</style>
border-color css
<style>
span { border-color: #7A2C2E; }
span { border-color: rgb(122,44,46); }
td.TdClassName
{
border-color: #7A2C2E;
}
.TagClassName
{
border-color: #7A2C2E;
}
</style>