Shades of Tosca #76464B
Tints of Tosca #76464B
RGB
CMYK
RGB Variations
Color information
#76464B (or 0x76464B) is known color: Tosca. HEX triplet: 76, 46 and 4B. RGB value is (118,70,75). Sum of RGB (Red+Green+Blue) = 118+70+75=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76464B is #89B9B4. Grayscale: #545454. Windows color (decimal): -9025973 or 4933238. OLE color: 4933238.
HSL color Cylindrical-coordinate representation of color #76464B: hue angle of 353.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76464B is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 75 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.54 |
| HSL | 353.75º | 0.26% | 0.37% | - |
| HSV(B) | 353.75º | 0.41% | 0.46% | - |
| XYZ | 10.93 | 8.74 | 7.77 | - |
| YUV | 84.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 75 | 0 | 0.41 | 0.36 | 0.54 | 353.75 | 0.26 | 0.37 |
| Hex | 76 | 46 | 4B | 0 | 29 | 24 | 36 | 162 | 1A | 25 |
| Octal | 166 | 106 | 113 | 0 | 51 | 44 | 66 | 542 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1001011 | 0 | 101001 | 100100 | 110110 | 101100010 | 11010 | 100101 |
Color Harmonies of #76464B
Complementary color
Monochromatic Colors of #76464B
Black with #76464B
Text Example
Text Example
White with #76464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76464B; }
p { color: rgb(118,70,75); }
H1.HeaderClassName
{
color: #76464B;
}
.AnyTagClassName
{
color: #76464B;
}
</style>
background-color css
<style>
a { background-color: #76464B; }
a { background-color: rgb(118,70,75); }
div.DivClassName
{
background-color: #76464B;
}
.BgClassName
{
background-color: #76464B;
}
</style>
border-color css
<style>
span { border-color: #76464B; }
span { border-color: rgb(118,70,75); }
td.TdClassName
{
border-color: #76464B;
}
.TagClassName
{
border-color: #76464B;
}
</style>