Shades of Tosca #75474D
Tints of Tosca #75474D
RGB
CMYK
RGB Variations
Color information
#75474D (or 0x75474D) is known color: Tosca. HEX triplet: 75, 47 and 4D. RGB value is (117,71,77). Sum of RGB (Red+Green+Blue) = 117+71+77=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75474D is #8AB8B2. Grayscale: #555555. Windows color (decimal): -9091251 or 5064565. OLE color: 5064565.
HSL color Cylindrical-coordinate representation of color #75474D: hue angle of 352.17º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75474D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 77 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.54 |
| HSL | 352.17º | 0.24% | 0.37% | - |
| HSV(B) | 352.17º | 0.39% | 0.46% | - |
| XYZ | 10.93 | 8.82 | 8.15 | - |
| YUV | 85.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 77 | 0 | 0.39 | 0.34 | 0.54 | 352.17 | 0.24 | 0.37 |
| Hex | 75 | 47 | 4D | 0 | 27 | 22 | 36 | 160 | 18 | 25 |
| Octal | 165 | 107 | 115 | 0 | 47 | 42 | 66 | 540 | 30 | 45 |
| Binary | 1110101 | 1000111 | 1001101 | 0 | 100111 | 100010 | 110110 | 101100000 | 11000 | 100101 |
Color Harmonies of #75474D
Complementary color
Monochromatic Colors of #75474D
Black with #75474D
Text Example
Text Example
White with #75474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75474D; }
p { color: rgb(117,71,77); }
H1.HeaderClassName
{
color: #75474D;
}
.AnyTagClassName
{
color: #75474D;
}
</style>
background-color css
<style>
a { background-color: #75474D; }
a { background-color: rgb(117,71,77); }
div.DivClassName
{
background-color: #75474D;
}
.BgClassName
{
background-color: #75474D;
}
</style>
border-color css
<style>
span { border-color: #75474D; }
span { border-color: rgb(117,71,77); }
td.TdClassName
{
border-color: #75474D;
}
.TagClassName
{
border-color: #75474D;
}
</style>