Shades of Tosca #764146
Tints of Tosca #764146
RGB
CMYK
RGB Variations
Color information
#764146 (or 0x764146) is known color: Tosca. HEX triplet: 76, 41 and 46. RGB value is (118,65,70). Sum of RGB (Red+Green+Blue) = 118+65+70=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764146 is #89BEB9. Grayscale: #515151. Windows color (decimal): -9027258 or 4604278. OLE color: 4604278.
HSL color Cylindrical-coordinate representation of color #764146: hue angle of 354.34º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764146 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 70 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.54 |
| HSL | 354.34º | 0.29% | 0.36% | - |
| HSV(B) | 354.34º | 0.45% | 0.46% | - |
| XYZ | 10.47 | 8.07 | 6.8 | - |
| YUV | 81.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 70 | 0 | 0.45 | 0.41 | 0.54 | 354.34 | 0.29 | 0.36 |
| Hex | 76 | 41 | 46 | 0 | 2D | 29 | 36 | 162 | 1D | 24 |
| Octal | 166 | 101 | 106 | 0 | 55 | 51 | 66 | 542 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1000110 | 0 | 101101 | 101001 | 110110 | 101100010 | 11101 | 100100 |
Color Harmonies of #764146
Complementary color
Monochromatic Colors of #764146
Black with #764146
Text Example
Text Example
White with #764146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764146; }
p { color: rgb(118,65,70); }
H1.HeaderClassName
{
color: #764146;
}
.AnyTagClassName
{
color: #764146;
}
</style>
background-color css
<style>
a { background-color: #764146; }
a { background-color: rgb(118,65,70); }
div.DivClassName
{
background-color: #764146;
}
.BgClassName
{
background-color: #764146;
}
</style>
border-color css
<style>
span { border-color: #764146; }
span { border-color: rgb(118,65,70); }
td.TdClassName
{
border-color: #764146;
}
.TagClassName
{
border-color: #764146;
}
</style>