Shades of Tosca #7C4344
Tints of Tosca #7C4344
RGB
CMYK
RGB Variations
Color information
#7C4344 (or 0x7C4344) is known color: Tosca. HEX triplet: 7C, 43 and 44. RGB value is (124,67,68). Sum of RGB (Red+Green+Blue) = 124+67+68=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4344 is #83BCBB. Grayscale: #545454. Windows color (decimal): -8633532 or 4473724. OLE color: 4473724.
HSL color Cylindrical-coordinate representation of color #7C4344: hue angle of 358.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4344 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 68 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.51 |
| HSL | 358.95º | 0.3% | 0.37% | - |
| HSV(B) | 358.95º | 0.46% | 0.49% | - |
| XYZ | 11.36 | 8.72 | 6.55 | - |
| YUV | 84.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 68 | 0 | 0.46 | 0.45 | 0.51 | 358.95 | 0.3 | 0.37 |
| Hex | 7C | 43 | 44 | 0 | 2E | 2D | 33 | 167 | 1E | 25 |
| Octal | 174 | 103 | 104 | 0 | 56 | 55 | 63 | 547 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1000100 | 0 | 101110 | 101101 | 110011 | 101100111 | 11110 | 100101 |
Color Harmonies of #7C4344
Complementary color
Monochromatic Colors of #7C4344
Black with #7C4344
Text Example
Text Example
White with #7C4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4344; }
p { color: rgb(124,67,68); }
H1.HeaderClassName
{
color: #7C4344;
}
.AnyTagClassName
{
color: #7C4344;
}
</style>
background-color css
<style>
a { background-color: #7C4344; }
a { background-color: rgb(124,67,68); }
div.DivClassName
{
background-color: #7C4344;
}
.BgClassName
{
background-color: #7C4344;
}
</style>
border-color css
<style>
span { border-color: #7C4344; }
span { border-color: rgb(124,67,68); }
td.TdClassName
{
border-color: #7C4344;
}
.TagClassName
{
border-color: #7C4344;
}
</style>