Shades of Tosca #7B3E40
Tints of Tosca #7B3E40
RGB
CMYK
RGB Variations
Color information
#7B3E40 (or 0x7B3E40) is known color: Tosca. HEX triplet: 7B, 3E and 40. RGB value is (123,62,64). Sum of RGB (Red+Green+Blue) = 123+62+64=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3E40 is #84C1BF. Grayscale: #505050. Windows color (decimal): -8700352 or 4210299. OLE color: 4210299.
HSL color Cylindrical-coordinate representation of color #7B3E40: hue angle of 358.03º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3E40 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 62 | 64 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.52 |
| HSL | 358.03º | 0.33% | 0.36% | - |
| HSV(B) | 358.03º | 0.5% | 0.48% | - |
| XYZ | 10.82 | 8.03 | 5.83 | - |
| YUV | 80.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 62 | 64 | 0 | 0.50 | 0.48 | 0.52 | 358.03 | 0.33 | 0.36 |
| Hex | 7B | 3E | 40 | 0 | 32 | 30 | 34 | 166 | 21 | 24 |
| Octal | 173 | 76 | 100 | 0 | 62 | 60 | 64 | 546 | 41 | 44 |
| Binary | 1111011 | 111110 | 1000000 | 0 | 110010 | 110000 | 110100 | 101100110 | 100001 | 100100 |
Color Harmonies of #7B3E40
Complementary color
Monochromatic Colors of #7B3E40
Black with #7B3E40
Text Example
Text Example
White with #7B3E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3E40; }
p { color: rgb(123,62,64); }
H1.HeaderClassName
{
color: #7B3E40;
}
.AnyTagClassName
{
color: #7B3E40;
}
</style>
background-color css
<style>
a { background-color: #7B3E40; }
a { background-color: rgb(123,62,64); }
div.DivClassName
{
background-color: #7B3E40;
}
.BgClassName
{
background-color: #7B3E40;
}
</style>
border-color css
<style>
span { border-color: #7B3E40; }
span { border-color: rgb(123,62,64); }
td.TdClassName
{
border-color: #7B3E40;
}
.TagClassName
{
border-color: #7B3E40;
}
</style>