Shades of Tosca #763B43
Tints of Tosca #763B43
RGB
CMYK
RGB Variations
Color information
#763B43 (or 0x763B43) is known color: Tosca. HEX triplet: 76, 3B and 43. RGB value is (118,59,67). Sum of RGB (Red+Green+Blue) = 118+59+67=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #763B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B43 is #89C4BC. Grayscale: #4D4D4D. Windows color (decimal): -9028797 or 4406134. OLE color: 4406134.
HSL color Cylindrical-coordinate representation of color #763B43: hue angle of 351.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B43 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 67 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.54 |
| HSL | 351.86º | 0.33% | 0.35% | - |
| HSV(B) | 351.86º | 0.5% | 0.46% | - |
| XYZ | 10.05 | 7.38 | 6.21 | - |
| YUV | 77.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 67 | 0 | 0.50 | 0.43 | 0.54 | 351.86 | 0.33 | 0.35 |
| Hex | 76 | 3B | 43 | 0 | 32 | 2B | 36 | 160 | 21 | 23 |
| Octal | 166 | 73 | 103 | 0 | 62 | 53 | 66 | 540 | 41 | 43 |
| Binary | 1110110 | 111011 | 1000011 | 0 | 110010 | 101011 | 110110 | 101100000 | 100001 | 100011 |
Color Harmonies of #763B43
Complementary color
Monochromatic Colors of #763B43
Black with #763B43
Text Example
Text Example
White with #763B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B43; }
p { color: rgb(118,59,67); }
H1.HeaderClassName
{
color: #763B43;
}
.AnyTagClassName
{
color: #763B43;
}
</style>
background-color css
<style>
a { background-color: #763B43; }
a { background-color: rgb(118,59,67); }
div.DivClassName
{
background-color: #763B43;
}
.BgClassName
{
background-color: #763B43;
}
</style>
border-color css
<style>
span { border-color: #763B43; }
span { border-color: rgb(118,59,67); }
td.TdClassName
{
border-color: #763B43;
}
.TagClassName
{
border-color: #763B43;
}
</style>