Shades of Tosca #77464B
Tints of Tosca #77464B
RGB
CMYK
RGB Variations
Color information
#77464B (or 0x77464B) is known color: Tosca. HEX triplet: 77, 46 and 4B. RGB value is (119,70,75). Sum of RGB (Red+Green+Blue) = 119+70+75=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77464B is #88B9B4. Grayscale: #555555. Windows color (decimal): -8960437 or 4933239. OLE color: 4933239.
HSL color Cylindrical-coordinate representation of color #77464B: hue angle of 353.88º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77464B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 75 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.53 |
| HSL | 353.88º | 0.26% | 0.37% | - |
| HSV(B) | 353.88º | 0.41% | 0.47% | - |
| XYZ | 11.07 | 8.81 | 7.77 | - |
| YUV | 85.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 75 | 0 | 0.41 | 0.37 | 0.53 | 353.88 | 0.26 | 0.37 |
| Hex | 77 | 46 | 4B | 0 | 29 | 25 | 35 | 162 | 1A | 25 |
| Octal | 167 | 106 | 113 | 0 | 51 | 45 | 65 | 542 | 32 | 45 |
| Binary | 1110111 | 1000110 | 1001011 | 0 | 101001 | 100101 | 110101 | 101100010 | 11010 | 100101 |
Color Harmonies of #77464B
Complementary color
Monochromatic Colors of #77464B
Black with #77464B
Text Example
Text Example
White with #77464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77464B; }
p { color: rgb(119,70,75); }
H1.HeaderClassName
{
color: #77464B;
}
.AnyTagClassName
{
color: #77464B;
}
</style>
background-color css
<style>
a { background-color: #77464B; }
a { background-color: rgb(119,70,75); }
div.DivClassName
{
background-color: #77464B;
}
.BgClassName
{
background-color: #77464B;
}
</style>
border-color css
<style>
span { border-color: #77464B; }
span { border-color: rgb(119,70,75); }
td.TdClassName
{
border-color: #77464B;
}
.TagClassName
{
border-color: #77464B;
}
</style>