Shades of Tosca #74464D
Tints of Tosca #74464D
RGB
CMYK
RGB Variations
Color information
#74464D (or 0x74464D) is known color: Tosca. HEX triplet: 74, 46 and 4D. RGB value is (116,70,77). Sum of RGB (Red+Green+Blue) = 116+70+77=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74464D is #8BB9B2. Grayscale: #545454. Windows color (decimal): -9157043 or 5064308. OLE color: 5064308.
HSL color Cylindrical-coordinate representation of color #74464D: hue angle of 350.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74464D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 77 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.55 |
| HSL | 350.87º | 0.25% | 0.36% | - |
| HSV(B) | 350.87º | 0.4% | 0.45% | - |
| XYZ | 10.73 | 8.63 | 8.12 | - |
| YUV | 84.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 77 | 0 | 0.40 | 0.34 | 0.55 | 350.87 | 0.25 | 0.36 |
| Hex | 74 | 46 | 4D | 0 | 28 | 22 | 37 | 15F | 19 | 24 |
| Octal | 164 | 106 | 115 | 0 | 50 | 42 | 67 | 537 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1001101 | 0 | 101000 | 100010 | 110111 | 101011111 | 11001 | 100100 |
Color Harmonies of #74464D
Complementary color
Monochromatic Colors of #74464D
Black with #74464D
Text Example
Text Example
White with #74464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74464D; }
p { color: rgb(116,70,77); }
H1.HeaderClassName
{
color: #74464D;
}
.AnyTagClassName
{
color: #74464D;
}
</style>
background-color css
<style>
a { background-color: #74464D; }
a { background-color: rgb(116,70,77); }
div.DivClassName
{
background-color: #74464D;
}
.BgClassName
{
background-color: #74464D;
}
</style>
border-color css
<style>
span { border-color: #74464D; }
span { border-color: rgb(116,70,77); }
td.TdClassName
{
border-color: #74464D;
}
.TagClassName
{
border-color: #74464D;
}
</style>