Shades of Tamarillo #762B2F
Tints of Tamarillo #762B2F
RGB
CMYK
RGB Variations
Color information
#762B2F (or 0x762B2F) is known color: Tamarillo. HEX triplet: 76, 2B and 2F. RGB value is (118,43,47). Sum of RGB (Red+Green+Blue) = 118+43+47=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B2F is #89D4D0. Grayscale: #414141. Windows color (decimal): -9032913 or 3091318. OLE color: 3091318.
HSL color Cylindrical-coordinate representation of color #762B2F: hue angle of 356.8º 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 #762B2F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 47 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.54 |
| HSL | 356.8º | 0.47% | 0.32% | - |
| HSV(B) | 356.8º | 0.64% | 0.46% | - |
| XYZ | 8.85 | 5.78 | 3.34 | - |
| YUV | 65.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 47 | 0 | 0.64 | 0.60 | 0.54 | 356.8 | 0.47 | 0.32 |
| Hex | 76 | 2B | 2F | 0 | 40 | 3C | 36 | 165 | 2F | 20 |
| Octal | 166 | 53 | 57 | 0 | 100 | 74 | 66 | 545 | 57 | 40 |
| Binary | 1110110 | 101011 | 101111 | 0 | 1000000 | 111100 | 110110 | 101100101 | 101111 | 100000 |
Color Harmonies of #762B2F
Complementary color
Monochromatic Colors of #762B2F
Black with #762B2F
Text Example
Text Example
White with #762B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B2F; }
p { color: rgb(118,43,47); }
H1.HeaderClassName
{
color: #762B2F;
}
.AnyTagClassName
{
color: #762B2F;
}
</style>
background-color css
<style>
a { background-color: #762B2F; }
a { background-color: rgb(118,43,47); }
div.DivClassName
{
background-color: #762B2F;
}
.BgClassName
{
background-color: #762B2F;
}
</style>
border-color css
<style>
span { border-color: #762B2F; }
span { border-color: rgb(118,43,47); }
td.TdClassName
{
border-color: #762B2F;
}
.TagClassName
{
border-color: #762B2F;
}
</style>