Shades of Tosca #77474D
Tints of Tosca #77474D
RGB
CMYK
RGB Variations
Color information
#77474D (or 0x77474D) is known color: Tosca. HEX triplet: 77, 47 and 4D. RGB value is (119,71,77). Sum of RGB (Red+Green+Blue) = 119+71+77=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77474D is #88B8B2. Grayscale: #565656. Windows color (decimal): -8960179 or 5064567. OLE color: 5064567.
HSL color Cylindrical-coordinate representation of color #77474D: hue angle of 352.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77474D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 77 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.53 |
| HSL | 352.5º | 0.25% | 0.37% | - |
| HSV(B) | 352.5º | 0.4% | 0.47% | - |
| XYZ | 11.2 | 8.96 | 8.16 | - |
| YUV | 86.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 77 | 0 | 0.40 | 0.35 | 0.53 | 352.5 | 0.25 | 0.37 |
| Hex | 77 | 47 | 4D | 0 | 28 | 23 | 35 | 160 | 19 | 25 |
| Octal | 167 | 107 | 115 | 0 | 50 | 43 | 65 | 540 | 31 | 45 |
| Binary | 1110111 | 1000111 | 1001101 | 0 | 101000 | 100011 | 110101 | 101100000 | 11001 | 100101 |
Color Harmonies of #77474D
Complementary color
Monochromatic Colors of #77474D
Black with #77474D
Text Example
Text Example
White with #77474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77474D; }
p { color: rgb(119,71,77); }
H1.HeaderClassName
{
color: #77474D;
}
.AnyTagClassName
{
color: #77474D;
}
</style>
background-color css
<style>
a { background-color: #77474D; }
a { background-color: rgb(119,71,77); }
div.DivClassName
{
background-color: #77474D;
}
.BgClassName
{
background-color: #77474D;
}
</style>
border-color css
<style>
span { border-color: #77474D; }
span { border-color: rgb(119,71,77); }
td.TdClassName
{
border-color: #77474D;
}
.TagClassName
{
border-color: #77474D;
}
</style>