Shades of Tamarillo #7B2E2F
Tints of Tamarillo #7B2E2F
RGB
CMYK
RGB Variations
Color information
#7B2E2F (or 0x7B2E2F) is known color: Tamarillo. HEX triplet: 7B, 2E and 2F. RGB value is (123,46,47). Sum of RGB (Red+Green+Blue) = 123+46+47=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E2F is #84D1D0. Grayscale: #454545. Windows color (decimal): -8704465 or 3092091. OLE color: 3092091.
HSL color Cylindrical-coordinate representation of color #7B2E2F: hue angle of 359.22º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E2F is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 47 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.52 |
| HSL | 359.22º | 0.46% | 0.33% | - |
| HSV(B) | 359.22º | 0.63% | 0.48% | - |
| XYZ | 9.66 | 6.37 | 3.41 | - |
| YUV | 69.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 47 | 0 | 0.63 | 0.62 | 0.52 | 359.22 | 0.46 | 0.33 |
| Hex | 7B | 2E | 2F | 0 | 3F | 3E | 34 | 167 | 2E | 21 |
| Octal | 173 | 56 | 57 | 0 | 77 | 76 | 64 | 547 | 56 | 41 |
| Binary | 1111011 | 101110 | 101111 | 0 | 111111 | 111110 | 110100 | 101100111 | 101110 | 100001 |
Color Harmonies of #7B2E2F
Complementary color
Monochromatic Colors of #7B2E2F
Black with #7B2E2F
Text Example
Text Example
White with #7B2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E2F; }
p { color: rgb(123,46,47); }
H1.HeaderClassName
{
color: #7B2E2F;
}
.AnyTagClassName
{
color: #7B2E2F;
}
</style>
background-color css
<style>
a { background-color: #7B2E2F; }
a { background-color: rgb(123,46,47); }
div.DivClassName
{
background-color: #7B2E2F;
}
.BgClassName
{
background-color: #7B2E2F;
}
</style>
border-color css
<style>
span { border-color: #7B2E2F; }
span { border-color: rgb(123,46,47); }
td.TdClassName
{
border-color: #7B2E2F;
}
.TagClassName
{
border-color: #7B2E2F;
}
</style>