Shades of Tosca #73494C
Tints of Tosca #73494C
RGB
CMYK
RGB Variations
Color information
#73494C (or 0x73494C) is known color: Tosca. HEX triplet: 73, 49 and 4C. RGB value is (115,73,76). Sum of RGB (Red+Green+Blue) = 115+73+76=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73494C is #8CB6B3. Grayscale: #555555. Windows color (decimal): -9221812 or 4999539. OLE color: 4999539.
HSL color Cylindrical-coordinate representation of color #73494C: hue angle of 355.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73494C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 76 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.55 |
| HSL | 355.71º | 0.22% | 0.37% | - |
| HSV(B) | 355.71º | 0.37% | 0.45% | - |
| XYZ | 10.76 | 8.93 | 7.99 | - |
| YUV | 85.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 76 | 0 | 0.37 | 0.34 | 0.55 | 355.71 | 0.22 | 0.37 |
| Hex | 73 | 49 | 4C | 0 | 25 | 22 | 37 | 164 | 16 | 25 |
| Octal | 163 | 111 | 114 | 0 | 45 | 42 | 67 | 544 | 26 | 45 |
| Binary | 1110011 | 1001001 | 1001100 | 0 | 100101 | 100010 | 110111 | 101100100 | 10110 | 100101 |
Color Harmonies of #73494C
Complementary color
Monochromatic Colors of #73494C
Black with #73494C
Text Example
Text Example
White with #73494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73494C; }
p { color: rgb(115,73,76); }
H1.HeaderClassName
{
color: #73494C;
}
.AnyTagClassName
{
color: #73494C;
}
</style>
background-color css
<style>
a { background-color: #73494C; }
a { background-color: rgb(115,73,76); }
div.DivClassName
{
background-color: #73494C;
}
.BgClassName
{
background-color: #73494C;
}
</style>
border-color css
<style>
span { border-color: #73494C; }
span { border-color: rgb(115,73,76); }
td.TdClassName
{
border-color: #73494C;
}
.TagClassName
{
border-color: #73494C;
}
</style>