Shades of Tamarillo #762728
Tints of Tamarillo #762728
RGB
CMYK
RGB Variations
Color information
#762728 (or 0x762728) is known color: Tamarillo. HEX triplet: 76, 27 and 28. RGB value is (118,39,40). Sum of RGB (Red+Green+Blue) = 118+39+40=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #762728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762728 is #89D8D7. Grayscale: #3E3E3E. Windows color (decimal): -9033944 or 2631542. OLE color: 2631542.
HSL color Cylindrical-coordinate representation of color #762728: hue angle of 359.24º 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 #762728 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 40 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.54 |
| HSL | 359.24º | 0.5% | 0.31% | - |
| HSV(B) | 359.24º | 0.67% | 0.46% | - |
| XYZ | 8.58 | 5.46 | 2.61 | - |
| YUV | 62.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 40 | 0 | 0.67 | 0.66 | 0.54 | 359.24 | 0.5 | 0.31 |
| Hex | 76 | 27 | 28 | 0 | 43 | 42 | 36 | 167 | 32 | 1F |
| Octal | 166 | 47 | 50 | 0 | 103 | 102 | 66 | 547 | 62 | 37 |
| Binary | 1110110 | 100111 | 101000 | 0 | 1000011 | 1000010 | 110110 | 101100111 | 110010 | 11111 |
Color Harmonies of #762728
Complementary color
Monochromatic Colors of #762728
Black with #762728
Text Example
Text Example
White with #762728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762728; }
p { color: rgb(118,39,40); }
H1.HeaderClassName
{
color: #762728;
}
.AnyTagClassName
{
color: #762728;
}
</style>
background-color css
<style>
a { background-color: #762728; }
a { background-color: rgb(118,39,40); }
div.DivClassName
{
background-color: #762728;
}
.BgClassName
{
background-color: #762728;
}
</style>
border-color css
<style>
span { border-color: #762728; }
span { border-color: rgb(118,39,40); }
td.TdClassName
{
border-color: #762728;
}
.TagClassName
{
border-color: #762728;
}
</style>