Shades of Tosca #744950
Tints of Tosca #744950
RGB
CMYK
RGB Variations
Color information
#744950 (or 0x744950) is known color: Tosca. HEX triplet: 74, 49 and 50. RGB value is (116,73,80). Sum of RGB (Red+Green+Blue) = 116+73+80=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #744950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744950 is #8BB6AF. Grayscale: #565656. Windows color (decimal): -9156272 or 5261684. OLE color: 5261684.
HSL color Cylindrical-coordinate representation of color #744950: hue angle of 350.23º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #744950 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 80 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.55 |
| HSL | 350.23º | 0.23% | 0.37% | - |
| HSV(B) | 350.23º | 0.37% | 0.45% | - |
| XYZ | 11.03 | 9.06 | 8.76 | - |
| YUV | 86.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 80 | 0 | 0.37 | 0.31 | 0.55 | 350.23 | 0.23 | 0.37 |
| Hex | 74 | 49 | 50 | 0 | 25 | 1F | 37 | 15E | 17 | 25 |
| Octal | 164 | 111 | 120 | 0 | 45 | 37 | 67 | 536 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1010000 | 0 | 100101 | 11111 | 110111 | 101011110 | 10111 | 100101 |
Color Harmonies of #744950
Complementary color
Monochromatic Colors of #744950
Black with #744950
Text Example
Text Example
White with #744950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744950; }
p { color: rgb(116,73,80); }
H1.HeaderClassName
{
color: #744950;
}
.AnyTagClassName
{
color: #744950;
}
</style>
background-color css
<style>
a { background-color: #744950; }
a { background-color: rgb(116,73,80); }
div.DivClassName
{
background-color: #744950;
}
.BgClassName
{
background-color: #744950;
}
</style>
border-color css
<style>
span { border-color: #744950; }
span { border-color: rgb(116,73,80); }
td.TdClassName
{
border-color: #744950;
}
.TagClassName
{
border-color: #744950;
}
</style>