Shades of Tosca #754144
Tints of Tosca #754144
RGB
CMYK
RGB Variations
Color information
#754144 (or 0x754144) is known color: Tosca. HEX triplet: 75, 41 and 44. RGB value is (117,65,68). Sum of RGB (Red+Green+Blue) = 117+65+68=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754144 is #8ABEBB. Grayscale: #505050. Windows color (decimal): -9092796 or 4473205. OLE color: 4473205.
HSL color Cylindrical-coordinate representation of color #754144: hue angle of 356.54º 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 #754144 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 68 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.54 |
| HSL | 356.54º | 0.29% | 0.36% | - |
| HSV(B) | 356.54º | 0.44% | 0.46% | - |
| XYZ | 10.27 | 7.98 | 6.47 | - |
| YUV | 80.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 68 | 0 | 0.44 | 0.42 | 0.54 | 356.54 | 0.29 | 0.36 |
| Hex | 75 | 41 | 44 | 0 | 2C | 2A | 36 | 165 | 1D | 24 |
| Octal | 165 | 101 | 104 | 0 | 54 | 52 | 66 | 545 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1000100 | 0 | 101100 | 101010 | 110110 | 101100101 | 11101 | 100100 |
Color Harmonies of #754144
Complementary color
Monochromatic Colors of #754144
Black with #754144
Text Example
Text Example
White with #754144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754144; }
p { color: rgb(117,65,68); }
H1.HeaderClassName
{
color: #754144;
}
.AnyTagClassName
{
color: #754144;
}
</style>
background-color css
<style>
a { background-color: #754144; }
a { background-color: rgb(117,65,68); }
div.DivClassName
{
background-color: #754144;
}
.BgClassName
{
background-color: #754144;
}
</style>
border-color css
<style>
span { border-color: #754144; }
span { border-color: rgb(117,65,68); }
td.TdClassName
{
border-color: #754144;
}
.TagClassName
{
border-color: #754144;
}
</style>