Shades of Tamarillo #762C2F
Tints of Tamarillo #762C2F
RGB
CMYK
RGB Variations
Color information
#762C2F (or 0x762C2F) is known color: Tamarillo. HEX triplet: 76, 2C and 2F. RGB value is (118,44,47). Sum of RGB (Red+Green+Blue) = 118+44+47=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C2F is #89D3D0. Grayscale: #424242. Windows color (decimal): -9032657 or 3091574. OLE color: 3091574.
HSL color Cylindrical-coordinate representation of color #762C2F: hue angle of 357.57º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C2F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 47 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.54 |
| HSL | 357.57º | 0.46% | 0.32% | - |
| HSV(B) | 357.57º | 0.63% | 0.46% | - |
| XYZ | 8.88 | 5.86 | 3.35 | - |
| YUV | 66.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 47 | 0 | 0.63 | 0.60 | 0.54 | 357.57 | 0.46 | 0.32 |
| Hex | 76 | 2C | 2F | 0 | 3F | 3C | 36 | 166 | 2E | 20 |
| Octal | 166 | 54 | 57 | 0 | 77 | 74 | 66 | 546 | 56 | 40 |
| Binary | 1110110 | 101100 | 101111 | 0 | 111111 | 111100 | 110110 | 101100110 | 101110 | 100000 |
Color Harmonies of #762C2F
Complementary color
Monochromatic Colors of #762C2F
Black with #762C2F
Text Example
Text Example
White with #762C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C2F; }
p { color: rgb(118,44,47); }
H1.HeaderClassName
{
color: #762C2F;
}
.AnyTagClassName
{
color: #762C2F;
}
</style>
background-color css
<style>
a { background-color: #762C2F; }
a { background-color: rgb(118,44,47); }
div.DivClassName
{
background-color: #762C2F;
}
.BgClassName
{
background-color: #762C2F;
}
</style>
border-color css
<style>
span { border-color: #762C2F; }
span { border-color: rgb(118,44,47); }
td.TdClassName
{
border-color: #762C2F;
}
.TagClassName
{
border-color: #762C2F;
}
</style>