Shades of Tosca #7A3C3D
Tints of Tosca #7A3C3D
RGB
CMYK
RGB Variations
Color information
#7A3C3D (or 0x7A3C3D) is known color: Tosca. HEX triplet: 7A, 3C and 3D. RGB value is (122,60,61). Sum of RGB (Red+Green+Blue) = 122+60+61=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3C3D is #85C3C2. Grayscale: #4E4E4E. Windows color (decimal): -8766403 or 4013178. OLE color: 4013178.
HSL color Cylindrical-coordinate representation of color #7A3C3D: hue angle of 359.03º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A3C3D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 61 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.52 |
| HSL | 359.03º | 0.34% | 0.36% | - |
| HSV(B) | 359.03º | 0.51% | 0.48% | - |
| XYZ | 10.48 | 7.71 | 5.35 | - |
| YUV | 78.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 61 | 0 | 0.51 | 0.50 | 0.52 | 359.03 | 0.34 | 0.36 |
| Hex | 7A | 3C | 3D | 0 | 33 | 32 | 34 | 167 | 22 | 24 |
| Octal | 172 | 74 | 75 | 0 | 63 | 62 | 64 | 547 | 42 | 44 |
| Binary | 1111010 | 111100 | 111101 | 0 | 110011 | 110010 | 110100 | 101100111 | 100010 | 100100 |
Color Harmonies of #7A3C3D
Complementary color
Monochromatic Colors of #7A3C3D
Black with #7A3C3D
Text Example
Text Example
White with #7A3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C3D; }
p { color: rgb(122,60,61); }
H1.HeaderClassName
{
color: #7A3C3D;
}
.AnyTagClassName
{
color: #7A3C3D;
}
</style>
background-color css
<style>
a { background-color: #7A3C3D; }
a { background-color: rgb(122,60,61); }
div.DivClassName
{
background-color: #7A3C3D;
}
.BgClassName
{
background-color: #7A3C3D;
}
</style>
border-color css
<style>
span { border-color: #7A3C3D; }
span { border-color: rgb(122,60,61); }
td.TdClassName
{
border-color: #7A3C3D;
}
.TagClassName
{
border-color: #7A3C3D;
}
</style>