Shades of Tosca #754244
Tints of Tosca #754244
RGB
CMYK
RGB Variations
Color information
#754244 (or 0x754244) is known color: Tosca. HEX triplet: 75, 42 and 44. RGB value is (117,66,68). Sum of RGB (Red+Green+Blue) = 117+66+68=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754244 is #8ABDBB. Grayscale: #515151. Windows color (decimal): -9092540 or 4473461. OLE color: 4473461.
HSL color Cylindrical-coordinate representation of color #754244: hue angle of 357.65º 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 #754244 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 68 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.54 |
| HSL | 357.65º | 0.28% | 0.36% | - |
| HSV(B) | 357.65º | 0.44% | 0.46% | - |
| XYZ | 10.33 | 8.1 | 6.49 | - |
| YUV | 81.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 68 | 0 | 0.44 | 0.42 | 0.54 | 357.65 | 0.28 | 0.36 |
| Hex | 75 | 42 | 44 | 0 | 2C | 2A | 36 | 166 | 1C | 24 |
| Octal | 165 | 102 | 104 | 0 | 54 | 52 | 66 | 546 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1000100 | 0 | 101100 | 101010 | 110110 | 101100110 | 11100 | 100100 |
Color Harmonies of #754244
Complementary color
Monochromatic Colors of #754244
Black with #754244
Text Example
Text Example
White with #754244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754244; }
p { color: rgb(117,66,68); }
H1.HeaderClassName
{
color: #754244;
}
.AnyTagClassName
{
color: #754244;
}
</style>
background-color css
<style>
a { background-color: #754244; }
a { background-color: rgb(117,66,68); }
div.DivClassName
{
background-color: #754244;
}
.BgClassName
{
background-color: #754244;
}
</style>
border-color css
<style>
span { border-color: #754244; }
span { border-color: rgb(117,66,68); }
td.TdClassName
{
border-color: #754244;
}
.TagClassName
{
border-color: #754244;
}
</style>