Shades of Tamarillo #7B2B2F
Tints of Tamarillo #7B2B2F
RGB
CMYK
RGB Variations
Color information
#7B2B2F (or 0x7B2B2F) is known color: Tamarillo. HEX triplet: 7B, 2B and 2F. RGB value is (123,43,47). Sum of RGB (Red+Green+Blue) = 123+43+47=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B2F is #84D4D0. Grayscale: #434343. Windows color (decimal): -8705233 or 3091323. OLE color: 3091323.
HSL color Cylindrical-coordinate representation of color #7B2B2F: hue angle of 357º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B2F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 47 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.52 |
| HSL | 357º | 0.48% | 0.33% | - |
| HSV(B) | 357º | 0.65% | 0.48% | - |
| XYZ | 9.55 | 6.14 | 3.37 | - |
| YUV | 67.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 47 | 0 | 0.65 | 0.62 | 0.52 | 357 | 0.48 | 0.33 |
| Hex | 7B | 2B | 2F | 0 | 41 | 3E | 34 | 165 | 30 | 21 |
| Octal | 173 | 53 | 57 | 0 | 101 | 76 | 64 | 545 | 60 | 41 |
| Binary | 1111011 | 101011 | 101111 | 0 | 1000001 | 111110 | 110100 | 101100101 | 110000 | 100001 |
Color Harmonies of #7B2B2F
Complementary color
Monochromatic Colors of #7B2B2F
Black with #7B2B2F
Text Example
Text Example
White with #7B2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B2F; }
p { color: rgb(123,43,47); }
H1.HeaderClassName
{
color: #7B2B2F;
}
.AnyTagClassName
{
color: #7B2B2F;
}
</style>
background-color css
<style>
a { background-color: #7B2B2F; }
a { background-color: rgb(123,43,47); }
div.DivClassName
{
background-color: #7B2B2F;
}
.BgClassName
{
background-color: #7B2B2F;
}
</style>
border-color css
<style>
span { border-color: #7B2B2F; }
span { border-color: rgb(123,43,47); }
td.TdClassName
{
border-color: #7B2B2F;
}
.TagClassName
{
border-color: #7B2B2F;
}
</style>