Shades of Tosca #743F48
Tints of Tosca #743F48
RGB
CMYK
RGB Variations
Color information
#743F48 (or 0x743F48) is known color: Tosca. HEX triplet: 74, 3F and 48. RGB value is (116,63,72). Sum of RGB (Red+Green+Blue) = 116+63+72=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #743F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F48 is #8BC0B7. Grayscale: #4F4F4F. Windows color (decimal): -9158840 or 4734836. OLE color: 4734836.
HSL color Cylindrical-coordinate representation of color #743F48: hue angle of 349.81º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F48 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 72 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.55 |
| HSL | 349.81º | 0.3% | 0.35% | - |
| HSV(B) | 349.81º | 0.46% | 0.45% | - |
| XYZ | 10.15 | 7.74 | 7.09 | - |
| YUV | 79.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 72 | 0 | 0.46 | 0.38 | 0.55 | 349.81 | 0.3 | 0.35 |
| Hex | 74 | 3F | 48 | 0 | 2E | 26 | 37 | 15E | 1E | 23 |
| Octal | 164 | 77 | 110 | 0 | 56 | 46 | 67 | 536 | 36 | 43 |
| Binary | 1110100 | 111111 | 1001000 | 0 | 101110 | 100110 | 110111 | 101011110 | 11110 | 100011 |
Color Harmonies of #743F48
Complementary color
Monochromatic Colors of #743F48
Black with #743F48
Text Example
Text Example
White with #743F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F48; }
p { color: rgb(116,63,72); }
H1.HeaderClassName
{
color: #743F48;
}
.AnyTagClassName
{
color: #743F48;
}
</style>
background-color css
<style>
a { background-color: #743F48; }
a { background-color: rgb(116,63,72); }
div.DivClassName
{
background-color: #743F48;
}
.BgClassName
{
background-color: #743F48;
}
</style>
border-color css
<style>
span { border-color: #743F48; }
span { border-color: rgb(116,63,72); }
td.TdClassName
{
border-color: #743F48;
}
.TagClassName
{
border-color: #743F48;
}
</style>