Shades of Tosca #75494D
Tints of Tosca #75494D
RGB
CMYK
RGB Variations
Color information
#75494D (or 0x75494D) is known color: Tosca. HEX triplet: 75, 49 and 4D. RGB value is (117,73,77). Sum of RGB (Red+Green+Blue) = 117+73+77=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75494D is #8AB6B2. Grayscale: #565656. Windows color (decimal): -9090739 or 5065077. OLE color: 5065077.
HSL color Cylindrical-coordinate representation of color #75494D: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75494D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 77 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.54 |
| HSL | 354.55º | 0.23% | 0.37% | - |
| HSV(B) | 354.55º | 0.38% | 0.46% | - |
| XYZ | 11.06 | 9.08 | 8.19 | - |
| YUV | 86.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 77 | 0 | 0.38 | 0.34 | 0.54 | 354.55 | 0.23 | 0.37 |
| Hex | 75 | 49 | 4D | 0 | 26 | 22 | 36 | 163 | 17 | 25 |
| Octal | 165 | 111 | 115 | 0 | 46 | 42 | 66 | 543 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1001101 | 0 | 100110 | 100010 | 110110 | 101100011 | 10111 | 100101 |
Color Harmonies of #75494D
Complementary color
Monochromatic Colors of #75494D
Black with #75494D
Text Example
Text Example
White with #75494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75494D; }
p { color: rgb(117,73,77); }
H1.HeaderClassName
{
color: #75494D;
}
.AnyTagClassName
{
color: #75494D;
}
</style>
background-color css
<style>
a { background-color: #75494D; }
a { background-color: rgb(117,73,77); }
div.DivClassName
{
background-color: #75494D;
}
.BgClassName
{
background-color: #75494D;
}
</style>
border-color css
<style>
span { border-color: #75494D; }
span { border-color: rgb(117,73,77); }
td.TdClassName
{
border-color: #75494D;
}
.TagClassName
{
border-color: #75494D;
}
</style>