Shades of Tosca #744148
Tints of Tosca #744148
RGB
CMYK
RGB Variations
Color information
#744148 (or 0x744148) is known color: Tosca. HEX triplet: 74, 41 and 48. RGB value is (116,65,72). Sum of RGB (Red+Green+Blue) = 116+65+72=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #744148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744148 is #8BBEB7. Grayscale: #515151. Windows color (decimal): -9158328 or 4735348. OLE color: 4735348.
HSL color Cylindrical-coordinate representation of color #744148: hue angle of 351.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744148 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 72 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.55 |
| HSL | 351.76º | 0.28% | 0.35% | - |
| HSV(B) | 351.76º | 0.44% | 0.45% | - |
| XYZ | 10.26 | 7.96 | 7.13 | - |
| YUV | 81.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 72 | 0 | 0.44 | 0.38 | 0.55 | 351.76 | 0.28 | 0.35 |
| Hex | 74 | 41 | 48 | 0 | 2C | 26 | 37 | 160 | 1C | 23 |
| Octal | 164 | 101 | 110 | 0 | 54 | 46 | 67 | 540 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1001000 | 0 | 101100 | 100110 | 110111 | 101100000 | 11100 | 100011 |
Color Harmonies of #744148
Complementary color
Monochromatic Colors of #744148
Black with #744148
Text Example
Text Example
White with #744148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744148; }
p { color: rgb(116,65,72); }
H1.HeaderClassName
{
color: #744148;
}
.AnyTagClassName
{
color: #744148;
}
</style>
background-color css
<style>
a { background-color: #744148; }
a { background-color: rgb(116,65,72); }
div.DivClassName
{
background-color: #744148;
}
.BgClassName
{
background-color: #744148;
}
</style>
border-color css
<style>
span { border-color: #744148; }
span { border-color: rgb(116,65,72); }
td.TdClassName
{
border-color: #744148;
}
.TagClassName
{
border-color: #744148;
}
</style>