Shades of Tosca #75494C
Tints of Tosca #75494C
RGB
CMYK
RGB Variations
Color information
#75494C (or 0x75494C) is known color: Tosca. HEX triplet: 75, 49 and 4C. RGB value is (117,73,76). Sum of RGB (Red+Green+Blue) = 117+73+76=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75494C is #8AB6B3. Grayscale: #565656. Windows color (decimal): -9090740 or 4999541. OLE color: 4999541.
HSL color Cylindrical-coordinate representation of color #75494C: hue angle of 355.91º 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 #75494C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 76 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.54 |
| HSL | 355.91º | 0.23% | 0.37% | - |
| HSV(B) | 355.91º | 0.38% | 0.46% | - |
| XYZ | 11.02 | 9.07 | 8.01 | - |
| YUV | 86.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 76 | 0 | 0.38 | 0.35 | 0.54 | 355.91 | 0.23 | 0.37 |
| Hex | 75 | 49 | 4C | 0 | 26 | 23 | 36 | 164 | 17 | 25 |
| Octal | 165 | 111 | 114 | 0 | 46 | 43 | 66 | 544 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1001100 | 0 | 100110 | 100011 | 110110 | 101100100 | 10111 | 100101 |
Color Harmonies of #75494C
Complementary color
Monochromatic Colors of #75494C
Black with #75494C
Text Example
Text Example
White with #75494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75494C; }
p { color: rgb(117,73,76); }
H1.HeaderClassName
{
color: #75494C;
}
.AnyTagClassName
{
color: #75494C;
}
</style>
background-color css
<style>
a { background-color: #75494C; }
a { background-color: rgb(117,73,76); }
div.DivClassName
{
background-color: #75494C;
}
.BgClassName
{
background-color: #75494C;
}
</style>
border-color css
<style>
span { border-color: #75494C; }
span { border-color: rgb(117,73,76); }
td.TdClassName
{
border-color: #75494C;
}
.TagClassName
{
border-color: #75494C;
}
</style>