Shades of Tosca #724A4D
Tints of Tosca #724A4D
RGB
CMYK
RGB Variations
Color information
#724A4D (or 0x724A4D) is known color: Tosca. HEX triplet: 72, 4A and 4D. RGB value is (114,74,77). Sum of RGB (Red+Green+Blue) = 114+74+77=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A4D is #8DB5B2. Grayscale: #565656. Windows color (decimal): -9287091 or 5065330. OLE color: 5065330.
HSL color Cylindrical-coordinate representation of color #724A4D: hue angle of 355.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #724A4D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 77 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.55 |
| HSL | 355.5º | 0.21% | 0.37% | - |
| HSV(B) | 355.5º | 0.35% | 0.45% | - |
| XYZ | 10.73 | 9.01 | 8.2 | - |
| YUV | 86.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 77 | 0 | 0.35 | 0.32 | 0.55 | 355.5 | 0.21 | 0.37 |
| Hex | 72 | 4A | 4D | 0 | 23 | 20 | 37 | 164 | 15 | 25 |
| Octal | 162 | 112 | 115 | 0 | 43 | 40 | 67 | 544 | 25 | 45 |
| Binary | 1110010 | 1001010 | 1001101 | 0 | 100011 | 100000 | 110111 | 101100100 | 10101 | 100101 |
Color Harmonies of #724A4D
Complementary color
Monochromatic Colors of #724A4D
Black with #724A4D
Text Example
Text Example
White with #724A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A4D; }
p { color: rgb(114,74,77); }
H1.HeaderClassName
{
color: #724A4D;
}
.AnyTagClassName
{
color: #724A4D;
}
</style>
background-color css
<style>
a { background-color: #724A4D; }
a { background-color: rgb(114,74,77); }
div.DivClassName
{
background-color: #724A4D;
}
.BgClassName
{
background-color: #724A4D;
}
</style>
border-color css
<style>
span { border-color: #724A4D; }
span { border-color: rgb(114,74,77); }
td.TdClassName
{
border-color: #724A4D;
}
.TagClassName
{
border-color: #724A4D;
}
</style>