Shades of Tamarillo #762C31
Tints of Tamarillo #762C31
RGB
CMYK
RGB Variations
Color information
#762C31 (or 0x762C31) is known color: Tamarillo. HEX triplet: 76, 2C and 31. RGB value is (118,44,49). Sum of RGB (Red+Green+Blue) = 118+44+49=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #762C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C31 is #89D3CE. Grayscale: #424242. Windows color (decimal): -9032655 or 3222646. OLE color: 3222646.
HSL color Cylindrical-coordinate representation of color #762C31: hue angle of 355.95º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C31 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 49 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.54 |
| HSL | 355.95º | 0.46% | 0.32% | - |
| HSV(B) | 355.95º | 0.63% | 0.46% | - |
| XYZ | 8.93 | 5.87 | 3.57 | - |
| YUV | 66.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 49 | 0 | 0.63 | 0.58 | 0.54 | 355.95 | 0.46 | 0.32 |
| Hex | 76 | 2C | 31 | 0 | 3F | 3A | 36 | 164 | 2E | 20 |
| Octal | 166 | 54 | 61 | 0 | 77 | 72 | 66 | 544 | 56 | 40 |
| Binary | 1110110 | 101100 | 110001 | 0 | 111111 | 111010 | 110110 | 101100100 | 101110 | 100000 |
Color Harmonies of #762C31
Complementary color
Monochromatic Colors of #762C31
Black with #762C31
Text Example
Text Example
White with #762C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C31; }
p { color: rgb(118,44,49); }
H1.HeaderClassName
{
color: #762C31;
}
.AnyTagClassName
{
color: #762C31;
}
</style>
background-color css
<style>
a { background-color: #762C31; }
a { background-color: rgb(118,44,49); }
div.DivClassName
{
background-color: #762C31;
}
.BgClassName
{
background-color: #762C31;
}
</style>
border-color css
<style>
span { border-color: #762C31; }
span { border-color: rgb(118,44,49); }
td.TdClassName
{
border-color: #762C31;
}
.TagClassName
{
border-color: #762C31;
}
</style>