Shades of Tosca #77474A
Tints of Tosca #77474A
RGB
CMYK
RGB Variations
Color information
#77474A (or 0x77474A) is known color: Tosca. HEX triplet: 77, 47 and 4A. RGB value is (119,71,74). Sum of RGB (Red+Green+Blue) = 119+71+74=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77474A is #88B8B5. Grayscale: #555555. Windows color (decimal): -8960182 or 4867959. OLE color: 4867959.
HSL color Cylindrical-coordinate representation of color #77474A: hue angle of 356.25º 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 #77474A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 74 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.53 |
| HSL | 356.25º | 0.25% | 0.37% | - |
| HSV(B) | 356.25º | 0.4% | 0.47% | - |
| XYZ | 11.1 | 8.92 | 7.62 | - |
| YUV | 85.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 74 | 0 | 0.40 | 0.38 | 0.53 | 356.25 | 0.25 | 0.37 |
| Hex | 77 | 47 | 4A | 0 | 28 | 26 | 35 | 164 | 19 | 25 |
| Octal | 167 | 107 | 112 | 0 | 50 | 46 | 65 | 544 | 31 | 45 |
| Binary | 1110111 | 1000111 | 1001010 | 0 | 101000 | 100110 | 110101 | 101100100 | 11001 | 100101 |
Color Harmonies of #77474A
Complementary color
Monochromatic Colors of #77474A
Black with #77474A
Text Example
Text Example
White with #77474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77474A; }
p { color: rgb(119,71,74); }
H1.HeaderClassName
{
color: #77474A;
}
.AnyTagClassName
{
color: #77474A;
}
</style>
background-color css
<style>
a { background-color: #77474A; }
a { background-color: rgb(119,71,74); }
div.DivClassName
{
background-color: #77474A;
}
.BgClassName
{
background-color: #77474A;
}
</style>
border-color css
<style>
span { border-color: #77474A; }
span { border-color: rgb(119,71,74); }
td.TdClassName
{
border-color: #77474A;
}
.TagClassName
{
border-color: #77474A;
}
</style>