Shades of Tosca #754247
Tints of Tosca #754247
RGB
CMYK
RGB Variations
Color information
#754247 (or 0x754247) is known color: Tosca. HEX triplet: 75, 42 and 47. RGB value is (117,66,71). Sum of RGB (Red+Green+Blue) = 117+66+71=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754247 is #8ABDB8. Grayscale: #515151. Windows color (decimal): -9092537 or 4670069. OLE color: 4670069.
HSL color Cylindrical-coordinate representation of color #754247: hue angle of 354.12º 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 #754247 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 71 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.54 |
| HSL | 354.12º | 0.28% | 0.36% | - |
| HSV(B) | 354.12º | 0.44% | 0.46% | - |
| XYZ | 10.42 | 8.13 | 6.98 | - |
| YUV | 81.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 71 | 0 | 0.44 | 0.39 | 0.54 | 354.12 | 0.28 | 0.36 |
| Hex | 75 | 42 | 47 | 0 | 2C | 27 | 36 | 162 | 1C | 24 |
| Octal | 165 | 102 | 107 | 0 | 54 | 47 | 66 | 542 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1000111 | 0 | 101100 | 100111 | 110110 | 101100010 | 11100 | 100100 |
Color Harmonies of #754247
Complementary color
Monochromatic Colors of #754247
Black with #754247
Text Example
Text Example
White with #754247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754247; }
p { color: rgb(117,66,71); }
H1.HeaderClassName
{
color: #754247;
}
.AnyTagClassName
{
color: #754247;
}
</style>
background-color css
<style>
a { background-color: #754247; }
a { background-color: rgb(117,66,71); }
div.DivClassName
{
background-color: #754247;
}
.BgClassName
{
background-color: #754247;
}
</style>
border-color css
<style>
span { border-color: #754247; }
span { border-color: rgb(117,66,71); }
td.TdClassName
{
border-color: #754247;
}
.TagClassName
{
border-color: #754247;
}
</style>