Shades of Tosca #74494E
Tints of Tosca #74494E
RGB
CMYK
RGB Variations
Color information
#74494E (or 0x74494E) is known color: Tosca. HEX triplet: 74, 49 and 4E. RGB value is (116,73,78). Sum of RGB (Red+Green+Blue) = 116+73+78=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #74494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74494E is #8BB6B1. Grayscale: #565656. Windows color (decimal): -9156274 or 5130612. OLE color: 5130612.
HSL color Cylindrical-coordinate representation of color #74494E: hue angle of 353.02º 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 #74494E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 78 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.55 |
| HSL | 353.02º | 0.23% | 0.37% | - |
| HSV(B) | 353.02º | 0.37% | 0.45% | - |
| XYZ | 10.96 | 9.03 | 8.37 | - |
| YUV | 86.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 78 | 0 | 0.37 | 0.33 | 0.55 | 353.02 | 0.23 | 0.37 |
| Hex | 74 | 49 | 4E | 0 | 25 | 21 | 37 | 161 | 17 | 25 |
| Octal | 164 | 111 | 116 | 0 | 45 | 41 | 67 | 541 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1001110 | 0 | 100101 | 100001 | 110111 | 101100001 | 10111 | 100101 |
Color Harmonies of #74494E
Complementary color
Monochromatic Colors of #74494E
Black with #74494E
Text Example
Text Example
White with #74494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74494E; }
p { color: rgb(116,73,78); }
H1.HeaderClassName
{
color: #74494E;
}
.AnyTagClassName
{
color: #74494E;
}
</style>
background-color css
<style>
a { background-color: #74494E; }
a { background-color: rgb(116,73,78); }
div.DivClassName
{
background-color: #74494E;
}
.BgClassName
{
background-color: #74494E;
}
</style>
border-color css
<style>
span { border-color: #74494E; }
span { border-color: rgb(116,73,78); }
td.TdClassName
{
border-color: #74494E;
}
.TagClassName
{
border-color: #74494E;
}
</style>