Shades of Tosca #7B3C40
Tints of Tosca #7B3C40
RGB
CMYK
RGB Variations
Color information
#7B3C40 (or 0x7B3C40) is known color: Tosca. HEX triplet: 7B, 3C and 40. RGB value is (123,60,64). Sum of RGB (Red+Green+Blue) = 123+60+64=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C40 is #84C3BF. Grayscale: #4F4F4F. Windows color (decimal): -8700864 or 4209787. OLE color: 4209787.
HSL color Cylindrical-coordinate representation of color #7B3C40: hue angle of 356.19º 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 #7B3C40 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 64 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.52 |
| HSL | 356.19º | 0.34% | 0.36% | - |
| HSV(B) | 356.19º | 0.51% | 0.48% | - |
| XYZ | 10.71 | 7.81 | 5.79 | - |
| YUV | 79.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 64 | 0 | 0.51 | 0.48 | 0.52 | 356.19 | 0.34 | 0.36 |
| Hex | 7B | 3C | 40 | 0 | 33 | 30 | 34 | 164 | 22 | 24 |
| Octal | 173 | 74 | 100 | 0 | 63 | 60 | 64 | 544 | 42 | 44 |
| Binary | 1111011 | 111100 | 1000000 | 0 | 110011 | 110000 | 110100 | 101100100 | 100010 | 100100 |
Color Harmonies of #7B3C40
Complementary color
Monochromatic Colors of #7B3C40
Black with #7B3C40
Text Example
Text Example
White with #7B3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C40; }
p { color: rgb(123,60,64); }
H1.HeaderClassName
{
color: #7B3C40;
}
.AnyTagClassName
{
color: #7B3C40;
}
</style>
background-color css
<style>
a { background-color: #7B3C40; }
a { background-color: rgb(123,60,64); }
div.DivClassName
{
background-color: #7B3C40;
}
.BgClassName
{
background-color: #7B3C40;
}
</style>
border-color css
<style>
span { border-color: #7B3C40; }
span { border-color: rgb(123,60,64); }
td.TdClassName
{
border-color: #7B3C40;
}
.TagClassName
{
border-color: #7B3C40;
}
</style>