Shades of Tosca #7B3F41
Tints of Tosca #7B3F41
RGB
CMYK
RGB Variations
Color information
#7B3F41 (or 0x7B3F41) is known color: Tosca. HEX triplet: 7B, 3F and 41. RGB value is (123,63,65). Sum of RGB (Red+Green+Blue) = 123+63+65=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3F41 is #84C0BE. Grayscale: #515151. Windows color (decimal): -8700095 or 4276091. OLE color: 4276091.
HSL color Cylindrical-coordinate representation of color #7B3F41: hue angle of 358º 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 #7B3F41 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 65 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.52 |
| HSL | 358º | 0.32% | 0.36% | - |
| HSV(B) | 358º | 0.49% | 0.48% | - |
| XYZ | 10.9 | 8.15 | 6 | - |
| YUV | 81.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 65 | 0 | 0.49 | 0.47 | 0.52 | 358 | 0.32 | 0.36 |
| Hex | 7B | 3F | 41 | 0 | 31 | 2F | 34 | 166 | 20 | 24 |
| Octal | 173 | 77 | 101 | 0 | 61 | 57 | 64 | 546 | 40 | 44 |
| Binary | 1111011 | 111111 | 1000001 | 0 | 110001 | 101111 | 110100 | 101100110 | 100000 | 100100 |
Color Harmonies of #7B3F41
Complementary color
Monochromatic Colors of #7B3F41
Black with #7B3F41
Text Example
Text Example
White with #7B3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F41; }
p { color: rgb(123,63,65); }
H1.HeaderClassName
{
color: #7B3F41;
}
.AnyTagClassName
{
color: #7B3F41;
}
</style>
background-color css
<style>
a { background-color: #7B3F41; }
a { background-color: rgb(123,63,65); }
div.DivClassName
{
background-color: #7B3F41;
}
.BgClassName
{
background-color: #7B3F41;
}
</style>
border-color css
<style>
span { border-color: #7B3F41; }
span { border-color: rgb(123,63,65); }
td.TdClassName
{
border-color: #7B3F41;
}
.TagClassName
{
border-color: #7B3F41;
}
</style>