Shades of Tosca #7D4346
Tints of Tosca #7D4346
RGB
CMYK
RGB Variations
Color information
#7D4346 (or 0x7D4346) is known color: Tosca. HEX triplet: 7D, 43 and 46. RGB value is (125,67,70). Sum of RGB (Red+Green+Blue) = 125+67+70=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4346 is #82BCB9. Grayscale: #545454. Windows color (decimal): -8567994 or 4604797. OLE color: 4604797.
HSL color Cylindrical-coordinate representation of color #7D4346: hue angle of 356.9º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4346 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 70 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.51 |
| HSL | 356.9º | 0.3% | 0.38% | - |
| HSV(B) | 356.9º | 0.46% | 0.49% | - |
| XYZ | 11.57 | 8.82 | 6.89 | - |
| YUV | 84.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 70 | 0 | 0.46 | 0.44 | 0.51 | 356.9 | 0.3 | 0.38 |
| Hex | 7D | 43 | 46 | 0 | 2E | 2C | 33 | 165 | 1E | 26 |
| Octal | 175 | 103 | 106 | 0 | 56 | 54 | 63 | 545 | 36 | 46 |
| Binary | 1111101 | 1000011 | 1000110 | 0 | 101110 | 101100 | 110011 | 101100101 | 11110 | 100110 |
Color Harmonies of #7D4346
Complementary color
Monochromatic Colors of #7D4346
Black with #7D4346
Text Example
Text Example
White with #7D4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4346; }
p { color: rgb(125,67,70); }
H1.HeaderClassName
{
color: #7D4346;
}
.AnyTagClassName
{
color: #7D4346;
}
</style>
background-color css
<style>
a { background-color: #7D4346; }
a { background-color: rgb(125,67,70); }
div.DivClassName
{
background-color: #7D4346;
}
.BgClassName
{
background-color: #7D4346;
}
</style>
border-color css
<style>
span { border-color: #7D4346; }
span { border-color: rgb(125,67,70); }
td.TdClassName
{
border-color: #7D4346;
}
.TagClassName
{
border-color: #7D4346;
}
</style>