Shades of Tamarillo #762529
Tints of Tamarillo #762529
RGB
CMYK
RGB Variations
Color information
#762529 (or 0x762529) is known color: Tamarillo. HEX triplet: 76, 25 and 29. RGB value is (118,37,41). Sum of RGB (Red+Green+Blue) = 118+37+41=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762529 is #89DAD6. Grayscale: #3D3D3D. Windows color (decimal): -9034455 or 2696566. OLE color: 2696566.
HSL color Cylindrical-coordinate representation of color #762529: hue angle of 357.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762529 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 41 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.54 |
| HSL | 357.04º | 0.52% | 0.3% | - |
| HSV(B) | 357.04º | 0.69% | 0.46% | - |
| XYZ | 8.53 | 5.33 | 2.68 | - |
| YUV | 61.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 41 | 0 | 0.69 | 0.65 | 0.54 | 357.04 | 0.52 | 0.3 |
| Hex | 76 | 25 | 29 | 0 | 45 | 41 | 36 | 165 | 34 | 1E |
| Octal | 166 | 45 | 51 | 0 | 105 | 101 | 66 | 545 | 64 | 36 |
| Binary | 1110110 | 100101 | 101001 | 0 | 1000101 | 1000001 | 110110 | 101100101 | 110100 | 11110 |
Color Harmonies of #762529
Complementary color
Monochromatic Colors of #762529
Black with #762529
Text Example
Text Example
White with #762529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762529; }
p { color: rgb(118,37,41); }
H1.HeaderClassName
{
color: #762529;
}
.AnyTagClassName
{
color: #762529;
}
</style>
background-color css
<style>
a { background-color: #762529; }
a { background-color: rgb(118,37,41); }
div.DivClassName
{
background-color: #762529;
}
.BgClassName
{
background-color: #762529;
}
</style>
border-color css
<style>
span { border-color: #762529; }
span { border-color: rgb(118,37,41); }
td.TdClassName
{
border-color: #762529;
}
.TagClassName
{
border-color: #762529;
}
</style>