Shades of Tamarillo #76282B
Tints of Tamarillo #76282B
RGB
CMYK
RGB Variations
Color information
#76282B (or 0x76282B) is known color: Tamarillo. HEX triplet: 76, 28 and 2B. RGB value is (118,40,43). Sum of RGB (Red+Green+Blue) = 118+40+43=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76282B is #89D7D4. Grayscale: #3F3F3F. Windows color (decimal): -9033685 or 2828406. OLE color: 2828406.
HSL color Cylindrical-coordinate representation of color #76282B: hue angle of 357.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76282B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 43 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.54 |
| HSL | 357.69º | 0.49% | 0.31% | - |
| HSV(B) | 357.69º | 0.66% | 0.46% | - |
| XYZ | 8.67 | 5.54 | 2.9 | - |
| YUV | 63.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 43 | 0 | 0.66 | 0.64 | 0.54 | 357.69 | 0.49 | 0.31 |
| Hex | 76 | 28 | 2B | 0 | 42 | 40 | 36 | 166 | 31 | 1F |
| Octal | 166 | 50 | 53 | 0 | 102 | 100 | 66 | 546 | 61 | 37 |
| Binary | 1110110 | 101000 | 101011 | 0 | 1000010 | 1000000 | 110110 | 101100110 | 110001 | 11111 |
Color Harmonies of #76282B
Complementary color
Monochromatic Colors of #76282B
Black with #76282B
Text Example
Text Example
White with #76282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76282B; }
p { color: rgb(118,40,43); }
H1.HeaderClassName
{
color: #76282B;
}
.AnyTagClassName
{
color: #76282B;
}
</style>
background-color css
<style>
a { background-color: #76282B; }
a { background-color: rgb(118,40,43); }
div.DivClassName
{
background-color: #76282B;
}
.BgClassName
{
background-color: #76282B;
}
</style>
border-color css
<style>
span { border-color: #76282B; }
span { border-color: rgb(118,40,43); }
td.TdClassName
{
border-color: #76282B;
}
.TagClassName
{
border-color: #76282B;
}
</style>