Shades of Tamarillo #762D2E
Tints of Tamarillo #762D2E
RGB
CMYK
RGB Variations
Color information
#762D2E (or 0x762D2E) is known color: Tamarillo. HEX triplet: 76, 2D and 2E. RGB value is (118,45,46). Sum of RGB (Red+Green+Blue) = 118+45+46=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D2E is #89D2D1. Grayscale: #434343. Windows color (decimal): -9032402 or 3026294. OLE color: 3026294.
HSL color Cylindrical-coordinate representation of color #762D2E: hue angle of 359.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D2E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 46 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.54 |
| HSL | 359.18º | 0.45% | 0.32% | - |
| HSV(B) | 359.18º | 0.62% | 0.46% | - |
| XYZ | 8.9 | 5.93 | 3.26 | - |
| YUV | 66.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 46 | 0 | 0.62 | 0.61 | 0.54 | 359.18 | 0.45 | 0.32 |
| Hex | 76 | 2D | 2E | 0 | 3E | 3D | 36 | 167 | 2D | 20 |
| Octal | 166 | 55 | 56 | 0 | 76 | 75 | 66 | 547 | 55 | 40 |
| Binary | 1110110 | 101101 | 101110 | 0 | 111110 | 111101 | 110110 | 101100111 | 101101 | 100000 |
Color Harmonies of #762D2E
Complementary color
Monochromatic Colors of #762D2E
Black with #762D2E
Text Example
Text Example
White with #762D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D2E; }
p { color: rgb(118,45,46); }
H1.HeaderClassName
{
color: #762D2E;
}
.AnyTagClassName
{
color: #762D2E;
}
</style>
background-color css
<style>
a { background-color: #762D2E; }
a { background-color: rgb(118,45,46); }
div.DivClassName
{
background-color: #762D2E;
}
.BgClassName
{
background-color: #762D2E;
}
</style>
border-color css
<style>
span { border-color: #762D2E; }
span { border-color: rgb(118,45,46); }
td.TdClassName
{
border-color: #762D2E;
}
.TagClassName
{
border-color: #762D2E;
}
</style>