Shades of Tamarillo #7C282C
Tints of Tamarillo #7C282C
RGB
CMYK
RGB Variations
Color information
#7C282C (or 0x7C282C) is known color: Tamarillo. HEX triplet: 7C, 28 and 2C. RGB value is (124,40,44). Sum of RGB (Red+Green+Blue) = 124+40+44=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C282C is #83D7D3. Grayscale: #414141. Windows color (decimal): -8640468 or 2893948. OLE color: 2893948.
HSL color Cylindrical-coordinate representation of color #7C282C: hue angle of 357.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C282C is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 44 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.51 |
| HSL | 357.14º | 0.51% | 0.32% | - |
| HSV(B) | 357.14º | 0.68% | 0.49% | - |
| XYZ | 9.53 | 5.98 | 3.04 | - |
| YUV | 65.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 44 | 0 | 0.68 | 0.65 | 0.51 | 357.14 | 0.51 | 0.32 |
| Hex | 7C | 28 | 2C | 0 | 44 | 41 | 33 | 165 | 33 | 20 |
| Octal | 174 | 50 | 54 | 0 | 104 | 101 | 63 | 545 | 63 | 40 |
| Binary | 1111100 | 101000 | 101100 | 0 | 1000100 | 1000001 | 110011 | 101100101 | 110011 | 100000 |
Color Harmonies of #7C282C
Complementary color
Monochromatic Colors of #7C282C
Black with #7C282C
Text Example
Text Example
White with #7C282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C282C; }
p { color: rgb(124,40,44); }
H1.HeaderClassName
{
color: #7C282C;
}
.AnyTagClassName
{
color: #7C282C;
}
</style>
background-color css
<style>
a { background-color: #7C282C; }
a { background-color: rgb(124,40,44); }
div.DivClassName
{
background-color: #7C282C;
}
.BgClassName
{
background-color: #7C282C;
}
</style>
border-color css
<style>
span { border-color: #7C282C; }
span { border-color: rgb(124,40,44); }
td.TdClassName
{
border-color: #7C282C;
}
.TagClassName
{
border-color: #7C282C;
}
</style>