Shades of Tamarillo #78282C
Tints of Tamarillo #78282C
RGB
CMYK
RGB Variations
Color information
#78282C (or 0x78282C) is known color: Tamarillo. HEX triplet: 78, 28 and 2C. RGB value is (120,40,44). Sum of RGB (Red+Green+Blue) = 120+40+44=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78282C is #87D7D3. Grayscale: #404040. Windows color (decimal): -8902612 or 2893944. OLE color: 2893944.
HSL color Cylindrical-coordinate representation of color #78282C: hue angle of 357º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78282C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 44 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.53 |
| HSL | 357º | 0.5% | 0.31% | - |
| HSV(B) | 357º | 0.67% | 0.47% | - |
| XYZ | 8.96 | 5.69 | 3.01 | - |
| YUV | 64.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 44 | 0 | 0.67 | 0.63 | 0.53 | 357 | 0.5 | 0.31 |
| Hex | 78 | 28 | 2C | 0 | 43 | 3F | 35 | 165 | 32 | 1F |
| Octal | 170 | 50 | 54 | 0 | 103 | 77 | 65 | 545 | 62 | 37 |
| Binary | 1111000 | 101000 | 101100 | 0 | 1000011 | 111111 | 110101 | 101100101 | 110010 | 11111 |
Color Harmonies of #78282C
Complementary color
Monochromatic Colors of #78282C
Black with #78282C
Text Example
Text Example
White with #78282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78282C; }
p { color: rgb(120,40,44); }
H1.HeaderClassName
{
color: #78282C;
}
.AnyTagClassName
{
color: #78282C;
}
</style>
background-color css
<style>
a { background-color: #78282C; }
a { background-color: rgb(120,40,44); }
div.DivClassName
{
background-color: #78282C;
}
.BgClassName
{
background-color: #78282C;
}
</style>
border-color css
<style>
span { border-color: #78282C; }
span { border-color: rgb(120,40,44); }
td.TdClassName
{
border-color: #78282C;
}
.TagClassName
{
border-color: #78282C;
}
</style>