Shades of Tamarillo #782A2D
Tints of Tamarillo #782A2D
RGB
CMYK
RGB Variations
Color information
#782A2D (or 0x782A2D) is known color: Tamarillo. HEX triplet: 78, 2A and 2D. RGB value is (120,42,45). Sum of RGB (Red+Green+Blue) = 120+42+45=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #782A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A2D is #87D5D2. Grayscale: #414141. Windows color (decimal): -8902099 or 2959992. OLE color: 2959992.
HSL color Cylindrical-coordinate representation of color #782A2D: hue angle of 357.69º 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 #782A2D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 45 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.53 |
| HSL | 357.69º | 0.48% | 0.32% | - |
| HSV(B) | 357.69º | 0.65% | 0.47% | - |
| XYZ | 9.05 | 5.84 | 3.13 | - |
| YUV | 65.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 45 | 0 | 0.65 | 0.63 | 0.53 | 357.69 | 0.48 | 0.32 |
| Hex | 78 | 2A | 2D | 0 | 41 | 3F | 35 | 166 | 30 | 20 |
| Octal | 170 | 52 | 55 | 0 | 101 | 77 | 65 | 546 | 60 | 40 |
| Binary | 1111000 | 101010 | 101101 | 0 | 1000001 | 111111 | 110101 | 101100110 | 110000 | 100000 |
Color Harmonies of #782A2D
Complementary color
Monochromatic Colors of #782A2D
Black with #782A2D
Text Example
Text Example
White with #782A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A2D; }
p { color: rgb(120,42,45); }
H1.HeaderClassName
{
color: #782A2D;
}
.AnyTagClassName
{
color: #782A2D;
}
</style>
background-color css
<style>
a { background-color: #782A2D; }
a { background-color: rgb(120,42,45); }
div.DivClassName
{
background-color: #782A2D;
}
.BgClassName
{
background-color: #782A2D;
}
</style>
border-color css
<style>
span { border-color: #782A2D; }
span { border-color: rgb(120,42,45); }
td.TdClassName
{
border-color: #782A2D;
}
.TagClassName
{
border-color: #782A2D;
}
</style>