Shades of Tosca #763D40
Tints of Tosca #763D40
RGB
CMYK
RGB Variations
Color information
#763D40 (or 0x763D40) is known color: Tosca. HEX triplet: 76, 3D and 40. RGB value is (118,61,64). Sum of RGB (Red+Green+Blue) = 118+61+64=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D40 is #89C2BF. Grayscale: #4E4E4E. Windows color (decimal): -9028288 or 4210038. OLE color: 4210038.
HSL color Cylindrical-coordinate representation of color #763D40: hue angle of 356.84º 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 #763D40 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 64 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.54 |
| HSL | 356.84º | 0.32% | 0.35% | - |
| HSV(B) | 356.84º | 0.48% | 0.46% | - |
| XYZ | 10.07 | 7.56 | 5.78 | - |
| YUV | 78.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 64 | 0 | 0.48 | 0.46 | 0.54 | 356.84 | 0.32 | 0.35 |
| Hex | 76 | 3D | 40 | 0 | 30 | 2E | 36 | 165 | 20 | 23 |
| Octal | 166 | 75 | 100 | 0 | 60 | 56 | 66 | 545 | 40 | 43 |
| Binary | 1110110 | 111101 | 1000000 | 0 | 110000 | 101110 | 110110 | 101100101 | 100000 | 100011 |
Color Harmonies of #763D40
Complementary color
Monochromatic Colors of #763D40
Black with #763D40
Text Example
Text Example
White with #763D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D40; }
p { color: rgb(118,61,64); }
H1.HeaderClassName
{
color: #763D40;
}
.AnyTagClassName
{
color: #763D40;
}
</style>
background-color css
<style>
a { background-color: #763D40; }
a { background-color: rgb(118,61,64); }
div.DivClassName
{
background-color: #763D40;
}
.BgClassName
{
background-color: #763D40;
}
</style>
border-color css
<style>
span { border-color: #763D40; }
span { border-color: rgb(118,61,64); }
td.TdClassName
{
border-color: #763D40;
}
.TagClassName
{
border-color: #763D40;
}
</style>