Shades of Tosca #75414A
Tints of Tosca #75414A
RGB
CMYK
RGB Variations
Color information
#75414A (or 0x75414A) is known color: Tosca. HEX triplet: 75, 41 and 4A. RGB value is (117,65,74). Sum of RGB (Red+Green+Blue) = 117+65+74=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75414A is #8ABEB5. Grayscale: #515151. Windows color (decimal): -9092790 or 4866421. OLE color: 4866421.
HSL color Cylindrical-coordinate representation of color #75414A: hue angle of 349.62º 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 #75414A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 74 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.54 |
| HSL | 349.62º | 0.29% | 0.36% | - |
| HSV(B) | 349.62º | 0.44% | 0.46% | - |
| XYZ | 10.46 | 8.06 | 7.48 | - |
| YUV | 81.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 74 | 0 | 0.44 | 0.37 | 0.54 | 349.62 | 0.29 | 0.36 |
| Hex | 75 | 41 | 4A | 0 | 2C | 25 | 36 | 15E | 1D | 24 |
| Octal | 165 | 101 | 112 | 0 | 54 | 45 | 66 | 536 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1001010 | 0 | 101100 | 100101 | 110110 | 101011110 | 11101 | 100100 |
Color Harmonies of #75414A
Complementary color
Monochromatic Colors of #75414A
Black with #75414A
Text Example
Text Example
White with #75414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75414A; }
p { color: rgb(117,65,74); }
H1.HeaderClassName
{
color: #75414A;
}
.AnyTagClassName
{
color: #75414A;
}
</style>
background-color css
<style>
a { background-color: #75414A; }
a { background-color: rgb(117,65,74); }
div.DivClassName
{
background-color: #75414A;
}
.BgClassName
{
background-color: #75414A;
}
</style>
border-color css
<style>
span { border-color: #75414A; }
span { border-color: rgb(117,65,74); }
td.TdClassName
{
border-color: #75414A;
}
.TagClassName
{
border-color: #75414A;
}
</style>