Shades of Tamarillo #77262B
Tints of Tamarillo #77262B
RGB
CMYK
RGB Variations
Color information
#77262B (or 0x77262B) is known color: Tamarillo. HEX triplet: 77, 26 and 2B. RGB value is (119,38,43). Sum of RGB (Red+Green+Blue) = 119+38+43=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77262B is #88D9D4. Grayscale: #3E3E3E. Windows color (decimal): -8968661 or 2827895. OLE color: 2827895.
HSL color Cylindrical-coordinate representation of color #77262B: hue angle of 356.3º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77262B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 43 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.53 |
| HSL | 356.3º | 0.52% | 0.31% | - |
| HSV(B) | 356.3º | 0.68% | 0.47% | - |
| XYZ | 8.74 | 5.48 | 2.88 | - |
| YUV | 62.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 43 | 0 | 0.68 | 0.64 | 0.53 | 356.3 | 0.52 | 0.31 |
| Hex | 77 | 26 | 2B | 0 | 44 | 40 | 35 | 164 | 34 | 1F |
| Octal | 167 | 46 | 53 | 0 | 104 | 100 | 65 | 544 | 64 | 37 |
| Binary | 1110111 | 100110 | 101011 | 0 | 1000100 | 1000000 | 110101 | 101100100 | 110100 | 11111 |
Color Harmonies of #77262B
Complementary color
Monochromatic Colors of #77262B
Black with #77262B
Text Example
Text Example
White with #77262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77262B; }
p { color: rgb(119,38,43); }
H1.HeaderClassName
{
color: #77262B;
}
.AnyTagClassName
{
color: #77262B;
}
</style>
background-color css
<style>
a { background-color: #77262B; }
a { background-color: rgb(119,38,43); }
div.DivClassName
{
background-color: #77262B;
}
.BgClassName
{
background-color: #77262B;
}
</style>
border-color css
<style>
span { border-color: #77262B; }
span { border-color: rgb(119,38,43); }
td.TdClassName
{
border-color: #77262B;
}
.TagClassName
{
border-color: #77262B;
}
</style>