Shades of Tamarillo #7C2A2D
Tints of Tamarillo #7C2A2D
RGB
CMYK
RGB Variations
Color information
#7C2A2D (or 0x7C2A2D) is known color: Tamarillo. HEX triplet: 7C, 2A and 2D. RGB value is (124,42,45). Sum of RGB (Red+Green+Blue) = 124+42+45=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2A2D is #83D5D2. Grayscale: #424242. Windows color (decimal): -8639955 or 2959996. OLE color: 2959996.
HSL color Cylindrical-coordinate representation of color #7C2A2D: hue angle of 357.8º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C2A2D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 42 | 45 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.51 |
| HSL | 357.8º | 0.49% | 0.33% | - |
| HSV(B) | 357.8º | 0.66% | 0.49% | - |
| XYZ | 9.61 | 6.13 | 3.16 | - |
| YUV | 66.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 45 | 0 | 0.66 | 0.64 | 0.51 | 357.8 | 0.49 | 0.33 |
| Hex | 7C | 2A | 2D | 0 | 42 | 40 | 33 | 166 | 31 | 21 |
| Octal | 174 | 52 | 55 | 0 | 102 | 100 | 63 | 546 | 61 | 41 |
| Binary | 1111100 | 101010 | 101101 | 0 | 1000010 | 1000000 | 110011 | 101100110 | 110001 | 100001 |
Color Harmonies of #7C2A2D
Complementary color
Monochromatic Colors of #7C2A2D
Black with #7C2A2D
Text Example
Text Example
White with #7C2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A2D; }
p { color: rgb(124,42,45); }
H1.HeaderClassName
{
color: #7C2A2D;
}
.AnyTagClassName
{
color: #7C2A2D;
}
</style>
background-color css
<style>
a { background-color: #7C2A2D; }
a { background-color: rgb(124,42,45); }
div.DivClassName
{
background-color: #7C2A2D;
}
.BgClassName
{
background-color: #7C2A2D;
}
</style>
border-color css
<style>
span { border-color: #7C2A2D; }
span { border-color: rgb(124,42,45); }
td.TdClassName
{
border-color: #7C2A2D;
}
.TagClassName
{
border-color: #7C2A2D;
}
</style>