Shades of Tosca #754145
Tints of Tosca #754145
RGB
CMYK
RGB Variations
Color information
#754145 (or 0x754145) is known color: Tosca. HEX triplet: 75, 41 and 45. RGB value is (117,65,69). Sum of RGB (Red+Green+Blue) = 117+65+69=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754145 is #8ABEBA. Grayscale: #515151. Windows color (decimal): -9092795 or 4538741. OLE color: 4538741.
HSL color Cylindrical-coordinate representation of color #754145: hue angle of 355.38º 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 #754145 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 69 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.54 |
| HSL | 355.38º | 0.29% | 0.36% | - |
| HSV(B) | 355.38º | 0.44% | 0.46% | - |
| XYZ | 10.3 | 7.99 | 6.63 | - |
| YUV | 81 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 69 | 0 | 0.44 | 0.41 | 0.54 | 355.38 | 0.29 | 0.36 |
| Hex | 75 | 41 | 45 | 0 | 2C | 29 | 36 | 163 | 1D | 24 |
| Octal | 165 | 101 | 105 | 0 | 54 | 51 | 66 | 543 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1000101 | 0 | 101100 | 101001 | 110110 | 101100011 | 11101 | 100100 |
Color Harmonies of #754145
Complementary color
Monochromatic Colors of #754145
Black with #754145
Text Example
Text Example
White with #754145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754145; }
p { color: rgb(117,65,69); }
H1.HeaderClassName
{
color: #754145;
}
.AnyTagClassName
{
color: #754145;
}
</style>
background-color css
<style>
a { background-color: #754145; }
a { background-color: rgb(117,65,69); }
div.DivClassName
{
background-color: #754145;
}
.BgClassName
{
background-color: #754145;
}
</style>
border-color css
<style>
span { border-color: #754145; }
span { border-color: rgb(117,65,69); }
td.TdClassName
{
border-color: #754145;
}
.TagClassName
{
border-color: #754145;
}
</style>