Shades of Tosca #743C41
Tints of Tosca #743C41
RGB
CMYK
RGB Variations
Color information
#743C41 (or 0x743C41) is known color: Tosca. HEX triplet: 74, 3C and 41. RGB value is (116,60,65). Sum of RGB (Red+Green+Blue) = 116+60+65=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #743C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C41 is #8BC3BE. Grayscale: #4D4D4D. Windows color (decimal): -9159615 or 4275316. OLE color: 4275316.
HSL color Cylindrical-coordinate representation of color #743C41: hue angle of 354.64º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743C41 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 65 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.55 |
| HSL | 354.64º | 0.32% | 0.35% | - |
| HSV(B) | 354.64º | 0.48% | 0.45% | - |
| XYZ | 9.77 | 7.33 | 5.9 | - |
| YUV | 77.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 65 | 0 | 0.48 | 0.44 | 0.55 | 354.64 | 0.32 | 0.35 |
| Hex | 74 | 3C | 41 | 0 | 30 | 2C | 37 | 163 | 20 | 23 |
| Octal | 164 | 74 | 101 | 0 | 60 | 54 | 67 | 543 | 40 | 43 |
| Binary | 1110100 | 111100 | 1000001 | 0 | 110000 | 101100 | 110111 | 101100011 | 100000 | 100011 |
Color Harmonies of #743C41
Complementary color
Monochromatic Colors of #743C41
Black with #743C41
Text Example
Text Example
White with #743C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C41; }
p { color: rgb(116,60,65); }
H1.HeaderClassName
{
color: #743C41;
}
.AnyTagClassName
{
color: #743C41;
}
</style>
background-color css
<style>
a { background-color: #743C41; }
a { background-color: rgb(116,60,65); }
div.DivClassName
{
background-color: #743C41;
}
.BgClassName
{
background-color: #743C41;
}
</style>
border-color css
<style>
span { border-color: #743C41; }
span { border-color: rgb(116,60,65); }
td.TdClassName
{
border-color: #743C41;
}
.TagClassName
{
border-color: #743C41;
}
</style>