Shades of Tamarillo #78262A
Tints of Tamarillo #78262A
RGB
CMYK
RGB Variations
Color information
#78262A (or 0x78262A) is known color: Tamarillo. HEX triplet: 78, 26 and 2A. RGB value is (120,38,42). Sum of RGB (Red+Green+Blue) = 120+38+42=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78262A is #87D9D5. Grayscale: #3F3F3F. Windows color (decimal): -8903126 or 2762360. OLE color: 2762360.
HSL color Cylindrical-coordinate representation of color #78262A: hue angle of 357.07º 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 #78262A is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 42 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.53 |
| HSL | 357.07º | 0.52% | 0.31% | - |
| HSV(B) | 357.07º | 0.68% | 0.47% | - |
| XYZ | 8.86 | 5.55 | 2.79 | - |
| YUV | 62.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 42 | 0 | 0.68 | 0.65 | 0.53 | 357.07 | 0.52 | 0.31 |
| Hex | 78 | 26 | 2A | 0 | 44 | 41 | 35 | 165 | 34 | 1F |
| Octal | 170 | 46 | 52 | 0 | 104 | 101 | 65 | 545 | 64 | 37 |
| Binary | 1111000 | 100110 | 101010 | 0 | 1000100 | 1000001 | 110101 | 101100101 | 110100 | 11111 |
Color Harmonies of #78262A
Complementary color
Monochromatic Colors of #78262A
Black with #78262A
Text Example
Text Example
White with #78262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78262A; }
p { color: rgb(120,38,42); }
H1.HeaderClassName
{
color: #78262A;
}
.AnyTagClassName
{
color: #78262A;
}
</style>
background-color css
<style>
a { background-color: #78262A; }
a { background-color: rgb(120,38,42); }
div.DivClassName
{
background-color: #78262A;
}
.BgClassName
{
background-color: #78262A;
}
</style>
border-color css
<style>
span { border-color: #78262A; }
span { border-color: rgb(120,38,42); }
td.TdClassName
{
border-color: #78262A;
}
.TagClassName
{
border-color: #78262A;
}
</style>