Shades of Tamarillo #76272F
Tints of Tamarillo #76272F
RGB
CMYK
RGB Variations
Color information
#76272F (or 0x76272F) is known color: Tamarillo. HEX triplet: 76, 27 and 2F. RGB value is (118,39,47). Sum of RGB (Red+Green+Blue) = 118+39+47=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76272F is #89D8D0. Grayscale: #3F3F3F. Windows color (decimal): -9033937 or 3090294. OLE color: 3090294.
HSL color Cylindrical-coordinate representation of color #76272F: hue angle of 353.92º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76272F is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 47 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.54 |
| HSL | 353.92º | 0.5% | 0.31% | - |
| HSV(B) | 353.92º | 0.67% | 0.46% | - |
| XYZ | 8.71 | 5.51 | 3.29 | - |
| YUV | 63.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 47 | 0 | 0.67 | 0.60 | 0.54 | 353.92 | 0.5 | 0.31 |
| Hex | 76 | 27 | 2F | 0 | 43 | 3C | 36 | 162 | 32 | 1F |
| Octal | 166 | 47 | 57 | 0 | 103 | 74 | 66 | 542 | 62 | 37 |
| Binary | 1110110 | 100111 | 101111 | 0 | 1000011 | 111100 | 110110 | 101100010 | 110010 | 11111 |
Color Harmonies of #76272F
Complementary color
Monochromatic Colors of #76272F
Black with #76272F
Text Example
Text Example
White with #76272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76272F; }
p { color: rgb(118,39,47); }
H1.HeaderClassName
{
color: #76272F;
}
.AnyTagClassName
{
color: #76272F;
}
</style>
background-color css
<style>
a { background-color: #76272F; }
a { background-color: rgb(118,39,47); }
div.DivClassName
{
background-color: #76272F;
}
.BgClassName
{
background-color: #76272F;
}
</style>
border-color css
<style>
span { border-color: #76272F; }
span { border-color: rgb(118,39,47); }
td.TdClassName
{
border-color: #76272F;
}
.TagClassName
{
border-color: #76272F;
}
</style>