Shades of Tamarillo #782E2F
Tints of Tamarillo #782E2F
RGB
CMYK
RGB Variations
Color information
#782E2F (or 0x782E2F) is known color: Tamarillo. HEX triplet: 78, 2E and 2F. RGB value is (120,46,47). Sum of RGB (Red+Green+Blue) = 120+46+47=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #782E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E2F is #87D1D0. Grayscale: #444444. Windows color (decimal): -8901073 or 3092088. OLE color: 3092088.
HSL color Cylindrical-coordinate representation of color #782E2F: hue angle of 359.19º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E2F is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 47 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.53 |
| HSL | 359.19º | 0.45% | 0.33% | - |
| HSV(B) | 359.19º | 0.62% | 0.47% | - |
| XYZ | 9.24 | 6.15 | 3.39 | - |
| YUV | 68.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 47 | 0 | 0.62 | 0.61 | 0.53 | 359.19 | 0.45 | 0.33 |
| Hex | 78 | 2E | 2F | 0 | 3E | 3D | 35 | 167 | 2D | 21 |
| Octal | 170 | 56 | 57 | 0 | 76 | 75 | 65 | 547 | 55 | 41 |
| Binary | 1111000 | 101110 | 101111 | 0 | 111110 | 111101 | 110101 | 101100111 | 101101 | 100001 |
Color Harmonies of #782E2F
Complementary color
Monochromatic Colors of #782E2F
Black with #782E2F
Text Example
Text Example
White with #782E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E2F; }
p { color: rgb(120,46,47); }
H1.HeaderClassName
{
color: #782E2F;
}
.AnyTagClassName
{
color: #782E2F;
}
</style>
background-color css
<style>
a { background-color: #782E2F; }
a { background-color: rgb(120,46,47); }
div.DivClassName
{
background-color: #782E2F;
}
.BgClassName
{
background-color: #782E2F;
}
</style>
border-color css
<style>
span { border-color: #782E2F; }
span { border-color: rgb(120,46,47); }
td.TdClassName
{
border-color: #782E2F;
}
.TagClassName
{
border-color: #782E2F;
}
</style>