Shades of Tosca #75474E
Tints of Tosca #75474E
RGB
CMYK
RGB Variations
Color information
#75474E (or 0x75474E) is known color: Tosca. HEX triplet: 75, 47 and 4E. RGB value is (117,71,78). Sum of RGB (Red+Green+Blue) = 117+71+78=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75474E is #8AB8B1. Grayscale: #555555. Windows color (decimal): -9091250 or 5130101. OLE color: 5130101.
HSL color Cylindrical-coordinate representation of color #75474E: hue angle of 350.87º 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 #75474E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 78 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.54 |
| HSL | 350.87º | 0.24% | 0.37% | - |
| HSV(B) | 350.87º | 0.39% | 0.46% | - |
| XYZ | 10.96 | 8.84 | 8.34 | - |
| YUV | 85.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 78 | 0 | 0.39 | 0.33 | 0.54 | 350.87 | 0.24 | 0.37 |
| Hex | 75 | 47 | 4E | 0 | 27 | 21 | 36 | 15F | 18 | 25 |
| Octal | 165 | 107 | 116 | 0 | 47 | 41 | 66 | 537 | 30 | 45 |
| Binary | 1110101 | 1000111 | 1001110 | 0 | 100111 | 100001 | 110110 | 101011111 | 11000 | 100101 |
Color Harmonies of #75474E
Complementary color
Monochromatic Colors of #75474E
Black with #75474E
Text Example
Text Example
White with #75474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75474E; }
p { color: rgb(117,71,78); }
H1.HeaderClassName
{
color: #75474E;
}
.AnyTagClassName
{
color: #75474E;
}
</style>
background-color css
<style>
a { background-color: #75474E; }
a { background-color: rgb(117,71,78); }
div.DivClassName
{
background-color: #75474E;
}
.BgClassName
{
background-color: #75474E;
}
</style>
border-color css
<style>
span { border-color: #75474E; }
span { border-color: rgb(117,71,78); }
td.TdClassName
{
border-color: #75474E;
}
.TagClassName
{
border-color: #75474E;
}
</style>