Shades of Tosca #763D43
Tints of Tosca #763D43
RGB
CMYK
RGB Variations
Color information
#763D43 (or 0x763D43) is known color: Tosca. HEX triplet: 76, 3D and 43. RGB value is (118,61,67). Sum of RGB (Red+Green+Blue) = 118+61+67=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #763D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D43 is #89C2BC. Grayscale: #4E4E4E. Windows color (decimal): -9028285 or 4406646. OLE color: 4406646.
HSL color Cylindrical-coordinate representation of color #763D43: hue angle of 353.68º 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 #763D43 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 67 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.54 |
| HSL | 353.68º | 0.32% | 0.35% | - |
| HSV(B) | 353.68º | 0.48% | 0.46% | - |
| XYZ | 10.15 | 7.59 | 6.24 | - |
| YUV | 78.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 67 | 0 | 0.48 | 0.43 | 0.54 | 353.68 | 0.32 | 0.35 |
| Hex | 76 | 3D | 43 | 0 | 30 | 2B | 36 | 162 | 20 | 23 |
| Octal | 166 | 75 | 103 | 0 | 60 | 53 | 66 | 542 | 40 | 43 |
| Binary | 1110110 | 111101 | 1000011 | 0 | 110000 | 101011 | 110110 | 101100010 | 100000 | 100011 |
Color Harmonies of #763D43
Complementary color
Monochromatic Colors of #763D43
Black with #763D43
Text Example
Text Example
White with #763D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D43; }
p { color: rgb(118,61,67); }
H1.HeaderClassName
{
color: #763D43;
}
.AnyTagClassName
{
color: #763D43;
}
</style>
background-color css
<style>
a { background-color: #763D43; }
a { background-color: rgb(118,61,67); }
div.DivClassName
{
background-color: #763D43;
}
.BgClassName
{
background-color: #763D43;
}
</style>
border-color css
<style>
span { border-color: #763D43; }
span { border-color: rgb(118,61,67); }
td.TdClassName
{
border-color: #763D43;
}
.TagClassName
{
border-color: #763D43;
}
</style>