Shades of Tosca #764344
Tints of Tosca #764344
RGB
CMYK
RGB Variations
Color information
#764344 (or 0x764344) is known color: Tosca. HEX triplet: 76, 43 and 44. RGB value is (118,67,68). Sum of RGB (Red+Green+Blue) = 118+67+68=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764344 is #89BCBB. Grayscale: #525252. Windows color (decimal): -9026748 or 4473718. OLE color: 4473718.
HSL color Cylindrical-coordinate representation of color #764344: hue angle of 358.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764344 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 68 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.54 |
| HSL | 358.82º | 0.28% | 0.36% | - |
| HSV(B) | 358.82º | 0.43% | 0.46% | - |
| XYZ | 10.52 | 8.28 | 6.51 | - |
| YUV | 82.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 68 | 0 | 0.43 | 0.42 | 0.54 | 358.82 | 0.28 | 0.36 |
| Hex | 76 | 43 | 44 | 0 | 2B | 2A | 36 | 167 | 1C | 24 |
| Octal | 166 | 103 | 104 | 0 | 53 | 52 | 66 | 547 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1000100 | 0 | 101011 | 101010 | 110110 | 101100111 | 11100 | 100100 |
Color Harmonies of #764344
Complementary color
Monochromatic Colors of #764344
Black with #764344
Text Example
Text Example
White with #764344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764344; }
p { color: rgb(118,67,68); }
H1.HeaderClassName
{
color: #764344;
}
.AnyTagClassName
{
color: #764344;
}
</style>
background-color css
<style>
a { background-color: #764344; }
a { background-color: rgb(118,67,68); }
div.DivClassName
{
background-color: #764344;
}
.BgClassName
{
background-color: #764344;
}
</style>
border-color css
<style>
span { border-color: #764344; }
span { border-color: rgb(118,67,68); }
td.TdClassName
{
border-color: #764344;
}
.TagClassName
{
border-color: #764344;
}
</style>