Shades of Tosca #743E43
Tints of Tosca #743E43
RGB
CMYK
RGB Variations
Color information
#743E43 (or 0x743E43) is known color: Tosca. HEX triplet: 74, 3E and 43. RGB value is (116,62,67). Sum of RGB (Red+Green+Blue) = 116+62+67=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #743E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E43 is #8BC1BC. Grayscale: #4E4E4E. Windows color (decimal): -9159101 or 4406900. OLE color: 4406900.
HSL color Cylindrical-coordinate representation of color #743E43: hue angle of 354.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E43 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 67 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.55 |
| HSL | 354.44º | 0.3% | 0.35% | - |
| HSV(B) | 354.44º | 0.47% | 0.45% | - |
| XYZ | 9.94 | 7.56 | 6.25 | - |
| YUV | 78.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 67 | 0 | 0.47 | 0.42 | 0.55 | 354.44 | 0.3 | 0.35 |
| Hex | 74 | 3E | 43 | 0 | 2F | 2A | 37 | 162 | 1E | 23 |
| Octal | 164 | 76 | 103 | 0 | 57 | 52 | 67 | 542 | 36 | 43 |
| Binary | 1110100 | 111110 | 1000011 | 0 | 101111 | 101010 | 110111 | 101100010 | 11110 | 100011 |
Color Harmonies of #743E43
Complementary color
Monochromatic Colors of #743E43
Black with #743E43
Text Example
Text Example
White with #743E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E43; }
p { color: rgb(116,62,67); }
H1.HeaderClassName
{
color: #743E43;
}
.AnyTagClassName
{
color: #743E43;
}
</style>
background-color css
<style>
a { background-color: #743E43; }
a { background-color: rgb(116,62,67); }
div.DivClassName
{
background-color: #743E43;
}
.BgClassName
{
background-color: #743E43;
}
</style>
border-color css
<style>
span { border-color: #743E43; }
span { border-color: rgb(116,62,67); }
td.TdClassName
{
border-color: #743E43;
}
.TagClassName
{
border-color: #743E43;
}
</style>