Shades of Tamarillo #7B272B
Tints of Tamarillo #7B272B
RGB
CMYK
RGB Variations
Color information
#7B272B (or 0x7B272B) is known color: Tamarillo. HEX triplet: 7B, 27 and 2B. RGB value is (123,39,43). Sum of RGB (Red+Green+Blue) = 123+39+43=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B272B is #84D8D4. Grayscale: #404040. Windows color (decimal): -8706261 or 2828155. OLE color: 2828155.
HSL color Cylindrical-coordinate representation of color #7B272B: hue angle of 357.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B272B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 43 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.52 |
| HSL | 357.14º | 0.52% | 0.32% | - |
| HSV(B) | 357.14º | 0.68% | 0.48% | - |
| XYZ | 9.33 | 5.84 | 2.92 | - |
| YUV | 64.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 43 | 0 | 0.68 | 0.65 | 0.52 | 357.14 | 0.52 | 0.32 |
| Hex | 7B | 27 | 2B | 0 | 44 | 41 | 34 | 165 | 34 | 20 |
| Octal | 173 | 47 | 53 | 0 | 104 | 101 | 64 | 545 | 64 | 40 |
| Binary | 1111011 | 100111 | 101011 | 0 | 1000100 | 1000001 | 110100 | 101100101 | 110100 | 100000 |
Color Harmonies of #7B272B
Complementary color
Monochromatic Colors of #7B272B
Black with #7B272B
Text Example
Text Example
White with #7B272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B272B; }
p { color: rgb(123,39,43); }
H1.HeaderClassName
{
color: #7B272B;
}
.AnyTagClassName
{
color: #7B272B;
}
</style>
background-color css
<style>
a { background-color: #7B272B; }
a { background-color: rgb(123,39,43); }
div.DivClassName
{
background-color: #7B272B;
}
.BgClassName
{
background-color: #7B272B;
}
</style>
border-color css
<style>
span { border-color: #7B272B; }
span { border-color: rgb(123,39,43); }
td.TdClassName
{
border-color: #7B272B;
}
.TagClassName
{
border-color: #7B272B;
}
</style>