Shades of Tamarillo #76262F
Tints of Tamarillo #76262F
RGB
CMYK
RGB Variations
Color information
#76262F (or 0x76262F) is known color: Tamarillo. HEX triplet: 76, 26 and 2F. RGB value is (118,38,47). Sum of RGB (Red+Green+Blue) = 118+38+47=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76262F is #89D9D0. Grayscale: #3E3E3E. Windows color (decimal): -9034193 or 3090038. OLE color: 3090038.
HSL color Cylindrical-coordinate representation of color #76262F: hue angle of 353.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76262F is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 47 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.54 |
| HSL | 353.25º | 0.51% | 0.31% | - |
| HSV(B) | 353.25º | 0.68% | 0.46% | - |
| XYZ | 8.68 | 5.44 | 3.28 | - |
| YUV | 62.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 47 | 0 | 0.68 | 0.60 | 0.54 | 353.25 | 0.51 | 0.31 |
| Hex | 76 | 26 | 2F | 0 | 44 | 3C | 36 | 161 | 33 | 1F |
| Octal | 166 | 46 | 57 | 0 | 104 | 74 | 66 | 541 | 63 | 37 |
| Binary | 1110110 | 100110 | 101111 | 0 | 1000100 | 111100 | 110110 | 101100001 | 110011 | 11111 |
Color Harmonies of #76262F
Complementary color
Monochromatic Colors of #76262F
Black with #76262F
Text Example
Text Example
White with #76262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76262F; }
p { color: rgb(118,38,47); }
H1.HeaderClassName
{
color: #76262F;
}
.AnyTagClassName
{
color: #76262F;
}
</style>
background-color css
<style>
a { background-color: #76262F; }
a { background-color: rgb(118,38,47); }
div.DivClassName
{
background-color: #76262F;
}
.BgClassName
{
background-color: #76262F;
}
</style>
border-color css
<style>
span { border-color: #76262F; }
span { border-color: rgb(118,38,47); }
td.TdClassName
{
border-color: #76262F;
}
.TagClassName
{
border-color: #76262F;
}
</style>