Shades of Tosca #7B4345
Tints of Tosca #7B4345
RGB
CMYK
RGB Variations
Color information
#7B4345 (or 0x7B4345) is known color: Tosca. HEX triplet: 7B, 43 and 45. RGB value is (123,67,69). Sum of RGB (Red+Green+Blue) = 123+67+69=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4345 is #84BCBA. Grayscale: #545454. Windows color (decimal): -8699067 or 4539259. OLE color: 4539259.
HSL color Cylindrical-coordinate representation of color #7B4345: hue angle of 357.86º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4345 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 69 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.52 |
| HSL | 357.86º | 0.29% | 0.37% | - |
| HSV(B) | 357.86º | 0.46% | 0.48% | - |
| XYZ | 11.25 | 8.65 | 6.71 | - |
| YUV | 83.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 69 | 0 | 0.46 | 0.44 | 0.52 | 357.86 | 0.29 | 0.37 |
| Hex | 7B | 43 | 45 | 0 | 2E | 2C | 34 | 166 | 1D | 25 |
| Octal | 173 | 103 | 105 | 0 | 56 | 54 | 64 | 546 | 35 | 45 |
| Binary | 1111011 | 1000011 | 1000101 | 0 | 101110 | 101100 | 110100 | 101100110 | 11101 | 100101 |
Color Harmonies of #7B4345
Complementary color
Monochromatic Colors of #7B4345
Black with #7B4345
Text Example
Text Example
White with #7B4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4345; }
p { color: rgb(123,67,69); }
H1.HeaderClassName
{
color: #7B4345;
}
.AnyTagClassName
{
color: #7B4345;
}
</style>
background-color css
<style>
a { background-color: #7B4345; }
a { background-color: rgb(123,67,69); }
div.DivClassName
{
background-color: #7B4345;
}
.BgClassName
{
background-color: #7B4345;
}
</style>
border-color css
<style>
span { border-color: #7B4345; }
span { border-color: rgb(123,67,69); }
td.TdClassName
{
border-color: #7B4345;
}
.TagClassName
{
border-color: #7B4345;
}
</style>