Shades of Tamarillo #78272B
Tints of Tamarillo #78272B
RGB
CMYK
RGB Variations
Color information
#78272B (or 0x78272B) is known color: Tamarillo. HEX triplet: 78, 27 and 2B. RGB value is (120,39,43). Sum of RGB (Red+Green+Blue) = 120+39+43=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78272B is #87D8D4. Grayscale: #3F3F3F. Windows color (decimal): -8902869 or 2828152. OLE color: 2828152.
HSL color Cylindrical-coordinate representation of color #78272B: hue angle of 357.04º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78272B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 43 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.53 |
| HSL | 357.04º | 0.51% | 0.31% | - |
| HSV(B) | 357.04º | 0.68% | 0.47% | - |
| XYZ | 8.91 | 5.62 | 2.9 | - |
| YUV | 63.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 43 | 0 | 0.67 | 0.64 | 0.53 | 357.04 | 0.51 | 0.31 |
| Hex | 78 | 27 | 2B | 0 | 43 | 40 | 35 | 165 | 33 | 1F |
| Octal | 170 | 47 | 53 | 0 | 103 | 100 | 65 | 545 | 63 | 37 |
| Binary | 1111000 | 100111 | 101011 | 0 | 1000011 | 1000000 | 110101 | 101100101 | 110011 | 11111 |
Color Harmonies of #78272B
Complementary color
Monochromatic Colors of #78272B
Black with #78272B
Text Example
Text Example
White with #78272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78272B; }
p { color: rgb(120,39,43); }
H1.HeaderClassName
{
color: #78272B;
}
.AnyTagClassName
{
color: #78272B;
}
</style>
background-color css
<style>
a { background-color: #78272B; }
a { background-color: rgb(120,39,43); }
div.DivClassName
{
background-color: #78272B;
}
.BgClassName
{
background-color: #78272B;
}
</style>
border-color css
<style>
span { border-color: #78272B; }
span { border-color: rgb(120,39,43); }
td.TdClassName
{
border-color: #78272B;
}
.TagClassName
{
border-color: #78272B;
}
</style>