Shades of Tamarillo #762E33
Tints of Tamarillo #762E33
RGB
CMYK
RGB Variations
Color information
#762E33 (or 0x762E33) is known color: Tamarillo. HEX triplet: 76, 2E and 33. RGB value is (118,46,51). Sum of RGB (Red+Green+Blue) = 118+46+51=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #762E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E33 is #89D1CC. Grayscale: #444444. Windows color (decimal): -9032141 or 3354230. OLE color: 3354230.
HSL color Cylindrical-coordinate representation of color #762E33: hue angle of 355.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E33 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 51 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.54 |
| HSL | 355.83º | 0.44% | 0.32% | - |
| HSV(B) | 355.83º | 0.61% | 0.46% | - |
| XYZ | 9.05 | 6.04 | 3.82 | - |
| YUV | 68.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 51 | 0 | 0.61 | 0.57 | 0.54 | 355.83 | 0.44 | 0.32 |
| Hex | 76 | 2E | 33 | 0 | 3D | 39 | 36 | 164 | 2C | 20 |
| Octal | 166 | 56 | 63 | 0 | 75 | 71 | 66 | 544 | 54 | 40 |
| Binary | 1110110 | 101110 | 110011 | 0 | 111101 | 111001 | 110110 | 101100100 | 101100 | 100000 |
Color Harmonies of #762E33
Complementary color
Monochromatic Colors of #762E33
Black with #762E33
Text Example
Text Example
White with #762E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E33; }
p { color: rgb(118,46,51); }
H1.HeaderClassName
{
color: #762E33;
}
.AnyTagClassName
{
color: #762E33;
}
</style>
background-color css
<style>
a { background-color: #762E33; }
a { background-color: rgb(118,46,51); }
div.DivClassName
{
background-color: #762E33;
}
.BgClassName
{
background-color: #762E33;
}
</style>
border-color css
<style>
span { border-color: #762E33; }
span { border-color: rgb(118,46,51); }
td.TdClassName
{
border-color: #762E33;
}
.TagClassName
{
border-color: #762E33;
}
</style>