Shades of Tamarillo #762B2D
Tints of Tamarillo #762B2D
RGB
CMYK
RGB Variations
Color information
#762B2D (or 0x762B2D) is known color: Tamarillo. HEX triplet: 76, 2B and 2D. RGB value is (118,43,45). Sum of RGB (Red+Green+Blue) = 118+43+45=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B2D is #89D4D2. Grayscale: #414141. Windows color (decimal): -9032915 or 2960246. OLE color: 2960246.
HSL color Cylindrical-coordinate representation of color #762B2D: hue angle of 358.4º 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 #762B2D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 45 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.54 |
| HSL | 358.4º | 0.47% | 0.32% | - |
| HSV(B) | 358.4º | 0.64% | 0.46% | - |
| XYZ | 8.81 | 5.77 | 3.13 | - |
| YUV | 65.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 45 | 0 | 0.64 | 0.62 | 0.54 | 358.4 | 0.47 | 0.32 |
| Hex | 76 | 2B | 2D | 0 | 40 | 3E | 36 | 166 | 2F | 20 |
| Octal | 166 | 53 | 55 | 0 | 100 | 76 | 66 | 546 | 57 | 40 |
| Binary | 1110110 | 101011 | 101101 | 0 | 1000000 | 111110 | 110110 | 101100110 | 101111 | 100000 |
Color Harmonies of #762B2D
Complementary color
Monochromatic Colors of #762B2D
Black with #762B2D
Text Example
Text Example
White with #762B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B2D; }
p { color: rgb(118,43,45); }
H1.HeaderClassName
{
color: #762B2D;
}
.AnyTagClassName
{
color: #762B2D;
}
</style>
background-color css
<style>
a { background-color: #762B2D; }
a { background-color: rgb(118,43,45); }
div.DivClassName
{
background-color: #762B2D;
}
.BgClassName
{
background-color: #762B2D;
}
</style>
border-color css
<style>
span { border-color: #762B2D; }
span { border-color: rgb(118,43,45); }
td.TdClassName
{
border-color: #762B2D;
}
.TagClassName
{
border-color: #762B2D;
}
</style>