Shades of Tosca #73464D
Tints of Tosca #73464D
RGB
CMYK
RGB Variations
Color information
#73464D (or 0x73464D) is known color: Tosca. HEX triplet: 73, 46 and 4D. RGB value is (115,70,77). Sum of RGB (Red+Green+Blue) = 115+70+77=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73464D is #8CB9B2. Grayscale: #545454. Windows color (decimal): -9222579 or 5064307. OLE color: 5064307.
HSL color Cylindrical-coordinate representation of color #73464D: hue angle of 350.67º 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 #73464D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 77 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.55 |
| HSL | 350.67º | 0.24% | 0.36% | - |
| HSV(B) | 350.67º | 0.39% | 0.45% | - |
| XYZ | 10.6 | 8.56 | 8.11 | - |
| YUV | 84.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 77 | 0 | 0.39 | 0.33 | 0.55 | 350.67 | 0.24 | 0.36 |
| Hex | 73 | 46 | 4D | 0 | 27 | 21 | 37 | 15F | 18 | 24 |
| Octal | 163 | 106 | 115 | 0 | 47 | 41 | 67 | 537 | 30 | 44 |
| Binary | 1110011 | 1000110 | 1001101 | 0 | 100111 | 100001 | 110111 | 101011111 | 11000 | 100100 |
Color Harmonies of #73464D
Complementary color
Monochromatic Colors of #73464D
Black with #73464D
Text Example
Text Example
White with #73464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73464D; }
p { color: rgb(115,70,77); }
H1.HeaderClassName
{
color: #73464D;
}
.AnyTagClassName
{
color: #73464D;
}
</style>
background-color css
<style>
a { background-color: #73464D; }
a { background-color: rgb(115,70,77); }
div.DivClassName
{
background-color: #73464D;
}
.BgClassName
{
background-color: #73464D;
}
</style>
border-color css
<style>
span { border-color: #73464D; }
span { border-color: rgb(115,70,77); }
td.TdClassName
{
border-color: #73464D;
}
.TagClassName
{
border-color: #73464D;
}
</style>