Shades of Tamarillo #7C2B2F
Tints of Tamarillo #7C2B2F
RGB
CMYK
RGB Variations
Color information
#7C2B2F (or 0x7C2B2F) is known color: Tamarillo. HEX triplet: 7C, 2B and 2F. RGB value is (124,43,47). Sum of RGB (Red+Green+Blue) = 124+43+47=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B2F is #83D4D0. Grayscale: #434343. Windows color (decimal): -8639697 or 3091324. OLE color: 3091324.
HSL color Cylindrical-coordinate representation of color #7C2B2F: hue angle of 357.04º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B2F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 47 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.51 |
| HSL | 357.04º | 0.49% | 0.33% | - |
| HSV(B) | 357.04º | 0.65% | 0.49% | - |
| XYZ | 9.69 | 6.22 | 3.38 | - |
| YUV | 67.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 47 | 0 | 0.65 | 0.62 | 0.51 | 357.04 | 0.49 | 0.33 |
| Hex | 7C | 2B | 2F | 0 | 41 | 3E | 33 | 165 | 31 | 21 |
| Octal | 174 | 53 | 57 | 0 | 101 | 76 | 63 | 545 | 61 | 41 |
| Binary | 1111100 | 101011 | 101111 | 0 | 1000001 | 111110 | 110011 | 101100101 | 110001 | 100001 |
Color Harmonies of #7C2B2F
Complementary color
Monochromatic Colors of #7C2B2F
Black with #7C2B2F
Text Example
Text Example
White with #7C2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B2F; }
p { color: rgb(124,43,47); }
H1.HeaderClassName
{
color: #7C2B2F;
}
.AnyTagClassName
{
color: #7C2B2F;
}
</style>
background-color css
<style>
a { background-color: #7C2B2F; }
a { background-color: rgb(124,43,47); }
div.DivClassName
{
background-color: #7C2B2F;
}
.BgClassName
{
background-color: #7C2B2F;
}
</style>
border-color css
<style>
span { border-color: #7C2B2F; }
span { border-color: rgb(124,43,47); }
td.TdClassName
{
border-color: #7C2B2F;
}
.TagClassName
{
border-color: #7C2B2F;
}
</style>