Shades of Tamarillo #77292C
Tints of Tamarillo #77292C
RGB
CMYK
RGB Variations
Color information
#77292C (or 0x77292C) is known color: Tamarillo. HEX triplet: 77, 29 and 2C. RGB value is (119,41,44). Sum of RGB (Red+Green+Blue) = 119+41+44=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77292C is #88D6D3. Grayscale: #404040. Windows color (decimal): -8967892 or 2894199. OLE color: 2894199.
HSL color Cylindrical-coordinate representation of color #77292C: hue angle of 357.69º degrees, saturation: 0.49, 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 #77292C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 44 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.53 |
| HSL | 357.69º | 0.49% | 0.31% | - |
| HSV(B) | 357.69º | 0.66% | 0.47% | - |
| XYZ | 8.86 | 5.69 | 3.01 | - |
| YUV | 64.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 44 | 0 | 0.66 | 0.63 | 0.53 | 357.69 | 0.49 | 0.31 |
| Hex | 77 | 29 | 2C | 0 | 42 | 3F | 35 | 166 | 31 | 1F |
| Octal | 167 | 51 | 54 | 0 | 102 | 77 | 65 | 546 | 61 | 37 |
| Binary | 1110111 | 101001 | 101100 | 0 | 1000010 | 111111 | 110101 | 101100110 | 110001 | 11111 |
Color Harmonies of #77292C
Complementary color
Monochromatic Colors of #77292C
Black with #77292C
Text Example
Text Example
White with #77292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77292C; }
p { color: rgb(119,41,44); }
H1.HeaderClassName
{
color: #77292C;
}
.AnyTagClassName
{
color: #77292C;
}
</style>
background-color css
<style>
a { background-color: #77292C; }
a { background-color: rgb(119,41,44); }
div.DivClassName
{
background-color: #77292C;
}
.BgClassName
{
background-color: #77292C;
}
</style>
border-color css
<style>
span { border-color: #77292C; }
span { border-color: rgb(119,41,44); }
td.TdClassName
{
border-color: #77292C;
}
.TagClassName
{
border-color: #77292C;
}
</style>