Shades of Tosca #724A4E
Tints of Tosca #724A4E
RGB
CMYK
RGB Variations
Color information
#724A4E (or 0x724A4E) is known color: Tosca. HEX triplet: 72, 4A and 4E. RGB value is (114,74,78). Sum of RGB (Red+Green+Blue) = 114+74+78=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #724A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A4E is #8DB5B1. Grayscale: #565656. Windows color (decimal): -9287090 or 5130866. OLE color: 5130866.
HSL color Cylindrical-coordinate representation of color #724A4E: hue angle of 354º 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 #724A4E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 78 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.55 |
| HSL | 354º | 0.21% | 0.37% | - |
| HSV(B) | 354º | 0.35% | 0.45% | - |
| XYZ | 10.76 | 9.03 | 8.38 | - |
| YUV | 86.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 78 | 0 | 0.35 | 0.32 | 0.55 | 354 | 0.21 | 0.37 |
| Hex | 72 | 4A | 4E | 0 | 23 | 20 | 37 | 162 | 15 | 25 |
| Octal | 162 | 112 | 116 | 0 | 43 | 40 | 67 | 542 | 25 | 45 |
| Binary | 1110010 | 1001010 | 1001110 | 0 | 100011 | 100000 | 110111 | 101100010 | 10101 | 100101 |
Color Harmonies of #724A4E
Complementary color
Monochromatic Colors of #724A4E
Black with #724A4E
Text Example
Text Example
White with #724A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A4E; }
p { color: rgb(114,74,78); }
H1.HeaderClassName
{
color: #724A4E;
}
.AnyTagClassName
{
color: #724A4E;
}
</style>
background-color css
<style>
a { background-color: #724A4E; }
a { background-color: rgb(114,74,78); }
div.DivClassName
{
background-color: #724A4E;
}
.BgClassName
{
background-color: #724A4E;
}
</style>
border-color css
<style>
span { border-color: #724A4E; }
span { border-color: rgb(114,74,78); }
td.TdClassName
{
border-color: #724A4E;
}
.TagClassName
{
border-color: #724A4E;
}
</style>