Shades of Tamarillo #76242C
Tints of Tamarillo #76242C
RGB
CMYK
RGB Variations
Color information
#76242C (or 0x76242C) is known color: Tamarillo. HEX triplet: 76, 24 and 2C. RGB value is (118,36,44). Sum of RGB (Red+Green+Blue) = 118+36+44=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76242C is #89DBD3. Grayscale: #3D3D3D. Windows color (decimal): -9034708 or 2892918. OLE color: 2892918.
HSL color Cylindrical-coordinate representation of color #76242C: hue angle of 354.15º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76242C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 44 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.54 |
| HSL | 354.15º | 0.53% | 0.3% | - |
| HSV(B) | 354.15º | 0.69% | 0.46% | - |
| XYZ | 8.56 | 5.3 | 2.95 | - |
| YUV | 61.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 44 | 0 | 0.69 | 0.63 | 0.54 | 354.15 | 0.53 | 0.3 |
| Hex | 76 | 24 | 2C | 0 | 45 | 3F | 36 | 162 | 35 | 1E |
| Octal | 166 | 44 | 54 | 0 | 105 | 77 | 66 | 542 | 65 | 36 |
| Binary | 1110110 | 100100 | 101100 | 0 | 1000101 | 111111 | 110110 | 101100010 | 110101 | 11110 |
Color Harmonies of #76242C
Complementary color
Monochromatic Colors of #76242C
Black with #76242C
Text Example
Text Example
White with #76242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76242C; }
p { color: rgb(118,36,44); }
H1.HeaderClassName
{
color: #76242C;
}
.AnyTagClassName
{
color: #76242C;
}
</style>
background-color css
<style>
a { background-color: #76242C; }
a { background-color: rgb(118,36,44); }
div.DivClassName
{
background-color: #76242C;
}
.BgClassName
{
background-color: #76242C;
}
</style>
border-color css
<style>
span { border-color: #76242C; }
span { border-color: rgb(118,36,44); }
td.TdClassName
{
border-color: #76242C;
}
.TagClassName
{
border-color: #76242C;
}
</style>