Shades of Tosca #734243
Tints of Tosca #734243
RGB
CMYK
RGB Variations
Color information
#734243 (or 0x734243) is known color: Tosca. HEX triplet: 73, 42 and 43. RGB value is (115,66,67). Sum of RGB (Red+Green+Blue) = 115+66+67=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #734243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734243 is #8CBDBC. Grayscale: #505050. Windows color (decimal): -9223613 or 4407923. OLE color: 4407923.
HSL color Cylindrical-coordinate representation of color #734243: hue angle of 358.78º degrees, saturation: 0.27, 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 #734243 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 67 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.55 |
| HSL | 358.78º | 0.27% | 0.35% | - |
| HSV(B) | 358.78º | 0.43% | 0.45% | - |
| XYZ | 10.03 | 7.95 | 6.32 | - |
| YUV | 80.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 67 | 0 | 0.43 | 0.42 | 0.55 | 358.78 | 0.27 | 0.35 |
| Hex | 73 | 42 | 43 | 0 | 2B | 2A | 37 | 167 | 1B | 23 |
| Octal | 163 | 102 | 103 | 0 | 53 | 52 | 67 | 547 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1000011 | 0 | 101011 | 101010 | 110111 | 101100111 | 11011 | 100011 |
Color Harmonies of #734243
Complementary color
Monochromatic Colors of #734243
Black with #734243
Text Example
Text Example
White with #734243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734243; }
p { color: rgb(115,66,67); }
H1.HeaderClassName
{
color: #734243;
}
.AnyTagClassName
{
color: #734243;
}
</style>
background-color css
<style>
a { background-color: #734243; }
a { background-color: rgb(115,66,67); }
div.DivClassName
{
background-color: #734243;
}
.BgClassName
{
background-color: #734243;
}
</style>
border-color css
<style>
span { border-color: #734243; }
span { border-color: rgb(115,66,67); }
td.TdClassName
{
border-color: #734243;
}
.TagClassName
{
border-color: #734243;
}
</style>