Shades of Tosca #72484D
Tints of Tosca #72484D
RGB
CMYK
RGB Variations
Color information
#72484D (or 0x72484D) is known color: Tosca. HEX triplet: 72, 48 and 4D. RGB value is (114,72,77). Sum of RGB (Red+Green+Blue) = 114+72+77=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72484D is #8DB7B2. Grayscale: #555555. Windows color (decimal): -9287603 or 5064818. OLE color: 5064818.
HSL color Cylindrical-coordinate representation of color #72484D: hue angle of 352.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72484D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 77 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.55 |
| HSL | 352.86º | 0.23% | 0.36% | - |
| HSV(B) | 352.86º | 0.37% | 0.45% | - |
| XYZ | 10.6 | 8.75 | 8.15 | - |
| YUV | 85.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 77 | 0 | 0.37 | 0.32 | 0.55 | 352.86 | 0.23 | 0.36 |
| Hex | 72 | 48 | 4D | 0 | 25 | 20 | 37 | 161 | 17 | 24 |
| Octal | 162 | 110 | 115 | 0 | 45 | 40 | 67 | 541 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1001101 | 0 | 100101 | 100000 | 110111 | 101100001 | 10111 | 100100 |
Color Harmonies of #72484D
Complementary color
Monochromatic Colors of #72484D
Black with #72484D
Text Example
Text Example
White with #72484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72484D; }
p { color: rgb(114,72,77); }
H1.HeaderClassName
{
color: #72484D;
}
.AnyTagClassName
{
color: #72484D;
}
</style>
background-color css
<style>
a { background-color: #72484D; }
a { background-color: rgb(114,72,77); }
div.DivClassName
{
background-color: #72484D;
}
.BgClassName
{
background-color: #72484D;
}
</style>
border-color css
<style>
span { border-color: #72484D; }
span { border-color: rgb(114,72,77); }
td.TdClassName
{
border-color: #72484D;
}
.TagClassName
{
border-color: #72484D;
}
</style>