Shades of Tosca #763A3F
Tints of Tosca #763A3F
RGB
CMYK
RGB Variations
Color information
#763A3F (or 0x763A3F) is known color: Tosca. HEX triplet: 76, 3A and 3F. RGB value is (118,58,63). Sum of RGB (Red+Green+Blue) = 118+58+63=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A3F is #89C5C0. Grayscale: #4C4C4C. Windows color (decimal): -9029057 or 4143734. OLE color: 4143734.
HSL color Cylindrical-coordinate representation of color #763A3F: hue angle of 355º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A3F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 63 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.54 |
| HSL | 355º | 0.34% | 0.35% | - |
| HSV(B) | 355º | 0.51% | 0.46% | - |
| XYZ | 9.88 | 7.24 | 5.58 | - |
| YUV | 76.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 63 | 0 | 0.51 | 0.47 | 0.54 | 355 | 0.34 | 0.35 |
| Hex | 76 | 3A | 3F | 0 | 33 | 2F | 36 | 163 | 22 | 23 |
| Octal | 166 | 72 | 77 | 0 | 63 | 57 | 66 | 543 | 42 | 43 |
| Binary | 1110110 | 111010 | 111111 | 0 | 110011 | 101111 | 110110 | 101100011 | 100010 | 100011 |
Color Harmonies of #763A3F
Complementary color
Monochromatic Colors of #763A3F
Black with #763A3F
Text Example
Text Example
White with #763A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A3F; }
p { color: rgb(118,58,63); }
H1.HeaderClassName
{
color: #763A3F;
}
.AnyTagClassName
{
color: #763A3F;
}
</style>
background-color css
<style>
a { background-color: #763A3F; }
a { background-color: rgb(118,58,63); }
div.DivClassName
{
background-color: #763A3F;
}
.BgClassName
{
background-color: #763A3F;
}
</style>
border-color css
<style>
span { border-color: #763A3F; }
span { border-color: rgb(118,58,63); }
td.TdClassName
{
border-color: #763A3F;
}
.TagClassName
{
border-color: #763A3F;
}
</style>