Shades of Tosca #7C4546
Tints of Tosca #7C4546
RGB
CMYK
RGB Variations
Color information
#7C4546 (or 0x7C4546) is known color: Tosca. HEX triplet: 7C, 45 and 46. RGB value is (124,69,70). Sum of RGB (Red+Green+Blue) = 124+69+70=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4546 is #83BAB9. Grayscale: #555555. Windows color (decimal): -8633018 or 4605308. OLE color: 4605308.
HSL color Cylindrical-coordinate representation of color #7C4546: hue angle of 358.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4546 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 70 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.51 |
| HSL | 358.91º | 0.28% | 0.38% | - |
| HSV(B) | 358.91º | 0.44% | 0.49% | - |
| XYZ | 11.55 | 8.98 | 6.92 | - |
| YUV | 85.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 70 | 0 | 0.44 | 0.44 | 0.51 | 358.91 | 0.28 | 0.38 |
| Hex | 7C | 45 | 46 | 0 | 2C | 2C | 33 | 167 | 1C | 26 |
| Octal | 174 | 105 | 106 | 0 | 54 | 54 | 63 | 547 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1000110 | 0 | 101100 | 101100 | 110011 | 101100111 | 11100 | 100110 |
Color Harmonies of #7C4546
Complementary color
Monochromatic Colors of #7C4546
Black with #7C4546
Text Example
Text Example
White with #7C4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4546; }
p { color: rgb(124,69,70); }
H1.HeaderClassName
{
color: #7C4546;
}
.AnyTagClassName
{
color: #7C4546;
}
</style>
background-color css
<style>
a { background-color: #7C4546; }
a { background-color: rgb(124,69,70); }
div.DivClassName
{
background-color: #7C4546;
}
.BgClassName
{
background-color: #7C4546;
}
</style>
border-color css
<style>
span { border-color: #7C4546; }
span { border-color: rgb(124,69,70); }
td.TdClassName
{
border-color: #7C4546;
}
.TagClassName
{
border-color: #7C4546;
}
</style>