Shades of Tamarillo #762B33
Tints of Tamarillo #762B33
RGB
CMYK
RGB Variations
Color information
#762B33 (or 0x762B33) is known color: Tamarillo. HEX triplet: 76, 2B and 33. RGB value is (118,43,51). Sum of RGB (Red+Green+Blue) = 118+43+51=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B33 is #89D4CC. Grayscale: #424242. Windows color (decimal): -9032909 or 3353462. OLE color: 3353462.
HSL color Cylindrical-coordinate representation of color #762B33: hue angle of 353.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B33 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 51 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.54 |
| HSL | 353.6º | 0.47% | 0.32% | - |
| HSV(B) | 353.6º | 0.64% | 0.46% | - |
| XYZ | 8.93 | 5.82 | 3.78 | - |
| YUV | 66.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 51 | 0 | 0.64 | 0.57 | 0.54 | 353.6 | 0.47 | 0.32 |
| Hex | 76 | 2B | 33 | 0 | 40 | 39 | 36 | 162 | 2F | 20 |
| Octal | 166 | 53 | 63 | 0 | 100 | 71 | 66 | 542 | 57 | 40 |
| Binary | 1110110 | 101011 | 110011 | 0 | 1000000 | 111001 | 110110 | 101100010 | 101111 | 100000 |
Color Harmonies of #762B33
Complementary color
Monochromatic Colors of #762B33
Black with #762B33
Text Example
Text Example
White with #762B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B33; }
p { color: rgb(118,43,51); }
H1.HeaderClassName
{
color: #762B33;
}
.AnyTagClassName
{
color: #762B33;
}
</style>
background-color css
<style>
a { background-color: #762B33; }
a { background-color: rgb(118,43,51); }
div.DivClassName
{
background-color: #762B33;
}
.BgClassName
{
background-color: #762B33;
}
</style>
border-color css
<style>
span { border-color: #762B33; }
span { border-color: rgb(118,43,51); }
td.TdClassName
{
border-color: #762B33;
}
.TagClassName
{
border-color: #762B33;
}
</style>