Shades of Tamarillo #7B292F
Tints of Tamarillo #7B292F
RGB
CMYK
RGB Variations
Color information
#7B292F (or 0x7B292F) is known color: Tamarillo. HEX triplet: 7B, 29 and 2F. RGB value is (123,41,47). Sum of RGB (Red+Green+Blue) = 123+41+47=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B292F is #84D6D0. Grayscale: #424242. Windows color (decimal): -8705745 or 3090811. OLE color: 3090811.
HSL color Cylindrical-coordinate representation of color #7B292F: hue angle of 355.61º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B292F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 47 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.52 |
| HSL | 355.61º | 0.5% | 0.32% | - |
| HSV(B) | 355.61º | 0.67% | 0.48% | - |
| XYZ | 9.47 | 6 | 3.35 | - |
| YUV | 66.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 47 | 0 | 0.67 | 0.62 | 0.52 | 355.61 | 0.5 | 0.32 |
| Hex | 7B | 29 | 2F | 0 | 43 | 3E | 34 | 164 | 32 | 20 |
| Octal | 173 | 51 | 57 | 0 | 103 | 76 | 64 | 544 | 62 | 40 |
| Binary | 1111011 | 101001 | 101111 | 0 | 1000011 | 111110 | 110100 | 101100100 | 110010 | 100000 |
Color Harmonies of #7B292F
Complementary color
Monochromatic Colors of #7B292F
Black with #7B292F
Text Example
Text Example
White with #7B292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B292F; }
p { color: rgb(123,41,47); }
H1.HeaderClassName
{
color: #7B292F;
}
.AnyTagClassName
{
color: #7B292F;
}
</style>
background-color css
<style>
a { background-color: #7B292F; }
a { background-color: rgb(123,41,47); }
div.DivClassName
{
background-color: #7B292F;
}
.BgClassName
{
background-color: #7B292F;
}
</style>
border-color css
<style>
span { border-color: #7B292F; }
span { border-color: rgb(123,41,47); }
td.TdClassName
{
border-color: #7B292F;
}
.TagClassName
{
border-color: #7B292F;
}
</style>