Shades of Tamarillo #78262B
Tints of Tamarillo #78262B
RGB
CMYK
RGB Variations
Color information
#78262B (or 0x78262B) is known color: Tamarillo. HEX triplet: 78, 26 and 2B. RGB value is (120,38,43). Sum of RGB (Red+Green+Blue) = 120+38+43=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78262B is #87D9D4. Grayscale: #3F3F3F. Windows color (decimal): -8903125 or 2827896. OLE color: 2827896.
HSL color Cylindrical-coordinate representation of color #78262B: hue angle of 356.34º degrees, saturation: 0.52, 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 #78262B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 43 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.53 |
| HSL | 356.34º | 0.52% | 0.31% | - |
| HSV(B) | 356.34º | 0.68% | 0.47% | - |
| XYZ | 8.87 | 5.55 | 2.89 | - |
| YUV | 63.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 43 | 0 | 0.68 | 0.64 | 0.53 | 356.34 | 0.52 | 0.31 |
| Hex | 78 | 26 | 2B | 0 | 44 | 40 | 35 | 164 | 34 | 1F |
| Octal | 170 | 46 | 53 | 0 | 104 | 100 | 65 | 544 | 64 | 37 |
| Binary | 1111000 | 100110 | 101011 | 0 | 1000100 | 1000000 | 110101 | 101100100 | 110100 | 11111 |
Color Harmonies of #78262B
Complementary color
Monochromatic Colors of #78262B
Black with #78262B
Text Example
Text Example
White with #78262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78262B; }
p { color: rgb(120,38,43); }
H1.HeaderClassName
{
color: #78262B;
}
.AnyTagClassName
{
color: #78262B;
}
</style>
background-color css
<style>
a { background-color: #78262B; }
a { background-color: rgb(120,38,43); }
div.DivClassName
{
background-color: #78262B;
}
.BgClassName
{
background-color: #78262B;
}
</style>
border-color css
<style>
span { border-color: #78262B; }
span { border-color: rgb(120,38,43); }
td.TdClassName
{
border-color: #78262B;
}
.TagClassName
{
border-color: #78262B;
}
</style>