Shades of Tamarillo #762C30
Tints of Tamarillo #762C30
RGB
CMYK
RGB Variations
Color information
#762C30 (or 0x762C30) is known color: Tamarillo. HEX triplet: 76, 2C and 30. RGB value is (118,44,48). Sum of RGB (Red+Green+Blue) = 118+44+48=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C30 is #89D3CF. Grayscale: #424242. Windows color (decimal): -9032656 or 3157110. OLE color: 3157110.
HSL color Cylindrical-coordinate representation of color #762C30: hue angle of 356.76º 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 #762C30 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 48 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.54 |
| HSL | 356.76º | 0.46% | 0.32% | - |
| HSV(B) | 356.76º | 0.63% | 0.46% | - |
| XYZ | 8.91 | 5.87 | 3.46 | - |
| YUV | 66.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 48 | 0 | 0.63 | 0.59 | 0.54 | 356.76 | 0.46 | 0.32 |
| Hex | 76 | 2C | 30 | 0 | 3F | 3B | 36 | 165 | 2E | 20 |
| Octal | 166 | 54 | 60 | 0 | 77 | 73 | 66 | 545 | 56 | 40 |
| Binary | 1110110 | 101100 | 110000 | 0 | 111111 | 111011 | 110110 | 101100101 | 101110 | 100000 |
Color Harmonies of #762C30
Complementary color
Monochromatic Colors of #762C30
Black with #762C30
Text Example
Text Example
White with #762C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C30; }
p { color: rgb(118,44,48); }
H1.HeaderClassName
{
color: #762C30;
}
.AnyTagClassName
{
color: #762C30;
}
</style>
background-color css
<style>
a { background-color: #762C30; }
a { background-color: rgb(118,44,48); }
div.DivClassName
{
background-color: #762C30;
}
.BgClassName
{
background-color: #762C30;
}
</style>
border-color css
<style>
span { border-color: #762C30; }
span { border-color: rgb(118,44,48); }
td.TdClassName
{
border-color: #762C30;
}
.TagClassName
{
border-color: #762C30;
}
</style>