Shades of Tosca #763D46
Tints of Tosca #763D46
RGB
CMYK
RGB Variations
Color information
#763D46 (or 0x763D46) is known color: Tosca. HEX triplet: 76, 3D and 46. RGB value is (118,61,70). Sum of RGB (Red+Green+Blue) = 118+61+70=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #763D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D46 is #89C2B9. Grayscale: #4F4F4F. Windows color (decimal): -9028282 or 4603254. OLE color: 4603254.
HSL color Cylindrical-coordinate representation of color #763D46: hue angle of 350.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D46 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 70 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.54 |
| HSL | 350.53º | 0.32% | 0.35% | - |
| HSV(B) | 350.53º | 0.48% | 0.46% | - |
| XYZ | 10.25 | 7.63 | 6.73 | - |
| YUV | 79.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 70 | 0 | 0.48 | 0.41 | 0.54 | 350.53 | 0.32 | 0.35 |
| Hex | 76 | 3D | 46 | 0 | 30 | 29 | 36 | 15F | 20 | 23 |
| Octal | 166 | 75 | 106 | 0 | 60 | 51 | 66 | 537 | 40 | 43 |
| Binary | 1110110 | 111101 | 1000110 | 0 | 110000 | 101001 | 110110 | 101011111 | 100000 | 100011 |
Color Harmonies of #763D46
Complementary color
Monochromatic Colors of #763D46
Black with #763D46
Text Example
Text Example
White with #763D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D46; }
p { color: rgb(118,61,70); }
H1.HeaderClassName
{
color: #763D46;
}
.AnyTagClassName
{
color: #763D46;
}
</style>
background-color css
<style>
a { background-color: #763D46; }
a { background-color: rgb(118,61,70); }
div.DivClassName
{
background-color: #763D46;
}
.BgClassName
{
background-color: #763D46;
}
</style>
border-color css
<style>
span { border-color: #763D46; }
span { border-color: rgb(118,61,70); }
td.TdClassName
{
border-color: #763D46;
}
.TagClassName
{
border-color: #763D46;
}
</style>