Shades of Tosca #74464B
Tints of Tosca #74464B
RGB
CMYK
RGB Variations
Color information
#74464B (or 0x74464B) is known color: Tosca. HEX triplet: 74, 46 and 4B. RGB value is (116,70,75). Sum of RGB (Red+Green+Blue) = 116+70+75=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74464B is #8BB9B4. Grayscale: #545454. Windows color (decimal): -9157045 or 4933236. OLE color: 4933236.
HSL color Cylindrical-coordinate representation of color #74464B: hue angle of 353.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74464B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 75 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.55 |
| HSL | 353.48º | 0.25% | 0.36% | - |
| HSV(B) | 353.48º | 0.4% | 0.45% | - |
| XYZ | 10.66 | 8.6 | 7.75 | - |
| YUV | 84.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 75 | 0 | 0.40 | 0.35 | 0.55 | 353.48 | 0.25 | 0.36 |
| Hex | 74 | 46 | 4B | 0 | 28 | 23 | 37 | 161 | 19 | 24 |
| Octal | 164 | 106 | 113 | 0 | 50 | 43 | 67 | 541 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1001011 | 0 | 101000 | 100011 | 110111 | 101100001 | 11001 | 100100 |
Color Harmonies of #74464B
Complementary color
Monochromatic Colors of #74464B
Black with #74464B
Text Example
Text Example
White with #74464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74464B; }
p { color: rgb(116,70,75); }
H1.HeaderClassName
{
color: #74464B;
}
.AnyTagClassName
{
color: #74464B;
}
</style>
background-color css
<style>
a { background-color: #74464B; }
a { background-color: rgb(116,70,75); }
div.DivClassName
{
background-color: #74464B;
}
.BgClassName
{
background-color: #74464B;
}
</style>
border-color css
<style>
span { border-color: #74464B; }
span { border-color: rgb(116,70,75); }
td.TdClassName
{
border-color: #74464B;
}
.TagClassName
{
border-color: #74464B;
}
</style>