Shades of Tosca #744245
Tints of Tosca #744245
RGB
CMYK
RGB Variations
Color information
#744245 (or 0x744245) is known color: Tosca. HEX triplet: 74, 42 and 45. RGB value is (116,66,69). Sum of RGB (Red+Green+Blue) = 116+66+69=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744245 is #8BBDBA. Grayscale: #515151. Windows color (decimal): -9158075 or 4538996. OLE color: 4538996.
HSL color Cylindrical-coordinate representation of color #744245: hue angle of 356.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744245 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 69 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.55 |
| HSL | 356.4º | 0.27% | 0.36% | - |
| HSV(B) | 356.4º | 0.43% | 0.45% | - |
| XYZ | 10.22 | 8.04 | 6.64 | - |
| YUV | 81.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 69 | 0 | 0.43 | 0.41 | 0.55 | 356.4 | 0.27 | 0.36 |
| Hex | 74 | 42 | 45 | 0 | 2B | 29 | 37 | 164 | 1B | 24 |
| Octal | 164 | 102 | 105 | 0 | 53 | 51 | 67 | 544 | 33 | 44 |
| Binary | 1110100 | 1000010 | 1000101 | 0 | 101011 | 101001 | 110111 | 101100100 | 11011 | 100100 |
Color Harmonies of #744245
Complementary color
Monochromatic Colors of #744245
Black with #744245
Text Example
Text Example
White with #744245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744245; }
p { color: rgb(116,66,69); }
H1.HeaderClassName
{
color: #744245;
}
.AnyTagClassName
{
color: #744245;
}
</style>
background-color css
<style>
a { background-color: #744245; }
a { background-color: rgb(116,66,69); }
div.DivClassName
{
background-color: #744245;
}
.BgClassName
{
background-color: #744245;
}
</style>
border-color css
<style>
span { border-color: #744245; }
span { border-color: rgb(116,66,69); }
td.TdClassName
{
border-color: #744245;
}
.TagClassName
{
border-color: #744245;
}
</style>