Shades of Tosca #754147
Tints of Tosca #754147
RGB
CMYK
RGB Variations
Color information
#754147 (or 0x754147) is known color: Tosca. HEX triplet: 75, 41 and 47. RGB value is (117,65,71). Sum of RGB (Red+Green+Blue) = 117+65+71=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754147 is #8ABEB8. Grayscale: #515151. Windows color (decimal): -9092793 or 4669813. OLE color: 4669813.
HSL color Cylindrical-coordinate representation of color #754147: hue angle of 353.08º degrees, saturation: 0.29, 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 #754147 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 71 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.54 |
| HSL | 353.08º | 0.29% | 0.36% | - |
| HSV(B) | 353.08º | 0.44% | 0.46% | - |
| XYZ | 10.36 | 8.02 | 6.96 | - |
| YUV | 81.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 71 | 0 | 0.44 | 0.39 | 0.54 | 353.08 | 0.29 | 0.36 |
| Hex | 75 | 41 | 47 | 0 | 2C | 27 | 36 | 161 | 1D | 24 |
| Octal | 165 | 101 | 107 | 0 | 54 | 47 | 66 | 541 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1000111 | 0 | 101100 | 100111 | 110110 | 101100001 | 11101 | 100100 |
Color Harmonies of #754147
Complementary color
Monochromatic Colors of #754147
Black with #754147
Text Example
Text Example
White with #754147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754147; }
p { color: rgb(117,65,71); }
H1.HeaderClassName
{
color: #754147;
}
.AnyTagClassName
{
color: #754147;
}
</style>
background-color css
<style>
a { background-color: #754147; }
a { background-color: rgb(117,65,71); }
div.DivClassName
{
background-color: #754147;
}
.BgClassName
{
background-color: #754147;
}
</style>
border-color css
<style>
span { border-color: #754147; }
span { border-color: rgb(117,65,71); }
td.TdClassName
{
border-color: #754147;
}
.TagClassName
{
border-color: #754147;
}
</style>