Shades of Tosca #7B3F45
Tints of Tosca #7B3F45
RGB
CMYK
RGB Variations
Color information
#7B3F45 (or 0x7B3F45) is known color: Tosca. HEX triplet: 7B, 3F and 45. RGB value is (123,63,69). Sum of RGB (Red+Green+Blue) = 123+63+69=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3F45 is #84C0BA. Grayscale: #515151. Windows color (decimal): -8700091 or 4538235. OLE color: 4538235.
HSL color Cylindrical-coordinate representation of color #7B3F45: hue angle of 354º degrees, saturation: 0.32, 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 #7B3F45 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 69 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.52 |
| HSL | 354º | 0.32% | 0.36% | - |
| HSV(B) | 354º | 0.49% | 0.48% | - |
| XYZ | 11.02 | 8.2 | 6.63 | - |
| YUV | 81.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 69 | 0 | 0.49 | 0.44 | 0.52 | 354 | 0.32 | 0.36 |
| Hex | 7B | 3F | 45 | 0 | 31 | 2C | 34 | 162 | 20 | 24 |
| Octal | 173 | 77 | 105 | 0 | 61 | 54 | 64 | 542 | 40 | 44 |
| Binary | 1111011 | 111111 | 1000101 | 0 | 110001 | 101100 | 110100 | 101100010 | 100000 | 100100 |
Color Harmonies of #7B3F45
Complementary color
Monochromatic Colors of #7B3F45
Black with #7B3F45
Text Example
Text Example
White with #7B3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F45; }
p { color: rgb(123,63,69); }
H1.HeaderClassName
{
color: #7B3F45;
}
.AnyTagClassName
{
color: #7B3F45;
}
</style>
background-color css
<style>
a { background-color: #7B3F45; }
a { background-color: rgb(123,63,69); }
div.DivClassName
{
background-color: #7B3F45;
}
.BgClassName
{
background-color: #7B3F45;
}
</style>
border-color css
<style>
span { border-color: #7B3F45; }
span { border-color: rgb(123,63,69); }
td.TdClassName
{
border-color: #7B3F45;
}
.TagClassName
{
border-color: #7B3F45;
}
</style>