Shades of Tosca #754248
Tints of Tosca #754248
RGB
CMYK
RGB Variations
Color information
#754248 (or 0x754248) is known color: Tosca. HEX triplet: 75, 42 and 48. RGB value is (117,66,72). Sum of RGB (Red+Green+Blue) = 117+66+72=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754248 is #8ABDB7. Grayscale: #515151. Windows color (decimal): -9092536 or 4735605. OLE color: 4735605.
HSL color Cylindrical-coordinate representation of color #754248: hue angle of 352.94º 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 #754248 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 72 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.54 |
| HSL | 352.94º | 0.28% | 0.36% | - |
| HSV(B) | 352.94º | 0.44% | 0.46% | - |
| XYZ | 10.45 | 8.15 | 7.15 | - |
| YUV | 81.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 72 | 0 | 0.44 | 0.38 | 0.54 | 352.94 | 0.28 | 0.36 |
| Hex | 75 | 42 | 48 | 0 | 2C | 26 | 36 | 161 | 1C | 24 |
| Octal | 165 | 102 | 110 | 0 | 54 | 46 | 66 | 541 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1001000 | 0 | 101100 | 100110 | 110110 | 101100001 | 11100 | 100100 |
Color Harmonies of #754248
Complementary color
Monochromatic Colors of #754248
Black with #754248
Text Example
Text Example
White with #754248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754248; }
p { color: rgb(117,66,72); }
H1.HeaderClassName
{
color: #754248;
}
.AnyTagClassName
{
color: #754248;
}
</style>
background-color css
<style>
a { background-color: #754248; }
a { background-color: rgb(117,66,72); }
div.DivClassName
{
background-color: #754248;
}
.BgClassName
{
background-color: #754248;
}
</style>
border-color css
<style>
span { border-color: #754248; }
span { border-color: rgb(117,66,72); }
td.TdClassName
{
border-color: #754248;
}
.TagClassName
{
border-color: #754248;
}
</style>