Shades of Tosca #734C4D
Tints of Tosca #734C4D
RGB
CMYK
RGB Variations
Color information
#734C4D (or 0x734C4D) is known color: Tosca. HEX triplet: 73, 4C and 4D. RGB value is (115,76,77). Sum of RGB (Red+Green+Blue) = 115+76+77=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #734C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C4D is #8CB3B2. Grayscale: #575757. Windows color (decimal): -9221043 or 5065843. OLE color: 5065843.
HSL color Cylindrical-coordinate representation of color #734C4D: hue angle of 358.46º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734C4D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 77 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.55 |
| HSL | 358.46º | 0.2% | 0.37% | - |
| HSV(B) | 358.46º | 0.34% | 0.45% | - |
| XYZ | 10.99 | 9.35 | 8.25 | - |
| YUV | 87.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 77 | 0 | 0.34 | 0.33 | 0.55 | 358.46 | 0.2 | 0.37 |
| Hex | 73 | 4C | 4D | 0 | 22 | 21 | 37 | 166 | 14 | 25 |
| Octal | 163 | 114 | 115 | 0 | 42 | 41 | 67 | 546 | 24 | 45 |
| Binary | 1110011 | 1001100 | 1001101 | 0 | 100010 | 100001 | 110111 | 101100110 | 10100 | 100101 |
Color Harmonies of #734C4D
Complementary color
Monochromatic Colors of #734C4D
Black with #734C4D
Text Example
Text Example
White with #734C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C4D; }
p { color: rgb(115,76,77); }
H1.HeaderClassName
{
color: #734C4D;
}
.AnyTagClassName
{
color: #734C4D;
}
</style>
background-color css
<style>
a { background-color: #734C4D; }
a { background-color: rgb(115,76,77); }
div.DivClassName
{
background-color: #734C4D;
}
.BgClassName
{
background-color: #734C4D;
}
</style>
border-color css
<style>
span { border-color: #734C4D; }
span { border-color: rgb(115,76,77); }
td.TdClassName
{
border-color: #734C4D;
}
.TagClassName
{
border-color: #734C4D;
}
</style>