Shades of Tosca #7C4146
Tints of Tosca #7C4146
RGB
CMYK
RGB Variations
Color information
#7C4146 (or 0x7C4146) is known color: Tosca. HEX triplet: 7C, 41 and 46. RGB value is (124,65,70). Sum of RGB (Red+Green+Blue) = 124+65+70=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4146 is #83BEB9. Grayscale: #535353. Windows color (decimal): -8634042 or 4604284. OLE color: 4604284.
HSL color Cylindrical-coordinate representation of color #7C4146: hue angle of 354.92º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4146 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 70 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.51 |
| HSL | 354.92º | 0.31% | 0.37% | - |
| HSV(B) | 354.92º | 0.48% | 0.49% | - |
| XYZ | 11.31 | 8.51 | 6.84 | - |
| YUV | 83.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 70 | 0 | 0.48 | 0.44 | 0.51 | 354.92 | 0.31 | 0.37 |
| Hex | 7C | 41 | 46 | 0 | 30 | 2C | 33 | 163 | 1F | 25 |
| Octal | 174 | 101 | 106 | 0 | 60 | 54 | 63 | 543 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1000110 | 0 | 110000 | 101100 | 110011 | 101100011 | 11111 | 100101 |
Color Harmonies of #7C4146
Complementary color
Monochromatic Colors of #7C4146
Black with #7C4146
Text Example
Text Example
White with #7C4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4146; }
p { color: rgb(124,65,70); }
H1.HeaderClassName
{
color: #7C4146;
}
.AnyTagClassName
{
color: #7C4146;
}
</style>
background-color css
<style>
a { background-color: #7C4146; }
a { background-color: rgb(124,65,70); }
div.DivClassName
{
background-color: #7C4146;
}
.BgClassName
{
background-color: #7C4146;
}
</style>
border-color css
<style>
span { border-color: #7C4146; }
span { border-color: rgb(124,65,70); }
td.TdClassName
{
border-color: #7C4146;
}
.TagClassName
{
border-color: #7C4146;
}
</style>