Shades of Tamarillo #782A32
Tints of Tamarillo #782A32
RGB
CMYK
RGB Variations
Color information
#782A32 (or 0x782A32) is known color: Tamarillo. HEX triplet: 78, 2A and 32. RGB value is (120,42,50). Sum of RGB (Red+Green+Blue) = 120+42+50=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #782A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A32 is #87D5CD. Grayscale: #424242. Windows color (decimal): -8902094 or 3287672. OLE color: 3287672.
HSL color Cylindrical-coordinate representation of color #782A32: hue angle of 353.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A32 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 50 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.53 |
| HSL | 353.85º | 0.48% | 0.32% | - |
| HSV(B) | 353.85º | 0.65% | 0.47% | - |
| XYZ | 9.15 | 5.88 | 3.67 | - |
| YUV | 66.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 50 | 0 | 0.65 | 0.58 | 0.53 | 353.85 | 0.48 | 0.32 |
| Hex | 78 | 2A | 32 | 0 | 41 | 3A | 35 | 162 | 30 | 20 |
| Octal | 170 | 52 | 62 | 0 | 101 | 72 | 65 | 542 | 60 | 40 |
| Binary | 1111000 | 101010 | 110010 | 0 | 1000001 | 111010 | 110101 | 101100010 | 110000 | 100000 |
Color Harmonies of #782A32
Complementary color
Monochromatic Colors of #782A32
Black with #782A32
Text Example
Text Example
White with #782A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A32; }
p { color: rgb(120,42,50); }
H1.HeaderClassName
{
color: #782A32;
}
.AnyTagClassName
{
color: #782A32;
}
</style>
background-color css
<style>
a { background-color: #782A32; }
a { background-color: rgb(120,42,50); }
div.DivClassName
{
background-color: #782A32;
}
.BgClassName
{
background-color: #782A32;
}
</style>
border-color css
<style>
span { border-color: #782A32; }
span { border-color: rgb(120,42,50); }
td.TdClassName
{
border-color: #782A32;
}
.TagClassName
{
border-color: #782A32;
}
</style>