Shades of Tosca #74494A
Tints of Tosca #74494A
RGB
CMYK
RGB Variations
Color information
#74494A (or 0x74494A) is known color: Tosca. HEX triplet: 74, 49 and 4A. RGB value is (116,73,74). Sum of RGB (Red+Green+Blue) = 116+73+74=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74494A is #8BB6B5. Grayscale: #565656. Windows color (decimal): -9156278 or 4868468. OLE color: 4868468.
HSL color Cylindrical-coordinate representation of color #74494A: hue angle of 358.6º 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 #74494A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 74 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.55 |
| HSL | 358.6º | 0.23% | 0.37% | - |
| HSV(B) | 358.6º | 0.37% | 0.45% | - |
| XYZ | 10.82 | 8.97 | 7.64 | - |
| YUV | 85.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 74 | 0 | 0.37 | 0.36 | 0.55 | 358.6 | 0.23 | 0.37 |
| Hex | 74 | 49 | 4A | 0 | 25 | 24 | 37 | 167 | 17 | 25 |
| Octal | 164 | 111 | 112 | 0 | 45 | 44 | 67 | 547 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1001010 | 0 | 100101 | 100100 | 110111 | 101100111 | 10111 | 100101 |
Color Harmonies of #74494A
Complementary color
Monochromatic Colors of #74494A
Black with #74494A
Text Example
Text Example
White with #74494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74494A; }
p { color: rgb(116,73,74); }
H1.HeaderClassName
{
color: #74494A;
}
.AnyTagClassName
{
color: #74494A;
}
</style>
background-color css
<style>
a { background-color: #74494A; }
a { background-color: rgb(116,73,74); }
div.DivClassName
{
background-color: #74494A;
}
.BgClassName
{
background-color: #74494A;
}
</style>
border-color css
<style>
span { border-color: #74494A; }
span { border-color: rgb(116,73,74); }
td.TdClassName
{
border-color: #74494A;
}
.TagClassName
{
border-color: #74494A;
}
</style>