Shades of Tosca #73474C
Tints of Tosca #73474C
RGB
CMYK
RGB Variations
Color information
#73474C (or 0x73474C) is known color: Tosca. HEX triplet: 73, 47 and 4C. RGB value is (115,71,76). Sum of RGB (Red+Green+Blue) = 115+71+76=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73474C is #8CB8B3. Grayscale: #545454. Windows color (decimal): -9222324 or 4999027. OLE color: 4999027.
HSL color Cylindrical-coordinate representation of color #73474C: hue angle of 353.18º degrees, saturation: 0.24, 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 #73474C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 76 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.55 |
| HSL | 353.18º | 0.24% | 0.36% | - |
| HSV(B) | 353.18º | 0.38% | 0.45% | - |
| XYZ | 10.63 | 8.67 | 7.95 | - |
| YUV | 84.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 76 | 0 | 0.38 | 0.34 | 0.55 | 353.18 | 0.24 | 0.36 |
| Hex | 73 | 47 | 4C | 0 | 26 | 22 | 37 | 161 | 18 | 24 |
| Octal | 163 | 107 | 114 | 0 | 46 | 42 | 67 | 541 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1001100 | 0 | 100110 | 100010 | 110111 | 101100001 | 11000 | 100100 |
Color Harmonies of #73474C
Complementary color
Monochromatic Colors of #73474C
Black with #73474C
Text Example
Text Example
White with #73474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73474C; }
p { color: rgb(115,71,76); }
H1.HeaderClassName
{
color: #73474C;
}
.AnyTagClassName
{
color: #73474C;
}
</style>
background-color css
<style>
a { background-color: #73474C; }
a { background-color: rgb(115,71,76); }
div.DivClassName
{
background-color: #73474C;
}
.BgClassName
{
background-color: #73474C;
}
</style>
border-color css
<style>
span { border-color: #73474C; }
span { border-color: rgb(115,71,76); }
td.TdClassName
{
border-color: #73474C;
}
.TagClassName
{
border-color: #73474C;
}
</style>