Shades of Tamarillo #763234
Tints of Tamarillo #763234
RGB
CMYK
RGB Variations
Color information
#763234 (or 0x763234) is known color: Tamarillo. HEX triplet: 76, 32 and 34. RGB value is (118,50,52). Sum of RGB (Red+Green+Blue) = 118+50+52=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763234 is #89CDCB. Grayscale: #464646. Windows color (decimal): -9031116 or 3420790. OLE color: 3420790.
HSL color Cylindrical-coordinate representation of color #763234: hue angle of 358.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763234 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 52 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.54 |
| HSL | 358.24º | 0.4% | 0.33% | - |
| HSV(B) | 358.24º | 0.58% | 0.46% | - |
| XYZ | 9.23 | 6.38 | 3.99 | - |
| YUV | 70.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 52 | 0 | 0.58 | 0.56 | 0.54 | 358.24 | 0.4 | 0.33 |
| Hex | 76 | 32 | 34 | 0 | 3A | 38 | 36 | 166 | 28 | 21 |
| Octal | 166 | 62 | 64 | 0 | 72 | 70 | 66 | 546 | 50 | 41 |
| Binary | 1110110 | 110010 | 110100 | 0 | 111010 | 111000 | 110110 | 101100110 | 101000 | 100001 |
Color Harmonies of #763234
Complementary color
Monochromatic Colors of #763234
Black with #763234
Text Example
Text Example
White with #763234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763234; }
p { color: rgb(118,50,52); }
H1.HeaderClassName
{
color: #763234;
}
.AnyTagClassName
{
color: #763234;
}
</style>
background-color css
<style>
a { background-color: #763234; }
a { background-color: rgb(118,50,52); }
div.DivClassName
{
background-color: #763234;
}
.BgClassName
{
background-color: #763234;
}
</style>
border-color css
<style>
span { border-color: #763234; }
span { border-color: rgb(118,50,52); }
td.TdClassName
{
border-color: #763234;
}
.TagClassName
{
border-color: #763234;
}
</style>