Shades of Tamarillo #762E32
Tints of Tamarillo #762E32
RGB
CMYK
RGB Variations
Color information
#762E32 (or 0x762E32) is known color: Tamarillo. HEX triplet: 76, 2E and 32. RGB value is (118,46,50). Sum of RGB (Red+Green+Blue) = 118+46+50=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E32 is #89D1CD. Grayscale: #444444. Windows color (decimal): -9032142 or 3288694. OLE color: 3288694.
HSL color Cylindrical-coordinate representation of color #762E32: hue angle of 356.67º 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 #762E32 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 50 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.54 |
| HSL | 356.67º | 0.44% | 0.32% | - |
| HSV(B) | 356.67º | 0.61% | 0.46% | - |
| XYZ | 9.02 | 6.04 | 3.71 | - |
| YUV | 67.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 50 | 0 | 0.61 | 0.58 | 0.54 | 356.67 | 0.44 | 0.32 |
| Hex | 76 | 2E | 32 | 0 | 3D | 3A | 36 | 165 | 2C | 20 |
| Octal | 166 | 56 | 62 | 0 | 75 | 72 | 66 | 545 | 54 | 40 |
| Binary | 1110110 | 101110 | 110010 | 0 | 111101 | 111010 | 110110 | 101100101 | 101100 | 100000 |
Color Harmonies of #762E32
Complementary color
Monochromatic Colors of #762E32
Black with #762E32
Text Example
Text Example
White with #762E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E32; }
p { color: rgb(118,46,50); }
H1.HeaderClassName
{
color: #762E32;
}
.AnyTagClassName
{
color: #762E32;
}
</style>
background-color css
<style>
a { background-color: #762E32; }
a { background-color: rgb(118,46,50); }
div.DivClassName
{
background-color: #762E32;
}
.BgClassName
{
background-color: #762E32;
}
</style>
border-color css
<style>
span { border-color: #762E32; }
span { border-color: rgb(118,46,50); }
td.TdClassName
{
border-color: #762E32;
}
.TagClassName
{
border-color: #762E32;
}
</style>