Shades of Tosca #7A3B3E
Tints of Tosca #7A3B3E
RGB
CMYK
RGB Variations
Color information
#7A3B3E (or 0x7A3B3E) is known color: Tosca. HEX triplet: 7A, 3B and 3E. RGB value is (122,59,62). Sum of RGB (Red+Green+Blue) = 122+59+62=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3B3E is #85C4C1. Grayscale: #4E4E4E. Windows color (decimal): -8766658 or 4078458. OLE color: 4078458.
HSL color Cylindrical-coordinate representation of color #7A3B3E: hue angle of 357.14º degrees, saturation: 0.35, 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 #7A3B3E is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 62 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.52 |
| HSL | 357.14º | 0.35% | 0.35% | - |
| HSV(B) | 357.14º | 0.52% | 0.48% | - |
| XYZ | 10.46 | 7.61 | 5.48 | - |
| YUV | 78.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 62 | 0 | 0.52 | 0.49 | 0.52 | 357.14 | 0.35 | 0.35 |
| Hex | 7A | 3B | 3E | 0 | 34 | 31 | 34 | 165 | 23 | 23 |
| Octal | 172 | 73 | 76 | 0 | 64 | 61 | 64 | 545 | 43 | 43 |
| Binary | 1111010 | 111011 | 111110 | 0 | 110100 | 110001 | 110100 | 101100101 | 100011 | 100011 |
Color Harmonies of #7A3B3E
Complementary color
Monochromatic Colors of #7A3B3E
Black with #7A3B3E
Text Example
Text Example
White with #7A3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B3E; }
p { color: rgb(122,59,62); }
H1.HeaderClassName
{
color: #7A3B3E;
}
.AnyTagClassName
{
color: #7A3B3E;
}
</style>
background-color css
<style>
a { background-color: #7A3B3E; }
a { background-color: rgb(122,59,62); }
div.DivClassName
{
background-color: #7A3B3E;
}
.BgClassName
{
background-color: #7A3B3E;
}
</style>
border-color css
<style>
span { border-color: #7A3B3E; }
span { border-color: rgb(122,59,62); }
td.TdClassName
{
border-color: #7A3B3E;
}
.TagClassName
{
border-color: #7A3B3E;
}
</style>