Shades of Tosca #724C4E
Tints of Tosca #724C4E
RGB
CMYK
RGB Variations
Color information
#724C4E (or 0x724C4E) is known color: Tosca. HEX triplet: 72, 4C and 4E. RGB value is (114,76,78). Sum of RGB (Red+Green+Blue) = 114+76+78=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #724C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C4E is #8DB3B1. Grayscale: #575757. Windows color (decimal): -9286578 or 5131378. OLE color: 5131378.
HSL color Cylindrical-coordinate representation of color #724C4E: hue angle of 356.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C4E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 78 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.55 |
| HSL | 356.84º | 0.2% | 0.37% | - |
| HSV(B) | 356.84º | 0.33% | 0.45% | - |
| XYZ | 10.9 | 9.3 | 8.43 | - |
| YUV | 87.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 78 | 0 | 0.33 | 0.32 | 0.55 | 356.84 | 0.2 | 0.37 |
| Hex | 72 | 4C | 4E | 0 | 21 | 20 | 37 | 165 | 14 | 25 |
| Octal | 162 | 114 | 116 | 0 | 41 | 40 | 67 | 545 | 24 | 45 |
| Binary | 1110010 | 1001100 | 1001110 | 0 | 100001 | 100000 | 110111 | 101100101 | 10100 | 100101 |
Color Harmonies of #724C4E
Complementary color
Monochromatic Colors of #724C4E
Black with #724C4E
Text Example
Text Example
White with #724C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C4E; }
p { color: rgb(114,76,78); }
H1.HeaderClassName
{
color: #724C4E;
}
.AnyTagClassName
{
color: #724C4E;
}
</style>
background-color css
<style>
a { background-color: #724C4E; }
a { background-color: rgb(114,76,78); }
div.DivClassName
{
background-color: #724C4E;
}
.BgClassName
{
background-color: #724C4E;
}
</style>
border-color css
<style>
span { border-color: #724C4E; }
span { border-color: rgb(114,76,78); }
td.TdClassName
{
border-color: #724C4E;
}
.TagClassName
{
border-color: #724C4E;
}
</style>