Shades of Tosca #74474F
Tints of Tosca #74474F
RGB
CMYK
RGB Variations
Color information
#74474F (or 0x74474F) is known color: Tosca. HEX triplet: 74, 47 and 4F. RGB value is (116,71,79). Sum of RGB (Red+Green+Blue) = 116+71+79=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74474F is #8BB8B0. Grayscale: #555555. Windows color (decimal): -9156785 or 5195636. OLE color: 5195636.
HSL color Cylindrical-coordinate representation of color #74474F: hue angle of 349.33º 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 #74474F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 79 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.55 |
| HSL | 349.33º | 0.24% | 0.37% | - |
| HSV(B) | 349.33º | 0.39% | 0.45% | - |
| XYZ | 10.87 | 8.78 | 8.52 | - |
| YUV | 85.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 79 | 0 | 0.39 | 0.32 | 0.55 | 349.33 | 0.24 | 0.37 |
| Hex | 74 | 47 | 4F | 0 | 27 | 20 | 37 | 15D | 18 | 25 |
| Octal | 164 | 107 | 117 | 0 | 47 | 40 | 67 | 535 | 30 | 45 |
| Binary | 1110100 | 1000111 | 1001111 | 0 | 100111 | 100000 | 110111 | 101011101 | 11000 | 100101 |
Color Harmonies of #74474F
Complementary color
Monochromatic Colors of #74474F
Black with #74474F
Text Example
Text Example
White with #74474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74474F; }
p { color: rgb(116,71,79); }
H1.HeaderClassName
{
color: #74474F;
}
.AnyTagClassName
{
color: #74474F;
}
</style>
background-color css
<style>
a { background-color: #74474F; }
a { background-color: rgb(116,71,79); }
div.DivClassName
{
background-color: #74474F;
}
.BgClassName
{
background-color: #74474F;
}
</style>
border-color css
<style>
span { border-color: #74474F; }
span { border-color: rgb(116,71,79); }
td.TdClassName
{
border-color: #74474F;
}
.TagClassName
{
border-color: #74474F;
}
</style>