Shades of Tosca #73464E
Tints of Tosca #73464E
RGB
CMYK
RGB Variations
Color information
#73464E (or 0x73464E) is known color: Tosca. HEX triplet: 73, 46 and 4E. RGB value is (115,70,78). Sum of RGB (Red+Green+Blue) = 115+70+78=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73464E is #8CB9B1. Grayscale: #545454. Windows color (decimal): -9222578 or 5129843. OLE color: 5129843.
HSL color Cylindrical-coordinate representation of color #73464E: hue angle of 349.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73464E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 78 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.55 |
| HSL | 349.33º | 0.24% | 0.36% | - |
| HSV(B) | 349.33º | 0.39% | 0.45% | - |
| XYZ | 10.64 | 8.58 | 8.3 | - |
| YUV | 84.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 78 | 0 | 0.39 | 0.32 | 0.55 | 349.33 | 0.24 | 0.36 |
| Hex | 73 | 46 | 4E | 0 | 27 | 20 | 37 | 15D | 18 | 24 |
| Octal | 163 | 106 | 116 | 0 | 47 | 40 | 67 | 535 | 30 | 44 |
| Binary | 1110011 | 1000110 | 1001110 | 0 | 100111 | 100000 | 110111 | 101011101 | 11000 | 100100 |
Color Harmonies of #73464E
Complementary color
Monochromatic Colors of #73464E
Black with #73464E
Text Example
Text Example
White with #73464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73464E; }
p { color: rgb(115,70,78); }
H1.HeaderClassName
{
color: #73464E;
}
.AnyTagClassName
{
color: #73464E;
}
</style>
background-color css
<style>
a { background-color: #73464E; }
a { background-color: rgb(115,70,78); }
div.DivClassName
{
background-color: #73464E;
}
.BgClassName
{
background-color: #73464E;
}
</style>
border-color css
<style>
span { border-color: #73464E; }
span { border-color: rgb(115,70,78); }
td.TdClassName
{
border-color: #73464E;
}
.TagClassName
{
border-color: #73464E;
}
</style>