Shades of Tamarillo #772B33
Tints of Tamarillo #772B33
RGB
CMYK
RGB Variations
Color information
#772B33 (or 0x772B33) is known color: Tamarillo. HEX triplet: 77, 2B and 33. RGB value is (119,43,51). Sum of RGB (Red+Green+Blue) = 119+43+51=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #772B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B33 is #88D4CC. Grayscale: #424242. Windows color (decimal): -8967373 or 3353463. OLE color: 3353463.
HSL color Cylindrical-coordinate representation of color #772B33: hue angle of 353.68º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B33 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 51 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.53 |
| HSL | 353.68º | 0.47% | 0.32% | - |
| HSV(B) | 353.68º | 0.64% | 0.47% | - |
| XYZ | 9.07 | 5.89 | 3.79 | - |
| YUV | 66.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 51 | 0 | 0.64 | 0.57 | 0.53 | 353.68 | 0.47 | 0.32 |
| Hex | 77 | 2B | 33 | 0 | 40 | 39 | 35 | 162 | 2F | 20 |
| Octal | 167 | 53 | 63 | 0 | 100 | 71 | 65 | 542 | 57 | 40 |
| Binary | 1110111 | 101011 | 110011 | 0 | 1000000 | 111001 | 110101 | 101100010 | 101111 | 100000 |
Color Harmonies of #772B33
Complementary color
Monochromatic Colors of #772B33
Black with #772B33
Text Example
Text Example
White with #772B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B33; }
p { color: rgb(119,43,51); }
H1.HeaderClassName
{
color: #772B33;
}
.AnyTagClassName
{
color: #772B33;
}
</style>
background-color css
<style>
a { background-color: #772B33; }
a { background-color: rgb(119,43,51); }
div.DivClassName
{
background-color: #772B33;
}
.BgClassName
{
background-color: #772B33;
}
</style>
border-color css
<style>
span { border-color: #772B33; }
span { border-color: rgb(119,43,51); }
td.TdClassName
{
border-color: #772B33;
}
.TagClassName
{
border-color: #772B33;
}
</style>