Shades of Tosca #734148
Tints of Tosca #734148
RGB
CMYK
RGB Variations
Color information
#734148 (or 0x734148) is known color: Tosca. HEX triplet: 73, 41 and 48. RGB value is (115,65,72). Sum of RGB (Red+Green+Blue) = 115+65+72=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734148 is #8CBEB7. Grayscale: #505050. Windows color (decimal): -9223864 or 4735347. OLE color: 4735347.
HSL color Cylindrical-coordinate representation of color #734148: hue angle of 351.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734148 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 72 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.55 |
| HSL | 351.6º | 0.28% | 0.35% | - |
| HSV(B) | 351.6º | 0.43% | 0.45% | - |
| XYZ | 10.13 | 7.89 | 7.12 | - |
| YUV | 80.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 72 | 0 | 0.43 | 0.37 | 0.55 | 351.6 | 0.28 | 0.35 |
| Hex | 73 | 41 | 48 | 0 | 2B | 25 | 37 | 160 | 1C | 23 |
| Octal | 163 | 101 | 110 | 0 | 53 | 45 | 67 | 540 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1001000 | 0 | 101011 | 100101 | 110111 | 101100000 | 11100 | 100011 |
Color Harmonies of #734148
Complementary color
Monochromatic Colors of #734148
Black with #734148
Text Example
Text Example
White with #734148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734148; }
p { color: rgb(115,65,72); }
H1.HeaderClassName
{
color: #734148;
}
.AnyTagClassName
{
color: #734148;
}
</style>
background-color css
<style>
a { background-color: #734148; }
a { background-color: rgb(115,65,72); }
div.DivClassName
{
background-color: #734148;
}
.BgClassName
{
background-color: #734148;
}
</style>
border-color css
<style>
span { border-color: #734148; }
span { border-color: rgb(115,65,72); }
td.TdClassName
{
border-color: #734148;
}
.TagClassName
{
border-color: #734148;
}
</style>