Shades of Tamarillo #76282F
Tints of Tamarillo #76282F
RGB
CMYK
RGB Variations
Color information
#76282F (or 0x76282F) is known color: Tamarillo. HEX triplet: 76, 28 and 2F. RGB value is (118,40,47). Sum of RGB (Red+Green+Blue) = 118+40+47=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #76282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76282F is #89D7D0. Grayscale: #404040. Windows color (decimal): -9033681 or 3090550. OLE color: 3090550.
HSL color Cylindrical-coordinate representation of color #76282F: hue angle of 354.62º 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 #76282F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 47 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.54 |
| HSL | 354.62º | 0.49% | 0.31% | - |
| HSV(B) | 354.62º | 0.66% | 0.46% | - |
| XYZ | 8.74 | 5.57 | 3.3 | - |
| YUV | 64.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 47 | 0 | 0.66 | 0.60 | 0.54 | 354.62 | 0.49 | 0.31 |
| Hex | 76 | 28 | 2F | 0 | 42 | 3C | 36 | 163 | 31 | 1F |
| Octal | 166 | 50 | 57 | 0 | 102 | 74 | 66 | 543 | 61 | 37 |
| Binary | 1110110 | 101000 | 101111 | 0 | 1000010 | 111100 | 110110 | 101100011 | 110001 | 11111 |
Color Harmonies of #76282F
Complementary color
Monochromatic Colors of #76282F
Black with #76282F
Text Example
Text Example
White with #76282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76282F; }
p { color: rgb(118,40,47); }
H1.HeaderClassName
{
color: #76282F;
}
.AnyTagClassName
{
color: #76282F;
}
</style>
background-color css
<style>
a { background-color: #76282F; }
a { background-color: rgb(118,40,47); }
div.DivClassName
{
background-color: #76282F;
}
.BgClassName
{
background-color: #76282F;
}
</style>
border-color css
<style>
span { border-color: #76282F; }
span { border-color: rgb(118,40,47); }
td.TdClassName
{
border-color: #76282F;
}
.TagClassName
{
border-color: #76282F;
}
</style>