Shades of Tosca #764145
Tints of Tosca #764145
RGB
CMYK
RGB Variations
Color information
#764145 (or 0x764145) is known color: Tosca. HEX triplet: 76, 41 and 45. RGB value is (118,65,69). Sum of RGB (Red+Green+Blue) = 118+65+69=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764145 is #89BEBA. Grayscale: #515151. Windows color (decimal): -9027259 or 4538742. OLE color: 4538742.
HSL color Cylindrical-coordinate representation of color #764145: hue angle of 355.47º 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 #764145 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 69 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.54 |
| HSL | 355.47º | 0.29% | 0.36% | - |
| HSV(B) | 355.47º | 0.45% | 0.46% | - |
| XYZ | 10.44 | 8.06 | 6.64 | - |
| YUV | 81.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 69 | 0 | 0.45 | 0.42 | 0.54 | 355.47 | 0.29 | 0.36 |
| Hex | 76 | 41 | 45 | 0 | 2D | 2A | 36 | 163 | 1D | 24 |
| Octal | 166 | 101 | 105 | 0 | 55 | 52 | 66 | 543 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1000101 | 0 | 101101 | 101010 | 110110 | 101100011 | 11101 | 100100 |
Color Harmonies of #764145
Complementary color
Monochromatic Colors of #764145
Black with #764145
Text Example
Text Example
White with #764145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764145; }
p { color: rgb(118,65,69); }
H1.HeaderClassName
{
color: #764145;
}
.AnyTagClassName
{
color: #764145;
}
</style>
background-color css
<style>
a { background-color: #764145; }
a { background-color: rgb(118,65,69); }
div.DivClassName
{
background-color: #764145;
}
.BgClassName
{
background-color: #764145;
}
</style>
border-color css
<style>
span { border-color: #764145; }
span { border-color: rgb(118,65,69); }
td.TdClassName
{
border-color: #764145;
}
.TagClassName
{
border-color: #764145;
}
</style>