Shades of Tamarillo #762628
Tints of Tamarillo #762628
RGB
CMYK
RGB Variations
Color information
#762628 (or 0x762628) is known color: Tamarillo. HEX triplet: 76, 26 and 28. RGB value is (118,38,40). Sum of RGB (Red+Green+Blue) = 118+38+40=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762628 is #89D9D7. Grayscale: #3E3E3E. Windows color (decimal): -9034200 or 2631286. OLE color: 2631286.
HSL color Cylindrical-coordinate representation of color #762628: hue angle of 358.5º 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 #762628 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 40 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.54 |
| HSL | 358.5º | 0.51% | 0.31% | - |
| HSV(B) | 358.5º | 0.68% | 0.46% | - |
| XYZ | 8.55 | 5.39 | 2.6 | - |
| YUV | 62.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 40 | 0 | 0.68 | 0.66 | 0.54 | 358.5 | 0.51 | 0.31 |
| Hex | 76 | 26 | 28 | 0 | 44 | 42 | 36 | 166 | 33 | 1F |
| Octal | 166 | 46 | 50 | 0 | 104 | 102 | 66 | 546 | 63 | 37 |
| Binary | 1110110 | 100110 | 101000 | 0 | 1000100 | 1000010 | 110110 | 101100110 | 110011 | 11111 |
Color Harmonies of #762628
Complementary color
Monochromatic Colors of #762628
Black with #762628
Text Example
Text Example
White with #762628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762628; }
p { color: rgb(118,38,40); }
H1.HeaderClassName
{
color: #762628;
}
.AnyTagClassName
{
color: #762628;
}
</style>
background-color css
<style>
a { background-color: #762628; }
a { background-color: rgb(118,38,40); }
div.DivClassName
{
background-color: #762628;
}
.BgClassName
{
background-color: #762628;
}
</style>
border-color css
<style>
span { border-color: #762628; }
span { border-color: rgb(118,38,40); }
td.TdClassName
{
border-color: #762628;
}
.TagClassName
{
border-color: #762628;
}
</style>