Shades of Tosca #764147
Tints of Tosca #764147
RGB
CMYK
RGB Variations
Color information
#764147 (or 0x764147) is known color: Tosca. HEX triplet: 76, 41 and 47. RGB value is (118,65,71). Sum of RGB (Red+Green+Blue) = 118+65+71=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764147 is #89BEB8. Grayscale: #515151. Windows color (decimal): -9027257 or 4669814. OLE color: 4669814.
HSL color Cylindrical-coordinate representation of color #764147: hue angle of 353.21º 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 #764147 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 71 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.54 |
| HSL | 353.21º | 0.29% | 0.36% | - |
| HSV(B) | 353.21º | 0.45% | 0.46% | - |
| XYZ | 10.5 | 8.09 | 6.97 | - |
| YUV | 81.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 71 | 0 | 0.45 | 0.40 | 0.54 | 353.21 | 0.29 | 0.36 |
| Hex | 76 | 41 | 47 | 0 | 2D | 28 | 36 | 161 | 1D | 24 |
| Octal | 166 | 101 | 107 | 0 | 55 | 50 | 66 | 541 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1000111 | 0 | 101101 | 101000 | 110110 | 101100001 | 11101 | 100100 |
Color Harmonies of #764147
Complementary color
Monochromatic Colors of #764147
Black with #764147
Text Example
Text Example
White with #764147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764147; }
p { color: rgb(118,65,71); }
H1.HeaderClassName
{
color: #764147;
}
.AnyTagClassName
{
color: #764147;
}
</style>
background-color css
<style>
a { background-color: #764147; }
a { background-color: rgb(118,65,71); }
div.DivClassName
{
background-color: #764147;
}
.BgClassName
{
background-color: #764147;
}
</style>
border-color css
<style>
span { border-color: #764147; }
span { border-color: rgb(118,65,71); }
td.TdClassName
{
border-color: #764147;
}
.TagClassName
{
border-color: #764147;
}
</style>