Shades of Tosca #763E41
Tints of Tosca #763E41
RGB
CMYK
RGB Variations
Color information
#763E41 (or 0x763E41) is known color: Tosca. HEX triplet: 76, 3E and 41. RGB value is (118,62,65). Sum of RGB (Red+Green+Blue) = 118+62+65=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E41 is #89C1BE. Grayscale: #4F4F4F. Windows color (decimal): -9028031 or 4275830. OLE color: 4275830.
HSL color Cylindrical-coordinate representation of color #763E41: hue angle of 356.79º 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 #763E41 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 65 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.54 |
| HSL | 356.79º | 0.31% | 0.35% | - |
| HSV(B) | 356.79º | 0.47% | 0.46% | - |
| XYZ | 10.15 | 7.68 | 5.95 | - |
| YUV | 79.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 65 | 0 | 0.47 | 0.45 | 0.54 | 356.79 | 0.31 | 0.35 |
| Hex | 76 | 3E | 41 | 0 | 2F | 2D | 36 | 165 | 1F | 23 |
| Octal | 166 | 76 | 101 | 0 | 57 | 55 | 66 | 545 | 37 | 43 |
| Binary | 1110110 | 111110 | 1000001 | 0 | 101111 | 101101 | 110110 | 101100101 | 11111 | 100011 |
Color Harmonies of #763E41
Complementary color
Monochromatic Colors of #763E41
Black with #763E41
Text Example
Text Example
White with #763E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E41; }
p { color: rgb(118,62,65); }
H1.HeaderClassName
{
color: #763E41;
}
.AnyTagClassName
{
color: #763E41;
}
</style>
background-color css
<style>
a { background-color: #763E41; }
a { background-color: rgb(118,62,65); }
div.DivClassName
{
background-color: #763E41;
}
.BgClassName
{
background-color: #763E41;
}
</style>
border-color css
<style>
span { border-color: #763E41; }
span { border-color: rgb(118,62,65); }
td.TdClassName
{
border-color: #763E41;
}
.TagClassName
{
border-color: #763E41;
}
</style>