Shades of Tosca #744145
Tints of Tosca #744145
RGB
CMYK
RGB Variations
Color information
#744145 (or 0x744145) is known color: Tosca. HEX triplet: 74, 41 and 45. RGB value is (116,65,69). Sum of RGB (Red+Green+Blue) = 116+65+69=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #744145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744145 is #8BBEBA. Grayscale: #505050. Windows color (decimal): -9158331 or 4538740. OLE color: 4538740.
HSL color Cylindrical-coordinate representation of color #744145: hue angle of 355.29º 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 #744145 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 69 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.55 |
| HSL | 355.29º | 0.28% | 0.35% | - |
| HSV(B) | 355.29º | 0.44% | 0.45% | - |
| XYZ | 10.17 | 7.92 | 6.62 | - |
| YUV | 80.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 69 | 0 | 0.44 | 0.41 | 0.55 | 355.29 | 0.28 | 0.35 |
| Hex | 74 | 41 | 45 | 0 | 2C | 29 | 37 | 163 | 1C | 23 |
| Octal | 164 | 101 | 105 | 0 | 54 | 51 | 67 | 543 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1000101 | 0 | 101100 | 101001 | 110111 | 101100011 | 11100 | 100011 |
Color Harmonies of #744145
Complementary color
Monochromatic Colors of #744145
Black with #744145
Text Example
Text Example
White with #744145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744145; }
p { color: rgb(116,65,69); }
H1.HeaderClassName
{
color: #744145;
}
.AnyTagClassName
{
color: #744145;
}
</style>
background-color css
<style>
a { background-color: #744145; }
a { background-color: rgb(116,65,69); }
div.DivClassName
{
background-color: #744145;
}
.BgClassName
{
background-color: #744145;
}
</style>
border-color css
<style>
span { border-color: #744145; }
span { border-color: rgb(116,65,69); }
td.TdClassName
{
border-color: #744145;
}
.TagClassName
{
border-color: #744145;
}
</style>