Shades of Tosca #74474D
Tints of Tosca #74474D
RGB
CMYK
RGB Variations
Color information
#74474D (or 0x74474D) is known color: Tosca. HEX triplet: 74, 47 and 4D. RGB value is (116,71,77). Sum of RGB (Red+Green+Blue) = 116+71+77=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74474D is #8BB8B2. Grayscale: #555555. Windows color (decimal): -9156787 or 5064564. OLE color: 5064564.
HSL color Cylindrical-coordinate representation of color #74474D: hue angle of 352º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74474D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 77 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.55 |
| HSL | 352º | 0.24% | 0.37% | - |
| HSV(B) | 352º | 0.39% | 0.45% | - |
| XYZ | 10.8 | 8.76 | 8.14 | - |
| YUV | 85.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 77 | 0 | 0.39 | 0.34 | 0.55 | 352 | 0.24 | 0.37 |
| Hex | 74 | 47 | 4D | 0 | 27 | 22 | 37 | 160 | 18 | 25 |
| Octal | 164 | 107 | 115 | 0 | 47 | 42 | 67 | 540 | 30 | 45 |
| Binary | 1110100 | 1000111 | 1001101 | 0 | 100111 | 100010 | 110111 | 101100000 | 11000 | 100101 |
Color Harmonies of #74474D
Complementary color
Monochromatic Colors of #74474D
Black with #74474D
Text Example
Text Example
White with #74474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74474D; }
p { color: rgb(116,71,77); }
H1.HeaderClassName
{
color: #74474D;
}
.AnyTagClassName
{
color: #74474D;
}
</style>
background-color css
<style>
a { background-color: #74474D; }
a { background-color: rgb(116,71,77); }
div.DivClassName
{
background-color: #74474D;
}
.BgClassName
{
background-color: #74474D;
}
</style>
border-color css
<style>
span { border-color: #74474D; }
span { border-color: rgb(116,71,77); }
td.TdClassName
{
border-color: #74474D;
}
.TagClassName
{
border-color: #74474D;
}
</style>