Shades of Tosca #7B3C43
Tints of Tosca #7B3C43
RGB
CMYK
RGB Variations
Color information
#7B3C43 (or 0x7B3C43) is known color: Tosca. HEX triplet: 7B, 3C and 43. RGB value is (123,60,67). Sum of RGB (Red+Green+Blue) = 123+60+67=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C43 is #84C3BC. Grayscale: #4F4F4F. Windows color (decimal): -8700861 or 4406395. OLE color: 4406395.
HSL color Cylindrical-coordinate representation of color #7B3C43: hue angle of 353.33º 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 #7B3C43 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 67 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.52 |
| HSL | 353.33º | 0.34% | 0.36% | - |
| HSV(B) | 353.33º | 0.51% | 0.48% | - |
| XYZ | 10.8 | 7.85 | 6.26 | - |
| YUV | 79.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 67 | 0 | 0.51 | 0.46 | 0.52 | 353.33 | 0.34 | 0.36 |
| Hex | 7B | 3C | 43 | 0 | 33 | 2E | 34 | 161 | 22 | 24 |
| Octal | 173 | 74 | 103 | 0 | 63 | 56 | 64 | 541 | 42 | 44 |
| Binary | 1111011 | 111100 | 1000011 | 0 | 110011 | 101110 | 110100 | 101100001 | 100010 | 100100 |
Color Harmonies of #7B3C43
Complementary color
Monochromatic Colors of #7B3C43
Black with #7B3C43
Text Example
Text Example
White with #7B3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C43; }
p { color: rgb(123,60,67); }
H1.HeaderClassName
{
color: #7B3C43;
}
.AnyTagClassName
{
color: #7B3C43;
}
</style>
background-color css
<style>
a { background-color: #7B3C43; }
a { background-color: rgb(123,60,67); }
div.DivClassName
{
background-color: #7B3C43;
}
.BgClassName
{
background-color: #7B3C43;
}
</style>
border-color css
<style>
span { border-color: #7B3C43; }
span { border-color: rgb(123,60,67); }
td.TdClassName
{
border-color: #7B3C43;
}
.TagClassName
{
border-color: #7B3C43;
}
</style>