Shades of Tosca #763E46
Tints of Tosca #763E46
RGB
CMYK
RGB Variations
Color information
#763E46 (or 0x763E46) is known color: Tosca. HEX triplet: 76, 3E and 46. RGB value is (118,62,70). Sum of RGB (Red+Green+Blue) = 118+62+70=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #763E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E46 is #89C1B9. Grayscale: #4F4F4F. Windows color (decimal): -9028026 or 4603510. OLE color: 4603510.
HSL color Cylindrical-coordinate representation of color #763E46: hue angle of 351.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E46 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 70 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.54 |
| HSL | 351.43º | 0.31% | 0.35% | - |
| HSV(B) | 351.43º | 0.47% | 0.46% | - |
| XYZ | 10.3 | 7.74 | 6.75 | - |
| YUV | 79.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 70 | 0 | 0.47 | 0.41 | 0.54 | 351.43 | 0.31 | 0.35 |
| Hex | 76 | 3E | 46 | 0 | 2F | 29 | 36 | 15F | 1F | 23 |
| Octal | 166 | 76 | 106 | 0 | 57 | 51 | 66 | 537 | 37 | 43 |
| Binary | 1110110 | 111110 | 1000110 | 0 | 101111 | 101001 | 110110 | 101011111 | 11111 | 100011 |
Color Harmonies of #763E46
Complementary color
Monochromatic Colors of #763E46
Black with #763E46
Text Example
Text Example
White with #763E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E46; }
p { color: rgb(118,62,70); }
H1.HeaderClassName
{
color: #763E46;
}
.AnyTagClassName
{
color: #763E46;
}
</style>
background-color css
<style>
a { background-color: #763E46; }
a { background-color: rgb(118,62,70); }
div.DivClassName
{
background-color: #763E46;
}
.BgClassName
{
background-color: #763E46;
}
</style>
border-color css
<style>
span { border-color: #763E46; }
span { border-color: rgb(118,62,70); }
td.TdClassName
{
border-color: #763E46;
}
.TagClassName
{
border-color: #763E46;
}
</style>