Shades of Tosca #734547
Tints of Tosca #734547
RGB
CMYK
RGB Variations
Color information
#734547 (or 0x734547) is known color: Tosca. HEX triplet: 73, 45 and 47. RGB value is (115,69,71). Sum of RGB (Red+Green+Blue) = 115+69+71=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734547 is #8CBAB8. Grayscale: #535353. Windows color (decimal): -9222841 or 4670835. OLE color: 4670835.
HSL color Cylindrical-coordinate representation of color #734547: hue angle of 357.39º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #734547 is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 71 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.55 |
| HSL | 357.39º | 0.25% | 0.36% | - |
| HSV(B) | 357.39º | 0.4% | 0.45% | - |
| XYZ | 10.34 | 8.36 | 7.03 | - |
| YUV | 82.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 71 | 0 | 0.4 | 0.38 | 0.55 | 357.39 | 0.25 | 0.36 |
| Hex | 73 | 45 | 47 | 0 | 28 | 26 | 37 | 165 | 19 | 24 |
| Octal | 163 | 105 | 107 | 0 | 50 | 46 | 67 | 545 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1000111 | 0 | 101000 | 100110 | 110111 | 101100101 | 11001 | 100100 |
Color Harmonies of #734547
Complementary color
Monochromatic Colors of #734547
Black with #734547
Text Example
Text Example
White with #734547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734547; }
p { color: rgb(115,69,71); }
H1.HeaderClassName
{
color: #734547;
}
.AnyTagClassName
{
color: #734547;
}
</style>
background-color css
<style>
a { background-color: #734547; }
a { background-color: rgb(115,69,71); }
div.DivClassName
{
background-color: #734547;
}
.BgClassName
{
background-color: #734547;
}
</style>
border-color css
<style>
span { border-color: #734547; }
span { border-color: rgb(115,69,71); }
td.TdClassName
{
border-color: #734547;
}
.TagClassName
{
border-color: #734547;
}
</style>