Shades of Tosca #7A4045
Tints of Tosca #7A4045
RGB
CMYK
RGB Variations
Color information
#7A4045 (or 0x7A4045) is known color: Tosca. HEX triplet: 7A, 40 and 45. RGB value is (122,64,69). Sum of RGB (Red+Green+Blue) = 122+64+69=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4045 is #85BFBA. Grayscale: #515151. Windows color (decimal): -8765371 or 4538490. OLE color: 4538490.
HSL color Cylindrical-coordinate representation of color #7A4045: hue angle of 354.83º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A4045 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 69 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.52 |
| HSL | 354.83º | 0.31% | 0.36% | - |
| HSV(B) | 354.83º | 0.48% | 0.48% | - |
| XYZ | 10.93 | 8.23 | 6.64 | - |
| YUV | 81.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 69 | 0 | 0.48 | 0.43 | 0.52 | 354.83 | 0.31 | 0.36 |
| Hex | 7A | 40 | 45 | 0 | 30 | 2B | 34 | 163 | 1F | 24 |
| Octal | 172 | 100 | 105 | 0 | 60 | 53 | 64 | 543 | 37 | 44 |
| Binary | 1111010 | 1000000 | 1000101 | 0 | 110000 | 101011 | 110100 | 101100011 | 11111 | 100100 |
Color Harmonies of #7A4045
Complementary color
Monochromatic Colors of #7A4045
Black with #7A4045
Text Example
Text Example
White with #7A4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4045; }
p { color: rgb(122,64,69); }
H1.HeaderClassName
{
color: #7A4045;
}
.AnyTagClassName
{
color: #7A4045;
}
</style>
background-color css
<style>
a { background-color: #7A4045; }
a { background-color: rgb(122,64,69); }
div.DivClassName
{
background-color: #7A4045;
}
.BgClassName
{
background-color: #7A4045;
}
</style>
border-color css
<style>
span { border-color: #7A4045; }
span { border-color: rgb(122,64,69); }
td.TdClassName
{
border-color: #7A4045;
}
.TagClassName
{
border-color: #7A4045;
}
</style>