Shades of Tosca #763B3D
Tints of Tosca #763B3D
RGB
CMYK
RGB Variations
Color information
#763B3D (or 0x763B3D) is known color: Tosca. HEX triplet: 76, 3B and 3D. RGB value is (118,59,61). Sum of RGB (Red+Green+Blue) = 118+59+61=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B3D is #89C4C2. Grayscale: #4C4C4C. Windows color (decimal): -9028803 or 4012918. OLE color: 4012918.
HSL color Cylindrical-coordinate representation of color #763B3D: hue angle of 357.97º 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 #763B3D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 61 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.54 |
| HSL | 357.97º | 0.33% | 0.35% | - |
| HSV(B) | 357.97º | 0.5% | 0.46% | - |
| XYZ | 9.88 | 7.32 | 5.31 | - |
| YUV | 76.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 61 | 0 | 0.50 | 0.48 | 0.54 | 357.97 | 0.33 | 0.35 |
| Hex | 76 | 3B | 3D | 0 | 32 | 30 | 36 | 166 | 21 | 23 |
| Octal | 166 | 73 | 75 | 0 | 62 | 60 | 66 | 546 | 41 | 43 |
| Binary | 1110110 | 111011 | 111101 | 0 | 110010 | 110000 | 110110 | 101100110 | 100001 | 100011 |
Color Harmonies of #763B3D
Complementary color
Monochromatic Colors of #763B3D
Black with #763B3D
Text Example
Text Example
White with #763B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B3D; }
p { color: rgb(118,59,61); }
H1.HeaderClassName
{
color: #763B3D;
}
.AnyTagClassName
{
color: #763B3D;
}
</style>
background-color css
<style>
a { background-color: #763B3D; }
a { background-color: rgb(118,59,61); }
div.DivClassName
{
background-color: #763B3D;
}
.BgClassName
{
background-color: #763B3D;
}
</style>
border-color css
<style>
span { border-color: #763B3D; }
span { border-color: rgb(118,59,61); }
td.TdClassName
{
border-color: #763B3D;
}
.TagClassName
{
border-color: #763B3D;
}
</style>