Shades of Tosca #75424A
Tints of Tosca #75424A
RGB
CMYK
RGB Variations
Color information
#75424A (or 0x75424A) is known color: Tosca. HEX triplet: 75, 42 and 4A. RGB value is (117,66,74). Sum of RGB (Red+Green+Blue) = 117+66+74=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75424A is #8ABDB5. Grayscale: #525252. Windows color (decimal): -9092534 or 4866677. OLE color: 4866677.
HSL color Cylindrical-coordinate representation of color #75424A: hue angle of 350.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75424A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 74 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.54 |
| HSL | 350.59º | 0.28% | 0.36% | - |
| HSV(B) | 350.59º | 0.44% | 0.46% | - |
| XYZ | 10.52 | 8.17 | 7.5 | - |
| YUV | 82.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 74 | 0 | 0.44 | 0.37 | 0.54 | 350.59 | 0.28 | 0.36 |
| Hex | 75 | 42 | 4A | 0 | 2C | 25 | 36 | 15F | 1C | 24 |
| Octal | 165 | 102 | 112 | 0 | 54 | 45 | 66 | 537 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1001010 | 0 | 101100 | 100101 | 110110 | 101011111 | 11100 | 100100 |
Color Harmonies of #75424A
Complementary color
Monochromatic Colors of #75424A
Black with #75424A
Text Example
Text Example
White with #75424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75424A; }
p { color: rgb(117,66,74); }
H1.HeaderClassName
{
color: #75424A;
}
.AnyTagClassName
{
color: #75424A;
}
</style>
background-color css
<style>
a { background-color: #75424A; }
a { background-color: rgb(117,66,74); }
div.DivClassName
{
background-color: #75424A;
}
.BgClassName
{
background-color: #75424A;
}
</style>
border-color css
<style>
span { border-color: #75424A; }
span { border-color: rgb(117,66,74); }
td.TdClassName
{
border-color: #75424A;
}
.TagClassName
{
border-color: #75424A;
}
</style>