Shades of Tosca #74484E
Tints of Tosca #74484E
RGB
CMYK
RGB Variations
Color information
#74484E (or 0x74484E) is known color: Tosca. HEX triplet: 74, 48 and 4E. RGB value is (116,72,78). Sum of RGB (Red+Green+Blue) = 116+72+78=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74484E is #8BB7B1. Grayscale: #555555. Windows color (decimal): -9156530 or 5130356. OLE color: 5130356.
HSL color Cylindrical-coordinate representation of color #74484E: hue angle of 351.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74484E is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 78 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.55 |
| HSL | 351.82º | 0.23% | 0.37% | - |
| HSV(B) | 351.82º | 0.38% | 0.45% | - |
| XYZ | 10.89 | 8.9 | 8.35 | - |
| YUV | 85.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 78 | 0 | 0.38 | 0.33 | 0.55 | 351.82 | 0.23 | 0.37 |
| Hex | 74 | 48 | 4E | 0 | 26 | 21 | 37 | 160 | 17 | 25 |
| Octal | 164 | 110 | 116 | 0 | 46 | 41 | 67 | 540 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1001110 | 0 | 100110 | 100001 | 110111 | 101100000 | 10111 | 100101 |
Color Harmonies of #74484E
Complementary color
Monochromatic Colors of #74484E
Black with #74484E
Text Example
Text Example
White with #74484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74484E; }
p { color: rgb(116,72,78); }
H1.HeaderClassName
{
color: #74484E;
}
.AnyTagClassName
{
color: #74484E;
}
</style>
background-color css
<style>
a { background-color: #74484E; }
a { background-color: rgb(116,72,78); }
div.DivClassName
{
background-color: #74484E;
}
.BgClassName
{
background-color: #74484E;
}
</style>
border-color css
<style>
span { border-color: #74484E; }
span { border-color: rgb(116,72,78); }
td.TdClassName
{
border-color: #74484E;
}
.TagClassName
{
border-color: #74484E;
}
</style>