Shades of Tosca #754C4D
Tints of Tosca #754C4D
RGB
CMYK
RGB Variations
Color information
#754C4D (or 0x754C4D) is known color: Tosca. HEX triplet: 75, 4C and 4D. RGB value is (117,76,77). Sum of RGB (Red+Green+Blue) = 117+76+77=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C4D is #8AB3B2. Grayscale: #585858. Windows color (decimal): -9089971 or 5065845. OLE color: 5065845.
HSL color Cylindrical-coordinate representation of color #754C4D: hue angle of 358.54º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754C4D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 77 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.54 |
| HSL | 358.54º | 0.21% | 0.38% | - |
| HSV(B) | 358.54º | 0.35% | 0.46% | - |
| XYZ | 11.26 | 9.49 | 8.26 | - |
| YUV | 88.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 77 | 0 | 0.35 | 0.34 | 0.54 | 358.54 | 0.21 | 0.38 |
| Hex | 75 | 4C | 4D | 0 | 23 | 22 | 36 | 167 | 15 | 26 |
| Octal | 165 | 114 | 115 | 0 | 43 | 42 | 66 | 547 | 25 | 46 |
| Binary | 1110101 | 1001100 | 1001101 | 0 | 100011 | 100010 | 110110 | 101100111 | 10101 | 100110 |
Color Harmonies of #754C4D
Complementary color
Monochromatic Colors of #754C4D
Black with #754C4D
Text Example
Text Example
White with #754C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C4D; }
p { color: rgb(117,76,77); }
H1.HeaderClassName
{
color: #754C4D;
}
.AnyTagClassName
{
color: #754C4D;
}
</style>
background-color css
<style>
a { background-color: #754C4D; }
a { background-color: rgb(117,76,77); }
div.DivClassName
{
background-color: #754C4D;
}
.BgClassName
{
background-color: #754C4D;
}
</style>
border-color css
<style>
span { border-color: #754C4D; }
span { border-color: rgb(117,76,77); }
td.TdClassName
{
border-color: #754C4D;
}
.TagClassName
{
border-color: #754C4D;
}
</style>