Shades of Tosca #7C4245
Tints of Tosca #7C4245
RGB
CMYK
RGB Variations
Color information
#7C4245 (or 0x7C4245) is known color: Tosca. HEX triplet: 7C, 42 and 45. RGB value is (124,66,69). Sum of RGB (Red+Green+Blue) = 124+66+69=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4245 is #83BDBA. Grayscale: #535353. Windows color (decimal): -8633787 or 4539004. OLE color: 4539004.
HSL color Cylindrical-coordinate representation of color #7C4245: hue angle of 356.9º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4245 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 69 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.51 |
| HSL | 356.9º | 0.31% | 0.37% | - |
| HSV(B) | 356.9º | 0.47% | 0.49% | - |
| XYZ | 11.33 | 8.61 | 6.69 | - |
| YUV | 83.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 69 | 0 | 0.47 | 0.44 | 0.51 | 356.9 | 0.31 | 0.37 |
| Hex | 7C | 42 | 45 | 0 | 2F | 2C | 33 | 165 | 1F | 25 |
| Octal | 174 | 102 | 105 | 0 | 57 | 54 | 63 | 545 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1000101 | 0 | 101111 | 101100 | 110011 | 101100101 | 11111 | 100101 |
Color Harmonies of #7C4245
Complementary color
Monochromatic Colors of #7C4245
Black with #7C4245
Text Example
Text Example
White with #7C4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4245; }
p { color: rgb(124,66,69); }
H1.HeaderClassName
{
color: #7C4245;
}
.AnyTagClassName
{
color: #7C4245;
}
</style>
background-color css
<style>
a { background-color: #7C4245; }
a { background-color: rgb(124,66,69); }
div.DivClassName
{
background-color: #7C4245;
}
.BgClassName
{
background-color: #7C4245;
}
</style>
border-color css
<style>
span { border-color: #7C4245; }
span { border-color: rgb(124,66,69); }
td.TdClassName
{
border-color: #7C4245;
}
.TagClassName
{
border-color: #7C4245;
}
</style>