Shades of Tosca #7A4445
Tints of Tosca #7A4445
RGB
CMYK
RGB Variations
Color information
#7A4445 (or 0x7A4445) is known color: Tosca. HEX triplet: 7A, 44 and 45. RGB value is (122,68,69). Sum of RGB (Red+Green+Blue) = 122+68+69=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4445 is #85BBBA. Grayscale: #545454. Windows color (decimal): -8764347 or 4539514. OLE color: 4539514.
HSL color Cylindrical-coordinate representation of color #7A4445: hue angle of 358.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A4445 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 69 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.52 |
| HSL | 358.89º | 0.28% | 0.37% | - |
| HSV(B) | 358.89º | 0.44% | 0.48% | - |
| XYZ | 11.17 | 8.7 | 6.72 | - |
| YUV | 84.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 69 | 0 | 0.44 | 0.43 | 0.52 | 358.89 | 0.28 | 0.37 |
| Hex | 7A | 44 | 45 | 0 | 2C | 2B | 34 | 167 | 1C | 25 |
| Octal | 172 | 104 | 105 | 0 | 54 | 53 | 64 | 547 | 34 | 45 |
| Binary | 1111010 | 1000100 | 1000101 | 0 | 101100 | 101011 | 110100 | 101100111 | 11100 | 100101 |
Color Harmonies of #7A4445
Complementary color
Monochromatic Colors of #7A4445
Black with #7A4445
Text Example
Text Example
White with #7A4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4445; }
p { color: rgb(122,68,69); }
H1.HeaderClassName
{
color: #7A4445;
}
.AnyTagClassName
{
color: #7A4445;
}
</style>
background-color css
<style>
a { background-color: #7A4445; }
a { background-color: rgb(122,68,69); }
div.DivClassName
{
background-color: #7A4445;
}
.BgClassName
{
background-color: #7A4445;
}
</style>
border-color css
<style>
span { border-color: #7A4445; }
span { border-color: rgb(122,68,69); }
td.TdClassName
{
border-color: #7A4445;
}
.TagClassName
{
border-color: #7A4445;
}
</style>