Shades of Tosca #73474D
Tints of Tosca #73474D
RGB
CMYK
RGB Variations
Color information
#73474D (or 0x73474D) is known color: Tosca. HEX triplet: 73, 47 and 4D. RGB value is (115,71,77). Sum of RGB (Red+Green+Blue) = 115+71+77=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73474D is #8CB8B2. Grayscale: #545454. Windows color (decimal): -9222323 or 5064563. OLE color: 5064563.
HSL color Cylindrical-coordinate representation of color #73474D: hue angle of 351.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73474D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 77 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.55 |
| HSL | 351.82º | 0.24% | 0.36% | - |
| HSV(B) | 351.82º | 0.38% | 0.45% | - |
| XYZ | 10.66 | 8.69 | 8.14 | - |
| YUV | 84.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 77 | 0 | 0.38 | 0.33 | 0.55 | 351.82 | 0.24 | 0.36 |
| Hex | 73 | 47 | 4D | 0 | 26 | 21 | 37 | 160 | 18 | 24 |
| Octal | 163 | 107 | 115 | 0 | 46 | 41 | 67 | 540 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1001101 | 0 | 100110 | 100001 | 110111 | 101100000 | 11000 | 100100 |
Color Harmonies of #73474D
Complementary color
Monochromatic Colors of #73474D
Black with #73474D
Text Example
Text Example
White with #73474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73474D; }
p { color: rgb(115,71,77); }
H1.HeaderClassName
{
color: #73474D;
}
.AnyTagClassName
{
color: #73474D;
}
</style>
background-color css
<style>
a { background-color: #73474D; }
a { background-color: rgb(115,71,77); }
div.DivClassName
{
background-color: #73474D;
}
.BgClassName
{
background-color: #73474D;
}
</style>
border-color css
<style>
span { border-color: #73474D; }
span { border-color: rgb(115,71,77); }
td.TdClassName
{
border-color: #73474D;
}
.TagClassName
{
border-color: #73474D;
}
</style>