Shades of Tamarillo #782D2F
Tints of Tamarillo #782D2F
RGB
CMYK
RGB Variations
Color information
#782D2F (or 0x782D2F) is known color: Tamarillo. HEX triplet: 78, 2D and 2F. RGB value is (120,45,47). Sum of RGB (Red+Green+Blue) = 120+45+47=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #782D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D2F is #87D2D0. Grayscale: #434343. Windows color (decimal): -8901329 or 3091832. OLE color: 3091832.
HSL color Cylindrical-coordinate representation of color #782D2F: hue angle of 358.4º 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 #782D2F is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 47 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.53 |
| HSL | 358.4º | 0.45% | 0.32% | - |
| HSV(B) | 358.4º | 0.63% | 0.47% | - |
| XYZ | 9.2 | 6.08 | 3.38 | - |
| YUV | 67.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 47 | 0 | 0.63 | 0.61 | 0.53 | 358.4 | 0.45 | 0.32 |
| Hex | 78 | 2D | 2F | 0 | 3F | 3D | 35 | 166 | 2D | 20 |
| Octal | 170 | 55 | 57 | 0 | 77 | 75 | 65 | 546 | 55 | 40 |
| Binary | 1111000 | 101101 | 101111 | 0 | 111111 | 111101 | 110101 | 101100110 | 101101 | 100000 |
Color Harmonies of #782D2F
Complementary color
Monochromatic Colors of #782D2F
Black with #782D2F
Text Example
Text Example
White with #782D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D2F; }
p { color: rgb(120,45,47); }
H1.HeaderClassName
{
color: #782D2F;
}
.AnyTagClassName
{
color: #782D2F;
}
</style>
background-color css
<style>
a { background-color: #782D2F; }
a { background-color: rgb(120,45,47); }
div.DivClassName
{
background-color: #782D2F;
}
.BgClassName
{
background-color: #782D2F;
}
</style>
border-color css
<style>
span { border-color: #782D2F; }
span { border-color: rgb(120,45,47); }
td.TdClassName
{
border-color: #782D2F;
}
.TagClassName
{
border-color: #782D2F;
}
</style>