Shades of Tosca #74494D
Tints of Tosca #74494D
RGB
CMYK
RGB Variations
Color information
#74494D (or 0x74494D) is known color: Tosca. HEX triplet: 74, 49 and 4D. RGB value is (116,73,77). Sum of RGB (Red+Green+Blue) = 116+73+77=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74494D is #8BB6B2. Grayscale: #565656. Windows color (decimal): -9156275 or 5065076. OLE color: 5065076.
HSL color Cylindrical-coordinate representation of color #74494D: hue angle of 354.42º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74494D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 77 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.55 |
| HSL | 354.42º | 0.23% | 0.37% | - |
| HSV(B) | 354.42º | 0.37% | 0.45% | - |
| XYZ | 10.92 | 9.01 | 8.19 | - |
| YUV | 86.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 77 | 0 | 0.37 | 0.34 | 0.55 | 354.42 | 0.23 | 0.37 |
| Hex | 74 | 49 | 4D | 0 | 25 | 22 | 37 | 162 | 17 | 25 |
| Octal | 164 | 111 | 115 | 0 | 45 | 42 | 67 | 542 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1001101 | 0 | 100101 | 100010 | 110111 | 101100010 | 10111 | 100101 |
Color Harmonies of #74494D
Complementary color
Monochromatic Colors of #74494D
Black with #74494D
Text Example
Text Example
White with #74494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74494D; }
p { color: rgb(116,73,77); }
H1.HeaderClassName
{
color: #74494D;
}
.AnyTagClassName
{
color: #74494D;
}
</style>
background-color css
<style>
a { background-color: #74494D; }
a { background-color: rgb(116,73,77); }
div.DivClassName
{
background-color: #74494D;
}
.BgClassName
{
background-color: #74494D;
}
</style>
border-color css
<style>
span { border-color: #74494D; }
span { border-color: rgb(116,73,77); }
td.TdClassName
{
border-color: #74494D;
}
.TagClassName
{
border-color: #74494D;
}
</style>