Shades of Tosca #7A3E3F
Tints of Tosca #7A3E3F
RGB
CMYK
RGB Variations
Color information
#7A3E3F (or 0x7A3E3F) is known color: Tosca. HEX triplet: 7A, 3E and 3F. RGB value is (122,62,63). Sum of RGB (Red+Green+Blue) = 122+62+63=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E3F is #85C1C0. Grayscale: #505050. Windows color (decimal): -8765889 or 4144762. OLE color: 4144762.
HSL color Cylindrical-coordinate representation of color #7A3E3F: hue angle of 359º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E3F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 63 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.52 |
| HSL | 359º | 0.33% | 0.36% | - |
| HSV(B) | 359º | 0.49% | 0.48% | - |
| XYZ | 10.65 | 7.94 | 5.67 | - |
| YUV | 80.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 63 | 0 | 0.49 | 0.48 | 0.52 | 359 | 0.33 | 0.36 |
| Hex | 7A | 3E | 3F | 0 | 31 | 30 | 34 | 167 | 21 | 24 |
| Octal | 172 | 76 | 77 | 0 | 61 | 60 | 64 | 547 | 41 | 44 |
| Binary | 1111010 | 111110 | 111111 | 0 | 110001 | 110000 | 110100 | 101100111 | 100001 | 100100 |
Color Harmonies of #7A3E3F
Complementary color
Monochromatic Colors of #7A3E3F
Black with #7A3E3F
Text Example
Text Example
White with #7A3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E3F; }
p { color: rgb(122,62,63); }
H1.HeaderClassName
{
color: #7A3E3F;
}
.AnyTagClassName
{
color: #7A3E3F;
}
</style>
background-color css
<style>
a { background-color: #7A3E3F; }
a { background-color: rgb(122,62,63); }
div.DivClassName
{
background-color: #7A3E3F;
}
.BgClassName
{
background-color: #7A3E3F;
}
</style>
border-color css
<style>
span { border-color: #7A3E3F; }
span { border-color: rgb(122,62,63); }
td.TdClassName
{
border-color: #7A3E3F;
}
.TagClassName
{
border-color: #7A3E3F;
}
</style>