Shades of Tosca #73474B
Tints of Tosca #73474B
RGB
CMYK
RGB Variations
Color information
#73474B (or 0x73474B) is known color: Tosca. HEX triplet: 73, 47 and 4B. RGB value is (115,71,75). Sum of RGB (Red+Green+Blue) = 115+71+75=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73474B is #8CB8B4. Grayscale: #545454. Windows color (decimal): -9222325 or 4933491. OLE color: 4933491.
HSL color Cylindrical-coordinate representation of color #73474B: hue angle of 354.55º 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 #73474B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 75 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.55 |
| HSL | 354.55º | 0.24% | 0.36% | - |
| HSV(B) | 354.55º | 0.38% | 0.45% | - |
| XYZ | 10.59 | 8.66 | 7.77 | - |
| YUV | 84.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 75 | 0 | 0.38 | 0.35 | 0.55 | 354.55 | 0.24 | 0.36 |
| Hex | 73 | 47 | 4B | 0 | 26 | 23 | 37 | 163 | 18 | 24 |
| Octal | 163 | 107 | 113 | 0 | 46 | 43 | 67 | 543 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1001011 | 0 | 100110 | 100011 | 110111 | 101100011 | 11000 | 100100 |
Color Harmonies of #73474B
Complementary color
Monochromatic Colors of #73474B
Black with #73474B
Text Example
Text Example
White with #73474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73474B; }
p { color: rgb(115,71,75); }
H1.HeaderClassName
{
color: #73474B;
}
.AnyTagClassName
{
color: #73474B;
}
</style>
background-color css
<style>
a { background-color: #73474B; }
a { background-color: rgb(115,71,75); }
div.DivClassName
{
background-color: #73474B;
}
.BgClassName
{
background-color: #73474B;
}
</style>
border-color css
<style>
span { border-color: #73474B; }
span { border-color: rgb(115,71,75); }
td.TdClassName
{
border-color: #73474B;
}
.TagClassName
{
border-color: #73474B;
}
</style>