Shades of Tamarillo #77282F
Tints of Tamarillo #77282F
RGB
CMYK
RGB Variations
Color information
#77282F (or 0x77282F) is known color: Tamarillo. HEX triplet: 77, 28 and 2F. RGB value is (119,40,47). Sum of RGB (Red+Green+Blue) = 119+40+47=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #77282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77282F is #88D7D0. Grayscale: #404040. Windows color (decimal): -8968145 or 3090551. OLE color: 3090551.
HSL color Cylindrical-coordinate representation of color #77282F: hue angle of 354.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77282F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 47 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.53 |
| HSL | 354.68º | 0.5% | 0.31% | - |
| HSV(B) | 354.68º | 0.66% | 0.47% | - |
| XYZ | 8.88 | 5.64 | 3.31 | - |
| YUV | 64.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 47 | 0 | 0.66 | 0.61 | 0.53 | 354.68 | 0.5 | 0.31 |
| Hex | 77 | 28 | 2F | 0 | 42 | 3D | 35 | 163 | 32 | 1F |
| Octal | 167 | 50 | 57 | 0 | 102 | 75 | 65 | 543 | 62 | 37 |
| Binary | 1110111 | 101000 | 101111 | 0 | 1000010 | 111101 | 110101 | 101100011 | 110010 | 11111 |
Color Harmonies of #77282F
Complementary color
Monochromatic Colors of #77282F
Black with #77282F
Text Example
Text Example
White with #77282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77282F; }
p { color: rgb(119,40,47); }
H1.HeaderClassName
{
color: #77282F;
}
.AnyTagClassName
{
color: #77282F;
}
</style>
background-color css
<style>
a { background-color: #77282F; }
a { background-color: rgb(119,40,47); }
div.DivClassName
{
background-color: #77282F;
}
.BgClassName
{
background-color: #77282F;
}
</style>
border-color css
<style>
span { border-color: #77282F; }
span { border-color: rgb(119,40,47); }
td.TdClassName
{
border-color: #77282F;
}
.TagClassName
{
border-color: #77282F;
}
</style>