Shades of Tosca #754246
Tints of Tosca #754246
RGB
CMYK
RGB Variations
Color information
#754246 (or 0x754246) is known color: Tosca. HEX triplet: 75, 42 and 46. RGB value is (117,66,70). Sum of RGB (Red+Green+Blue) = 117+66+70=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754246 is #8ABDB9. Grayscale: #515151. Windows color (decimal): -9092538 or 4604533. OLE color: 4604533.
HSL color Cylindrical-coordinate representation of color #754246: hue angle of 355.29º 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 #754246 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 70 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.54 |
| HSL | 355.29º | 0.28% | 0.36% | - |
| HSV(B) | 355.29º | 0.44% | 0.46% | - |
| XYZ | 10.39 | 8.12 | 6.81 | - |
| YUV | 81.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 70 | 0 | 0.44 | 0.40 | 0.54 | 355.29 | 0.28 | 0.36 |
| Hex | 75 | 42 | 46 | 0 | 2C | 28 | 36 | 163 | 1C | 24 |
| Octal | 165 | 102 | 106 | 0 | 54 | 50 | 66 | 543 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1000110 | 0 | 101100 | 101000 | 110110 | 101100011 | 11100 | 100100 |
Color Harmonies of #754246
Complementary color
Monochromatic Colors of #754246
Black with #754246
Text Example
Text Example
White with #754246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754246; }
p { color: rgb(117,66,70); }
H1.HeaderClassName
{
color: #754246;
}
.AnyTagClassName
{
color: #754246;
}
</style>
background-color css
<style>
a { background-color: #754246; }
a { background-color: rgb(117,66,70); }
div.DivClassName
{
background-color: #754246;
}
.BgClassName
{
background-color: #754246;
}
</style>
border-color css
<style>
span { border-color: #754246; }
span { border-color: rgb(117,66,70); }
td.TdClassName
{
border-color: #754246;
}
.TagClassName
{
border-color: #754246;
}
</style>