Shades of Tosca #763D44
Tints of Tosca #763D44
RGB
CMYK
RGB Variations
Color information
#763D44 (or 0x763D44) is known color: Tosca. HEX triplet: 76, 3D and 44. RGB value is (118,61,68). Sum of RGB (Red+Green+Blue) = 118+61+68=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #763D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D44 is #89C2BB. Grayscale: #4E4E4E. Windows color (decimal): -9028284 or 4472182. OLE color: 4472182.
HSL color Cylindrical-coordinate representation of color #763D44: hue angle of 352.63º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D44 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 68 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.54 |
| HSL | 352.63º | 0.32% | 0.35% | - |
| HSV(B) | 352.63º | 0.48% | 0.46% | - |
| XYZ | 10.18 | 7.61 | 6.4 | - |
| YUV | 78.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 68 | 0 | 0.48 | 0.42 | 0.54 | 352.63 | 0.32 | 0.35 |
| Hex | 76 | 3D | 44 | 0 | 30 | 2A | 36 | 161 | 20 | 23 |
| Octal | 166 | 75 | 104 | 0 | 60 | 52 | 66 | 541 | 40 | 43 |
| Binary | 1110110 | 111101 | 1000100 | 0 | 110000 | 101010 | 110110 | 101100001 | 100000 | 100011 |
Color Harmonies of #763D44
Complementary color
Monochromatic Colors of #763D44
Black with #763D44
Text Example
Text Example
White with #763D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D44; }
p { color: rgb(118,61,68); }
H1.HeaderClassName
{
color: #763D44;
}
.AnyTagClassName
{
color: #763D44;
}
</style>
background-color css
<style>
a { background-color: #763D44; }
a { background-color: rgb(118,61,68); }
div.DivClassName
{
background-color: #763D44;
}
.BgClassName
{
background-color: #763D44;
}
</style>
border-color css
<style>
span { border-color: #763D44; }
span { border-color: rgb(118,61,68); }
td.TdClassName
{
border-color: #763D44;
}
.TagClassName
{
border-color: #763D44;
}
</style>