Shades of Tamarillo #782D30
Tints of Tamarillo #782D30
RGB
CMYK
RGB Variations
Color information
#782D30 (or 0x782D30) is known color: Tamarillo. HEX triplet: 78, 2D and 30. RGB value is (120,45,48). Sum of RGB (Red+Green+Blue) = 120+45+48=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #782D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D30 is #87D2CF. Grayscale: #434343. Windows color (decimal): -8901328 or 3157368. OLE color: 3157368.
HSL color Cylindrical-coordinate representation of color #782D30: hue angle of 357.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D30 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 48 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.53 |
| HSL | 357.6º | 0.45% | 0.32% | - |
| HSV(B) | 357.6º | 0.63% | 0.47% | - |
| XYZ | 9.22 | 6.08 | 3.48 | - |
| YUV | 67.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 48 | 0 | 0.63 | 0.60 | 0.53 | 357.6 | 0.45 | 0.32 |
| Hex | 78 | 2D | 30 | 0 | 3F | 3C | 35 | 166 | 2D | 20 |
| Octal | 170 | 55 | 60 | 0 | 77 | 74 | 65 | 546 | 55 | 40 |
| Binary | 1111000 | 101101 | 110000 | 0 | 111111 | 111100 | 110101 | 101100110 | 101101 | 100000 |
Color Harmonies of #782D30
Complementary color
Monochromatic Colors of #782D30
Black with #782D30
Text Example
Text Example
White with #782D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D30; }
p { color: rgb(120,45,48); }
H1.HeaderClassName
{
color: #782D30;
}
.AnyTagClassName
{
color: #782D30;
}
</style>
background-color css
<style>
a { background-color: #782D30; }
a { background-color: rgb(120,45,48); }
div.DivClassName
{
background-color: #782D30;
}
.BgClassName
{
background-color: #782D30;
}
</style>
border-color css
<style>
span { border-color: #782D30; }
span { border-color: rgb(120,45,48); }
td.TdClassName
{
border-color: #782D30;
}
.TagClassName
{
border-color: #782D30;
}
</style>