Shades of Tosca #7A3A3D
Tints of Tosca #7A3A3D
RGB
CMYK
RGB Variations
Color information
#7A3A3D (or 0x7A3A3D) is known color: Tosca. HEX triplet: 7A, 3A and 3D. RGB value is (122,58,61). Sum of RGB (Red+Green+Blue) = 122+58+61=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A3D is #85C5C2. Grayscale: #4D4D4D. Windows color (decimal): -8766915 or 4012666. OLE color: 4012666.
HSL color Cylindrical-coordinate representation of color #7A3A3D: hue angle of 357.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3A3D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 61 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.52 |
| HSL | 357.19º | 0.36% | 0.35% | - |
| HSV(B) | 357.19º | 0.52% | 0.48% | - |
| XYZ | 10.38 | 7.5 | 5.32 | - |
| YUV | 77.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 61 | 0 | 0.52 | 0.50 | 0.52 | 357.19 | 0.36 | 0.35 |
| Hex | 7A | 3A | 3D | 0 | 34 | 32 | 34 | 165 | 24 | 23 |
| Octal | 172 | 72 | 75 | 0 | 64 | 62 | 64 | 545 | 44 | 43 |
| Binary | 1111010 | 111010 | 111101 | 0 | 110100 | 110010 | 110100 | 101100101 | 100100 | 100011 |
Color Harmonies of #7A3A3D
Complementary color
Monochromatic Colors of #7A3A3D
Black with #7A3A3D
Text Example
Text Example
White with #7A3A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A3D; }
p { color: rgb(122,58,61); }
H1.HeaderClassName
{
color: #7A3A3D;
}
.AnyTagClassName
{
color: #7A3A3D;
}
</style>
background-color css
<style>
a { background-color: #7A3A3D; }
a { background-color: rgb(122,58,61); }
div.DivClassName
{
background-color: #7A3A3D;
}
.BgClassName
{
background-color: #7A3A3D;
}
</style>
border-color css
<style>
span { border-color: #7A3A3D; }
span { border-color: rgb(122,58,61); }
td.TdClassName
{
border-color: #7A3A3D;
}
.TagClassName
{
border-color: #7A3A3D;
}
</style>