Shades of Tosca #734146
Tints of Tosca #734146
RGB
CMYK
RGB Variations
Color information
#734146 (or 0x734146) is known color: Tosca. HEX triplet: 73, 41 and 46. RGB value is (115,65,70). Sum of RGB (Red+Green+Blue) = 115+65+70=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #734146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734146 is #8CBEB9. Grayscale: #505050. Windows color (decimal): -9223866 or 4604275. OLE color: 4604275.
HSL color Cylindrical-coordinate representation of color #734146: hue angle of 354º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734146 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 70 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.55 |
| HSL | 354º | 0.28% | 0.35% | - |
| HSV(B) | 354º | 0.43% | 0.45% | - |
| XYZ | 10.07 | 7.87 | 6.78 | - |
| YUV | 80.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 70 | 0 | 0.43 | 0.39 | 0.55 | 354 | 0.28 | 0.35 |
| Hex | 73 | 41 | 46 | 0 | 2B | 27 | 37 | 162 | 1C | 23 |
| Octal | 163 | 101 | 106 | 0 | 53 | 47 | 67 | 542 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1000110 | 0 | 101011 | 100111 | 110111 | 101100010 | 11100 | 100011 |
Color Harmonies of #734146
Complementary color
Monochromatic Colors of #734146
Black with #734146
Text Example
Text Example
White with #734146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734146; }
p { color: rgb(115,65,70); }
H1.HeaderClassName
{
color: #734146;
}
.AnyTagClassName
{
color: #734146;
}
</style>
background-color css
<style>
a { background-color: #734146; }
a { background-color: rgb(115,65,70); }
div.DivClassName
{
background-color: #734146;
}
.BgClassName
{
background-color: #734146;
}
</style>
border-color css
<style>
span { border-color: #734146; }
span { border-color: rgb(115,65,70); }
td.TdClassName
{
border-color: #734146;
}
.TagClassName
{
border-color: #734146;
}
</style>