Shades of Tamarillo #772C32
Tints of Tamarillo #772C32
RGB
CMYK
RGB Variations
Color information
#772C32 (or 0x772C32) is known color: Tamarillo. HEX triplet: 77, 2C and 32. RGB value is (119,44,50). Sum of RGB (Red+Green+Blue) = 119+44+50=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #772C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C32 is #88D3CD. Grayscale: #434343. Windows color (decimal): -8967118 or 3288183. OLE color: 3288183.
HSL color Cylindrical-coordinate representation of color #772C32: hue angle of 355.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C32 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 50 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.53 |
| HSL | 355.2º | 0.46% | 0.32% | - |
| HSV(B) | 355.2º | 0.63% | 0.47% | - |
| XYZ | 9.08 | 5.95 | 3.69 | - |
| YUV | 67.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 50 | 0 | 0.63 | 0.58 | 0.53 | 355.2 | 0.46 | 0.32 |
| Hex | 77 | 2C | 32 | 0 | 3F | 3A | 35 | 163 | 2E | 20 |
| Octal | 167 | 54 | 62 | 0 | 77 | 72 | 65 | 543 | 56 | 40 |
| Binary | 1110111 | 101100 | 110010 | 0 | 111111 | 111010 | 110101 | 101100011 | 101110 | 100000 |
Color Harmonies of #772C32
Complementary color
Monochromatic Colors of #772C32
Black with #772C32
Text Example
Text Example
White with #772C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C32; }
p { color: rgb(119,44,50); }
H1.HeaderClassName
{
color: #772C32;
}
.AnyTagClassName
{
color: #772C32;
}
</style>
background-color css
<style>
a { background-color: #772C32; }
a { background-color: rgb(119,44,50); }
div.DivClassName
{
background-color: #772C32;
}
.BgClassName
{
background-color: #772C32;
}
</style>
border-color css
<style>
span { border-color: #772C32; }
span { border-color: rgb(119,44,50); }
td.TdClassName
{
border-color: #772C32;
}
.TagClassName
{
border-color: #772C32;
}
</style>