Shades of Tosca #75464D
Tints of Tosca #75464D
RGB
CMYK
RGB Variations
Color information
#75464D (or 0x75464D) is known color: Tosca. HEX triplet: 75, 46 and 4D. RGB value is (117,70,77). Sum of RGB (Red+Green+Blue) = 117+70+77=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75464D is #8AB9B2. Grayscale: #545454. Windows color (decimal): -9091507 or 5064309. OLE color: 5064309.
HSL color Cylindrical-coordinate representation of color #75464D: hue angle of 351.06º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75464D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 77 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.54 |
| HSL | 351.06º | 0.25% | 0.37% | - |
| HSV(B) | 351.06º | 0.4% | 0.46% | - |
| XYZ | 10.87 | 8.7 | 8.13 | - |
| YUV | 84.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 77 | 0 | 0.40 | 0.34 | 0.54 | 351.06 | 0.25 | 0.37 |
| Hex | 75 | 46 | 4D | 0 | 28 | 22 | 36 | 15F | 19 | 25 |
| Octal | 165 | 106 | 115 | 0 | 50 | 42 | 66 | 537 | 31 | 45 |
| Binary | 1110101 | 1000110 | 1001101 | 0 | 101000 | 100010 | 110110 | 101011111 | 11001 | 100101 |
Color Harmonies of #75464D
Complementary color
Monochromatic Colors of #75464D
Black with #75464D
Text Example
Text Example
White with #75464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75464D; }
p { color: rgb(117,70,77); }
H1.HeaderClassName
{
color: #75464D;
}
.AnyTagClassName
{
color: #75464D;
}
</style>
background-color css
<style>
a { background-color: #75464D; }
a { background-color: rgb(117,70,77); }
div.DivClassName
{
background-color: #75464D;
}
.BgClassName
{
background-color: #75464D;
}
</style>
border-color css
<style>
span { border-color: #75464D; }
span { border-color: rgb(117,70,77); }
td.TdClassName
{
border-color: #75464D;
}
.TagClassName
{
border-color: #75464D;
}
</style>