Shades of Tosca #72474D
Tints of Tosca #72474D
RGB
CMYK
RGB Variations
Color information
#72474D (or 0x72474D) is known color: Tosca. HEX triplet: 72, 47 and 4D. RGB value is (114,71,77). Sum of RGB (Red+Green+Blue) = 114+71+77=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72474D is #8DB8B2. Grayscale: #545454. Windows color (decimal): -9287859 or 5064562. OLE color: 5064562.
HSL color Cylindrical-coordinate representation of color #72474D: hue angle of 351.63º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72474D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 77 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.55 |
| HSL | 351.63º | 0.23% | 0.36% | - |
| HSV(B) | 351.63º | 0.38% | 0.45% | - |
| XYZ | 10.53 | 8.62 | 8.13 | - |
| YUV | 84.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 77 | 0 | 0.38 | 0.32 | 0.55 | 351.63 | 0.23 | 0.36 |
| Hex | 72 | 47 | 4D | 0 | 26 | 20 | 37 | 160 | 17 | 24 |
| Octal | 162 | 107 | 115 | 0 | 46 | 40 | 67 | 540 | 27 | 44 |
| Binary | 1110010 | 1000111 | 1001101 | 0 | 100110 | 100000 | 110111 | 101100000 | 10111 | 100100 |
Color Harmonies of #72474D
Complementary color
Monochromatic Colors of #72474D
Black with #72474D
Text Example
Text Example
White with #72474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72474D; }
p { color: rgb(114,71,77); }
H1.HeaderClassName
{
color: #72474D;
}
.AnyTagClassName
{
color: #72474D;
}
</style>
background-color css
<style>
a { background-color: #72474D; }
a { background-color: rgb(114,71,77); }
div.DivClassName
{
background-color: #72474D;
}
.BgClassName
{
background-color: #72474D;
}
</style>
border-color css
<style>
span { border-color: #72474D; }
span { border-color: rgb(114,71,77); }
td.TdClassName
{
border-color: #72474D;
}
.TagClassName
{
border-color: #72474D;
}
</style>