Shades of Tamarillo #77282C
Tints of Tamarillo #77282C
RGB
CMYK
RGB Variations
Color information
#77282C (or 0x77282C) is known color: Tamarillo. HEX triplet: 77, 28 and 2C. RGB value is (119,40,44). Sum of RGB (Red+Green+Blue) = 119+40+44=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77282C is #88D7D3. Grayscale: #404040. Windows color (decimal): -8968148 or 2893943. OLE color: 2893943.
HSL color Cylindrical-coordinate representation of color #77282C: hue angle of 356.96º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77282C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 44 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.53 |
| HSL | 356.96º | 0.5% | 0.31% | - |
| HSV(B) | 356.96º | 0.66% | 0.47% | - |
| XYZ | 8.82 | 5.62 | 3 | - |
| YUV | 64.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 44 | 0 | 0.66 | 0.63 | 0.53 | 356.96 | 0.5 | 0.31 |
| Hex | 77 | 28 | 2C | 0 | 42 | 3F | 35 | 165 | 32 | 1F |
| Octal | 167 | 50 | 54 | 0 | 102 | 77 | 65 | 545 | 62 | 37 |
| Binary | 1110111 | 101000 | 101100 | 0 | 1000010 | 111111 | 110101 | 101100101 | 110010 | 11111 |
Color Harmonies of #77282C
Complementary color
Monochromatic Colors of #77282C
Black with #77282C
Text Example
Text Example
White with #77282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77282C; }
p { color: rgb(119,40,44); }
H1.HeaderClassName
{
color: #77282C;
}
.AnyTagClassName
{
color: #77282C;
}
</style>
background-color css
<style>
a { background-color: #77282C; }
a { background-color: rgb(119,40,44); }
div.DivClassName
{
background-color: #77282C;
}
.BgClassName
{
background-color: #77282C;
}
</style>
border-color css
<style>
span { border-color: #77282C; }
span { border-color: rgb(119,40,44); }
td.TdClassName
{
border-color: #77282C;
}
.TagClassName
{
border-color: #77282C;
}
</style>